MyBooks
Public Types | Public Slots | Signals | Public Member Functions | Protected Member Functions | Protected Attributes | Properties | Private Slots | Friends | List of all members
CuteReport::ReportInterface Class Reference

TODO v2: rename to ReportObject. More...

#include <reportinterface.h>

Inheritance diagram for CuteReport::ReportInterface:
Inheritance graph
[legend]
Collaboration diagram for CuteReport::ReportInterface:
Collaboration graph
[legend]

Public Types

enum  ReportFlag { VariablesAutoUpdate = 0x01, DirtynessAutoUpdate = 0x02, VariablesAutoUpdate = 0x01, DirtynessAutoUpdate = 0x02 }
 
enum  ReportFlag { VariablesAutoUpdate = 0x01, DirtynessAutoUpdate = 0x02, VariablesAutoUpdate = 0x01, DirtynessAutoUpdate = 0x02 }
 

Public Slots

void updateVariables ()
 
void setDirty (bool b=true)
 
void setValid (bool b=true)
 
void setInvalid ()
 
void updateVariables ()
 
void setDirty (bool b=true)
 
void setValid (bool b=true)
 
void setInvalid ()
 

Signals

void nameChanged (QString)
 
void authorChanged (QString)
 
void descriptionChanged (QString)
 
void scriptChanged (QString)
 
void fileUrlChanged (QString)
 
void rendererAdded (CuteReport::RendererInterface *)
 
void rendererDeleted (CuteReport::RendererInterface *)
 
void rendererDeleted (QString rendererName)
 
void printerAdded (CuteReport::PrinterInterface *)
 
void printerDeleted (CuteReport::PrinterInterface *)
 
void printerDeleted (QString printerName)
 
void storageAdded (CuteReport::StorageInterface *)
 
void storageDeleted (CuteReport::StorageInterface *)
 
void storageDeleted (QString storageName)
 
void datasetAdded (CuteReport::DatasetInterface *dataset)
 
void datasetDeleted (CuteReport::DatasetInterface *dataset)
 
void datasetDeleted (QString datasetName)
 
void formAdded (CuteReport::FormInterface *)
 
void formDeleted (CuteReport::FormInterface *)
 
void pageAdded (CuteReport::PageInterface *)
 
void pageDeleted (CuteReport::PageInterface *)
 
void itemAdded (CuteReport::BaseItemInterface *)
 
void itemDeleted (CuteReport::BaseItemInterface *, bool)
 
void defaultStorageChanged (QString)
 
void defaultRendererChanged (QString)
 
void defaultPrinterChanged (QString)
 
void variablesChanged ()
 
void dirtynessChanged (bool)
 
void validityChanged (bool)
 
void changed ()
 
void propertyChanged ()
 
void customDataChanged ()
 
void customDataByNameChanged (QString dataName)
 
void baseReportPathChanged (QString path)
 
void baseReportNameChanged (QString path)
 
void inheritanceDataChanged ()
 
void nameChanged (QString)
 
void authorChanged (QString)
 
void descriptionChanged (QString)
 
void scriptChanged (QString)
 
void fileUrlChanged (QString)
 
void rendererAdded (CuteReport::RendererInterface *)
 
void rendererDeleted (CuteReport::RendererInterface *)
 
void rendererDeleted (QString rendererName)
 
void printerAdded (CuteReport::PrinterInterface *)
 
void printerDeleted (CuteReport::PrinterInterface *)
 
void printerDeleted (QString printerName)
 
void storageAdded (CuteReport::StorageInterface *)
 
void storageDeleted (CuteReport::StorageInterface *)
 
void storageDeleted (QString storageName)
 
void datasetAdded (CuteReport::DatasetInterface *dataset)
 
void datasetDeleted (CuteReport::DatasetInterface *dataset)
 
void datasetDeleted (QString datasetName)
 
void formAdded (CuteReport::FormInterface *)
 
void formDeleted (CuteReport::FormInterface *)
 
void pageAdded (CuteReport::PageInterface *)
 
void pageDeleted (CuteReport::PageInterface *)
 
void itemAdded (CuteReport::BaseItemInterface *)
 
void itemDeleted (CuteReport::BaseItemInterface *, bool)
 
void defaultStorageChanged (QString)
 
void defaultRendererChanged (QString)
 
void defaultPrinterChanged (QString)
 
void variablesChanged ()
 
void dirtynessChanged (bool)
 
void validityChanged (bool)
 
void changed ()
 
void propertyChanged ()
 
void customDataChanged ()
 
void customDataByNameChanged (QString dataName)
 
void baseReportPathChanged (QString path)
 
void baseReportNameChanged (QString path)
 
void inheritanceDataChanged ()
 

Public Member Functions

 ~ReportInterface ()
 
ReportInterfaceclone (bool withChildren=true, bool init=true)
 
void init ()
 
QString name ()
 
void setName (const QString &name)
 
QString author ()
 
void setAuthor (const QString &author)
 
virtual QString script ()
 
virtual void setScript (const QString &script)
 
double version ()
 
void setVersion (double tVersion)
 
QString description ()
 
void setDescription (const QString &description)
 
QString fileUrl ()
 
void setFileUrl (const QString &fileUrl)
 
QList< CuteReport::BaseItemInterface * > items (const QString &pageObjectName=QString())
 
CuteReport::BaseItemInterfaceitem (const QString &itemName)
 
QStringList itemNames (const QString &pageObjectName=QString())
 
QList< CuteReport::PageInterface * > pages ()
 
QStringList pageNames ()
 
CuteReport::PageInterfacepage (const QString &pageName)
 
void addPage (CuteReport::PageInterface *page)
 
void deletePage (CuteReport::PageInterface *page)
 
void deletePage (const QString &pageName)
 
QList< CuteReport::DatasetInterface * > datasets ()
 
QStringList datasetNames ()
 
CuteReport::DatasetInterfacedataset (const QString &datasetName)
 
void addDatasets (QList< CuteReport::DatasetInterface *> datasets)
 
void addDataset (CuteReport::DatasetInterface *dataset)
 
void deleteDataset (CuteReport::DatasetInterface *dataset)
 
void deleteDataset (const QString &datasetName)
 
QList< CuteReport::RendererInterface * > renderers ()
 
QStringList rendererNames ()
 
CuteReport::RendererInterfacerenderer (const QString &rendererName=QString())
 
void addRenderer (RendererInterface *renderer)
 
void deleteRenderer (CuteReport::RendererInterface *renderer)
 
void deleteRenderer (const QString &rendererName)
 
QString defaultRendererName () const
 
void setDefaultRendererName (const QString &name)
 
QList< CuteReport::PrinterInterface * > printers ()
 
QStringList printerNames ()
 
CuteReport::PrinterInterfaceprinter (const QString &printerName=QString())
 
void addPrinter (CuteReport::PrinterInterface *printer)
 
void deletePrinter (CuteReport::PrinterInterface *printer)
 
void deletePrinter (const QString &printerName)
 
QString defaultPrinterName () const
 
void setDefaultPrinterName (const QString &name)
 
CuteReport::StorageInterfacestorage (const QString &objectName) const
 
QStringList storageNames () const
 
CuteReport::StorageInterfacestorageByUrl (const QString &url) const
 
QList< CuteReport::StorageInterface * > storageListByScheme (const QString &scheme) const
 
QList< CuteReport::StorageInterface * > storageListByModuleName (const QString &moduleName) const
 
QList< StorageInterface * > storages () const
 
void addStorage (CuteReport::StorageInterface *storage)
 
void deleteStorage (const QString &storageName)
 
void deleteStorage (StorageInterface *storage)
 
bool hasStorageModule (const QString &moduleName)
 
QString defaultStorageName () const
 
void setDefaultStorageName (const QString &name)
 
QList< CuteReport::FormInterface * > forms ()
 
CuteReport::FormInterfaceform (const QString &formName)
 
void addForm (CuteReport::FormInterface *form)
 
void deleteForm (CuteReport::FormInterface *form)
 
virtual int suitId ()
 
const QVariantHash & variables ()
 
void setVariables (const QVariantHash &vars)
 
void setVariableValue (const QString &name, const QVariant &value)
 
QVariant variableValue (const QString &name)
 
bool variableExists (const QString &name)
 
void renameVariable (const QString &oldName, const QString &newName)
 
void removeVariable (const QString &name)
 
QStringList variableObjectsNames ()
 report does NOT take ownership of the passed object More...
 
void setVariableObject (const QString &name, QObject *object)
 
QObject * variableObject (const QString &name)
 
QVariant customData (const QString &dataName) const
 
void setCustomData (const QString &dataName, const QVariant &customData)
 
void setCustomData (const QVariantHash &customData)
 
void clearCustomData (const QString &dataName)
 
QVariantHash customDataAll () const
 
void setCustomDataAll (const QVariantHash &customData)
 
void setFlags (ReportFlags flags)
 
void setFlag (ReportFlag flag, bool enable)
 
bool isFlagSet (ReportFlag flag)
 
ReportFlags flags ()
 
bool isDirty () const
 
bool isValid () const
 
void rendererInit (CuteReport::ScriptEngineInterface *scriptEngine)
 
void rendererReset ()
 
bool isBeingRendered ()
 
RenderedReportInterface * renderedReport () const
 
void setRenderedReport (RenderedReportInterface *renderedReport)
 
void clearRenderedReport ()
 
void setModuleVariable (const QString &var, const QString &fullModuleName)
 variable that are exported by modules and could not be removed from the variable list More...
 
void removeModuleVariable (const QString &var, const QString &fullModuleName)
 
void setModuleVariables (const QSet< QString > &vars)
 
void removeModuleVariables (const QSet< QString > &vars)
 
void setLocaleName (const QString &localeName)
 
QString localeName () const
 
QVariantHash inheritanceDataHash () const
 
void setInheritanceDataHash (const QVariantHash &data)
 
const InheritanceDataContainer & inheritanceData () const
 
void setInheritanceData (const InheritanceDataContainer &data)
 
 ~ReportInterface ()
 
ReportInterfaceclone (bool withChildren=true, bool init=true)
 
void init ()
 
QString name ()
 
void setName (const QString &name)
 
QString author ()
 
void setAuthor (const QString &author)
 
virtual QString script ()
 
virtual void setScript (const QString &script)
 
double version ()
 
void setVersion (double tVersion)
 
QString description ()
 
void setDescription (const QString &description)
 
QString fileUrl ()
 
void setFileUrl (const QString &fileUrl)
 
QList< CuteReport::BaseItemInterface * > items (const QString &pageObjectName=QString())
 
CuteReport::BaseItemInterfaceitem (const QString &itemName)
 
QStringList itemNames (const QString &pageObjectName=QString())
 
QList< CuteReport::PageInterface * > pages ()
 
QStringList pageNames ()
 
CuteReport::PageInterfacepage (const QString &pageName)
 
void addPage (CuteReport::PageInterface *page)
 
void deletePage (CuteReport::PageInterface *page)
 
void deletePage (const QString &pageName)
 
QList< CuteReport::DatasetInterface * > datasets ()
 
QStringList datasetNames ()
 
CuteReport::DatasetInterfacedataset (const QString &datasetName)
 
void addDatasets (QList< CuteReport::DatasetInterface *> datasets)
 
void addDataset (CuteReport::DatasetInterface *dataset)
 
void deleteDataset (CuteReport::DatasetInterface *dataset)
 
void deleteDataset (const QString &datasetName)
 
QList< CuteReport::RendererInterface * > renderers ()
 
QStringList rendererNames ()
 
CuteReport::RendererInterfacerenderer (const QString &rendererName=QString())
 
void addRenderer (RendererInterface *renderer)
 
void deleteRenderer (CuteReport::RendererInterface *renderer)
 
void deleteRenderer (const QString &rendererName)
 
QString defaultRendererName () const
 
void setDefaultRendererName (const QString &name)
 
QList< CuteReport::PrinterInterface * > printers ()
 
QStringList printerNames ()
 
CuteReport::PrinterInterfaceprinter (const QString &printerName=QString())
 
void addPrinter (CuteReport::PrinterInterface *printer)
 
void deletePrinter (CuteReport::PrinterInterface *printer)
 
void deletePrinter (const QString &printerName)
 
QString defaultPrinterName () const
 
void setDefaultPrinterName (const QString &name)
 
CuteReport::StorageInterfacestorage (const QString &objectName) const
 
QStringList storageNames () const
 
CuteReport::StorageInterfacestorageByUrl (const QString &url) const
 
QList< CuteReport::StorageInterface * > storageListByScheme (const QString &scheme) const
 
QList< CuteReport::StorageInterface * > storageListByModuleName (const QString &moduleName) const
 
QList< StorageInterface * > storages () const
 
void addStorage (CuteReport::StorageInterface *storage)
 
void deleteStorage (const QString &storageName)
 
void deleteStorage (StorageInterface *storage)
 
bool hasStorageModule (const QString &moduleName)
 
QString defaultStorageName () const
 
void setDefaultStorageName (const QString &name)
 
QList< CuteReport::FormInterface * > forms ()
 
CuteReport::FormInterfaceform (const QString &formName)
 
void addForm (CuteReport::FormInterface *form)
 
void deleteForm (CuteReport::FormInterface *form)
 
virtual int suitId ()
 
const QVariantHash & variables ()
 
void setVariables (const QVariantHash &vars)
 
void setVariableValue (const QString &name, const QVariant &value)
 
QVariant variableValue (const QString &name)
 
bool variableExists (const QString &name)
 
void renameVariable (const QString &oldName, const QString &newName)
 
void removeVariable (const QString &name)
 
QStringList variableObjectsNames ()
 report does NOT take ownership of the passed object More...
 
void setVariableObject (const QString &name, QObject *object)
 
QObject * variableObject (const QString &name)
 
QVariant customData (const QString &dataName) const
 
void setCustomData (const QString &dataName, const QVariant &customData)
 
void setCustomData (const QVariantHash &customData)
 
void clearCustomData (const QString &dataName)
 
QVariantHash customDataAll () const
 
void setCustomDataAll (const QVariantHash &customData)
 
void setFlags (ReportFlags flags)
 
void setFlag (ReportFlag flag, bool enable)
 
bool isFlagSet (ReportFlag flag)
 
ReportFlags flags ()
 
bool isDirty () const
 
bool isValid () const
 
void rendererInit (CuteReport::ScriptEngineInterface *scriptEngine)
 
void rendererReset ()
 
bool isBeingRendered ()
 
RenderedReportInterface * renderedReport () const
 
void setRenderedReport (RenderedReportInterface *renderedReport)
 
void clearRenderedReport ()
 
void setModuleVariable (const QString &var, const QString &fullModuleName)
 variable that are exported by modules and could not be removed from the variable list More...
 
void removeModuleVariable (const QString &var, const QString &fullModuleName)
 
void setModuleVariables (const QSet< QString > &vars)
 
void removeModuleVariables (const QSet< QString > &vars)
 
void setLocaleName (const QString &localeName)
 
QString localeName () const
 
QVariantHash inheritanceDataHash () const
 
void setInheritanceDataHash (const QVariantHash &data)
 
const InheritanceDataContainer & inheritanceData () const
 
void setInheritanceData (const InheritanceDataContainer &data)
 

Protected Member Functions

 ReportInterface (CuteReport::ReportCore *reportCore)
 
 ReportInterface (const ReportInterface &dd, CuteReport::ReportCore *reportCore)
 
void precessFlags (ReportInterface::ReportFlags previousFlags)
 
void setUniqueName (QObject *object, const QString &proposedName=QString())
 
 ReportInterface (CuteReport::ReportCore *reportCore)
 
 ReportInterface (const ReportInterface &dd, CuteReport::ReportCore *reportCore)
 
void precessFlags (ReportInterface::ReportFlags previousFlags)
 
void setUniqueName (QObject *object, const QString &proposedName=QString())
 

Protected Attributes

QString m_name
 
QString m_author
 
QString m_script
 
double m_version
 
QString m_description
 
QString m_fileUrl
 
QString m_defaultStorageName
 
QString m_defaultRendererName
 
QString m_defaultPrinterName
 
QVariantHash m_variables
 
QHash< QString, ObjectPointerm_variableObjects
 
ReportFlags m_flags
 
bool m_isDirty
 
bool m_isValid
 
QVariantHash m_customData
 
QSet< QString > m_moduleVariables
 
QString m_localeName
 
InheritanceDataContainer * m_inheritanceData
 
RenderedReportInterface * m_renderedReport
 
QVariantHash _m_variables
 
QHash< QString, ObjectPointer_m_variableObjects
 
ReportFlags _m_flags
 
bool m_isBeingRendered
 

Properties

QString name
 
QString author
 
QString description
 
QString script
 
int version
 
QString fileUrl
 
QString defaultStorage
 
QString defaultRenderer
 
QString defaultPrinter
 
QVariantHash variables
 
QVariantHash customData
 
QVariantHash inheritanceData
 

Private Slots

void childDestroyed (QObject *object)
 
void slotItemAdded (CuteReport::BaseItemInterface *item)
 
void slotItemRemoved (CuteReport::BaseItemInterface *item, QString, bool directDeletion)
 
void slotScriptStringsChanged ()
 
void slotNewItemAdded (CuteReport::BaseItemInterface *item)
 
void childDestroyed (QObject *object)
 
void slotItemAdded (CuteReport::BaseItemInterface *item)
 
void slotItemRemoved (CuteReport::BaseItemInterface *item, QString, bool directDeletion)
 
void slotScriptStringsChanged ()
 
void slotNewItemAdded (CuteReport::BaseItemInterface *item)
 

Friends

class ReportCore
 

Detailed Description

TODO v2: rename to ReportObject.

Member Enumeration Documentation

◆ ReportFlag [1/2]

Enumerator
VariablesAutoUpdate 
DirtynessAutoUpdate 
VariablesAutoUpdate 
DirtynessAutoUpdate 

◆ ReportFlag [2/2]

Enumerator
VariablesAutoUpdate 
DirtynessAutoUpdate 
VariablesAutoUpdate 
DirtynessAutoUpdate 

Constructor & Destructor Documentation

◆ ~ReportInterface() [1/2]

CuteReport::ReportInterface::~ReportInterface ( )

◆ ReportInterface() [1/4]

CuteReport::ReportInterface::ReportInterface ( CuteReport::ReportCore reportCore)
explicitprotected

◆ ReportInterface() [2/4]

CuteReport::ReportInterface::ReportInterface ( const ReportInterface dd,
CuteReport::ReportCore reportCore 
)
explicitprotected

◆ ~ReportInterface() [2/2]

CuteReport::ReportInterface::~ReportInterface ( )

◆ ReportInterface() [3/4]

CuteReport::ReportInterface::ReportInterface ( CuteReport::ReportCore reportCore)
explicitprotected

◆ ReportInterface() [4/4]

CuteReport::ReportInterface::ReportInterface ( const ReportInterface dd,
CuteReport::ReportCore reportCore 
)
explicitprotected

Member Function Documentation

◆ addDataset() [1/2]

void CuteReport::ReportInterface::addDataset ( CuteReport::DatasetInterface dataset)

◆ addDataset() [2/2]

void CuteReport::ReportInterface::addDataset ( CuteReport::DatasetInterface dataset)

◆ addDatasets() [1/2]

void CuteReport::ReportInterface::addDatasets ( QList< CuteReport::DatasetInterface *>  datasets)

◆ addDatasets() [2/2]

void CuteReport::ReportInterface::addDatasets ( QList< CuteReport::DatasetInterface *>  datasets)

◆ addForm() [1/2]

void CuteReport::ReportInterface::addForm ( CuteReport::FormInterface form)

◆ addForm() [2/2]

void CuteReport::ReportInterface::addForm ( CuteReport::FormInterface form)

◆ addPage() [1/2]

void CuteReport::ReportInterface::addPage ( CuteReport::PageInterface page)

◆ addPage() [2/2]

void CuteReport::ReportInterface::addPage ( CuteReport::PageInterface page)

◆ addPrinter() [1/2]

void CuteReport::ReportInterface::addPrinter ( CuteReport::PrinterInterface printer)

◆ addPrinter() [2/2]

void CuteReport::ReportInterface::addPrinter ( CuteReport::PrinterInterface printer)

◆ addRenderer() [1/2]

void CuteReport::ReportInterface::addRenderer ( RendererInterface renderer)

◆ addRenderer() [2/2]

void CuteReport::ReportInterface::addRenderer ( RendererInterface renderer)

◆ addStorage() [1/2]

void CuteReport::ReportInterface::addStorage ( CuteReport::StorageInterface storage)

◆ addStorage() [2/2]

void CuteReport::ReportInterface::addStorage ( CuteReport::StorageInterface storage)

◆ author() [1/2]

QString CuteReport::ReportInterface::author ( )

◆ author() [2/2]

QString CuteReport::ReportInterface::author ( )

◆ authorChanged [1/2]

void CuteReport::ReportInterface::authorChanged ( QString  )
signal

◆ authorChanged [2/2]

void CuteReport::ReportInterface::authorChanged ( QString  )
signal

◆ baseReportNameChanged [1/2]

void CuteReport::ReportInterface::baseReportNameChanged ( QString  path)
signal

◆ baseReportNameChanged [2/2]

void CuteReport::ReportInterface::baseReportNameChanged ( QString  path)
signal

◆ baseReportPathChanged [1/2]

void CuteReport::ReportInterface::baseReportPathChanged ( QString  path)
signal

◆ baseReportPathChanged [2/2]

void CuteReport::ReportInterface::baseReportPathChanged ( QString  path)
signal

◆ changed [1/2]

void CuteReport::ReportInterface::changed ( )
signal

◆ changed [2/2]

void CuteReport::ReportInterface::changed ( )
signal

◆ childDestroyed [1/2]

void CuteReport::ReportInterface::childDestroyed ( QObject *  object)
privateslot

◆ childDestroyed [2/2]

void CuteReport::ReportInterface::childDestroyed ( QObject *  object)
privateslot

◆ clearCustomData() [1/2]

void CuteReport::ReportInterface::clearCustomData ( const QString &  dataName)

◆ clearCustomData() [2/2]

void CuteReport::ReportInterface::clearCustomData ( const QString &  dataName)

◆ clearRenderedReport() [1/2]

void CuteReport::ReportInterface::clearRenderedReport ( )

◆ clearRenderedReport() [2/2]

void CuteReport::ReportInterface::clearRenderedReport ( )

◆ clone() [1/2]

ReportInterface* CuteReport::ReportInterface::clone ( bool  withChildren = true,
bool  init = true 
)

◆ clone() [2/2]

ReportInterface* CuteReport::ReportInterface::clone ( bool  withChildren = true,
bool  init = true 
)

◆ customData() [1/2]

QVariant CuteReport::ReportInterface::customData ( const QString &  dataName) const

◆ customData() [2/2]

QVariant CuteReport::ReportInterface::customData ( const QString &  dataName) const

◆ customDataAll() [1/2]

QVariantHash CuteReport::ReportInterface::customDataAll ( ) const

◆ customDataAll() [2/2]

QVariantHash CuteReport::ReportInterface::customDataAll ( ) const

◆ customDataByNameChanged [1/2]

void CuteReport::ReportInterface::customDataByNameChanged ( QString  dataName)
signal

◆ customDataByNameChanged [2/2]

void CuteReport::ReportInterface::customDataByNameChanged ( QString  dataName)
signal

◆ customDataChanged [1/2]

void CuteReport::ReportInterface::customDataChanged ( )
signal

◆ customDataChanged [2/2]

void CuteReport::ReportInterface::customDataChanged ( )
signal

◆ dataset() [1/2]

CuteReport::DatasetInterface* CuteReport::ReportInterface::dataset ( const QString &  datasetName)

◆ dataset() [2/2]

CuteReport::DatasetInterface* CuteReport::ReportInterface::dataset ( const QString &  datasetName)

◆ datasetAdded [1/2]

void CuteReport::ReportInterface::datasetAdded ( CuteReport::DatasetInterface dataset)
signal

◆ datasetAdded [2/2]

void CuteReport::ReportInterface::datasetAdded ( CuteReport::DatasetInterface dataset)
signal

◆ datasetDeleted [1/4]

void CuteReport::ReportInterface::datasetDeleted ( CuteReport::DatasetInterface dataset)
signal

◆ datasetDeleted [2/4]

void CuteReport::ReportInterface::datasetDeleted ( CuteReport::DatasetInterface dataset)
signal

◆ datasetDeleted [3/4]

void CuteReport::ReportInterface::datasetDeleted ( QString  datasetName)
signal

◆ datasetDeleted [4/4]

void CuteReport::ReportInterface::datasetDeleted ( QString  datasetName)
signal

◆ datasetNames() [1/2]

QStringList CuteReport::ReportInterface::datasetNames ( )

◆ datasetNames() [2/2]

QStringList CuteReport::ReportInterface::datasetNames ( )

◆ datasets() [1/2]

QList<CuteReport::DatasetInterface *> CuteReport::ReportInterface::datasets ( )

◆ datasets() [2/2]

QList<CuteReport::DatasetInterface *> CuteReport::ReportInterface::datasets ( )

◆ defaultPrinterChanged [1/2]

void CuteReport::ReportInterface::defaultPrinterChanged ( QString  )
signal

◆ defaultPrinterChanged [2/2]

void CuteReport::ReportInterface::defaultPrinterChanged ( QString  )
signal

◆ defaultPrinterName() [1/2]

QString CuteReport::ReportInterface::defaultPrinterName ( ) const

◆ defaultPrinterName() [2/2]

QString CuteReport::ReportInterface::defaultPrinterName ( ) const

◆ defaultRendererChanged [1/2]

void CuteReport::ReportInterface::defaultRendererChanged ( QString  )
signal

◆ defaultRendererChanged [2/2]

void CuteReport::ReportInterface::defaultRendererChanged ( QString  )
signal

◆ defaultRendererName() [1/2]

QString CuteReport::ReportInterface::defaultRendererName ( ) const

◆ defaultRendererName() [2/2]

QString CuteReport::ReportInterface::defaultRendererName ( ) const

◆ defaultStorageChanged [1/2]

void CuteReport::ReportInterface::defaultStorageChanged ( QString  )
signal

◆ defaultStorageChanged [2/2]

void CuteReport::ReportInterface::defaultStorageChanged ( QString  )
signal

◆ defaultStorageName() [1/2]

QString CuteReport::ReportInterface::defaultStorageName ( ) const

◆ defaultStorageName() [2/2]

QString CuteReport::ReportInterface::defaultStorageName ( ) const

◆ deleteDataset() [1/4]

void CuteReport::ReportInterface::deleteDataset ( CuteReport::DatasetInterface dataset)

◆ deleteDataset() [2/4]

void CuteReport::ReportInterface::deleteDataset ( CuteReport::DatasetInterface dataset)

◆ deleteDataset() [3/4]

void CuteReport::ReportInterface::deleteDataset ( const QString &  datasetName)

◆ deleteDataset() [4/4]

void CuteReport::ReportInterface::deleteDataset ( const QString &  datasetName)

◆ deleteForm() [1/2]

void CuteReport::ReportInterface::deleteForm ( CuteReport::FormInterface form)

◆ deleteForm() [2/2]

void CuteReport::ReportInterface::deleteForm ( CuteReport::FormInterface form)

◆ deletePage() [1/4]

void CuteReport::ReportInterface::deletePage ( CuteReport::PageInterface page)

◆ deletePage() [2/4]

void CuteReport::ReportInterface::deletePage ( CuteReport::PageInterface page)

◆ deletePage() [3/4]

void CuteReport::ReportInterface::deletePage ( const QString &  pageName)

◆ deletePage() [4/4]

void CuteReport::ReportInterface::deletePage ( const QString &  pageName)

◆ deletePrinter() [1/4]

void CuteReport::ReportInterface::deletePrinter ( CuteReport::PrinterInterface printer)

◆ deletePrinter() [2/4]

void CuteReport::ReportInterface::deletePrinter ( CuteReport::PrinterInterface printer)

◆ deletePrinter() [3/4]

void CuteReport::ReportInterface::deletePrinter ( const QString &  printerName)

◆ deletePrinter() [4/4]

void CuteReport::ReportInterface::deletePrinter ( const QString &  printerName)

◆ deleteRenderer() [1/4]

void CuteReport::ReportInterface::deleteRenderer ( CuteReport::RendererInterface renderer)

◆ deleteRenderer() [2/4]

void CuteReport::ReportInterface::deleteRenderer ( CuteReport::RendererInterface renderer)

◆ deleteRenderer() [3/4]

void CuteReport::ReportInterface::deleteRenderer ( const QString &  rendererName)

◆ deleteRenderer() [4/4]

void CuteReport::ReportInterface::deleteRenderer ( const QString &  rendererName)

◆ deleteStorage() [1/4]

void CuteReport::ReportInterface::deleteStorage ( const QString &  storageName)

◆ deleteStorage() [2/4]

void CuteReport::ReportInterface::deleteStorage ( const QString &  storageName)

◆ deleteStorage() [3/4]

void CuteReport::ReportInterface::deleteStorage ( StorageInterface storage)

◆ deleteStorage() [4/4]

void CuteReport::ReportInterface::deleteStorage ( StorageInterface storage)

◆ description() [1/2]

QString CuteReport::ReportInterface::description ( )

◆ description() [2/2]

QString CuteReport::ReportInterface::description ( )

◆ descriptionChanged [1/2]

void CuteReport::ReportInterface::descriptionChanged ( QString  )
signal

◆ descriptionChanged [2/2]

void CuteReport::ReportInterface::descriptionChanged ( QString  )
signal

◆ dirtynessChanged [1/2]

void CuteReport::ReportInterface::dirtynessChanged ( bool  )
signal

◆ dirtynessChanged [2/2]

void CuteReport::ReportInterface::dirtynessChanged ( bool  )
signal

◆ fileUrl() [1/2]

QString CuteReport::ReportInterface::fileUrl ( )

◆ fileUrl() [2/2]

QString CuteReport::ReportInterface::fileUrl ( )

◆ fileUrlChanged [1/2]

void CuteReport::ReportInterface::fileUrlChanged ( QString  )
signal

◆ fileUrlChanged [2/2]

void CuteReport::ReportInterface::fileUrlChanged ( QString  )
signal

◆ flags() [1/2]

ReportFlags CuteReport::ReportInterface::flags ( )

◆ flags() [2/2]

ReportFlags CuteReport::ReportInterface::flags ( )

◆ form() [1/2]

CuteReport::FormInterface* CuteReport::ReportInterface::form ( const QString &  formName)

◆ form() [2/2]

CuteReport::FormInterface* CuteReport::ReportInterface::form ( const QString &  formName)

◆ formAdded [1/2]

void CuteReport::ReportInterface::formAdded ( CuteReport::FormInterface )
signal

◆ formAdded [2/2]

void CuteReport::ReportInterface::formAdded ( CuteReport::FormInterface )
signal

◆ formDeleted [1/2]

void CuteReport::ReportInterface::formDeleted ( CuteReport::FormInterface )
signal

◆ formDeleted [2/2]

void CuteReport::ReportInterface::formDeleted ( CuteReport::FormInterface )
signal

◆ forms() [1/2]

QList<CuteReport::FormInterface*> CuteReport::ReportInterface::forms ( )

◆ forms() [2/2]

QList<CuteReport::FormInterface*> CuteReport::ReportInterface::forms ( )

◆ hasStorageModule() [1/2]

bool CuteReport::ReportInterface::hasStorageModule ( const QString &  moduleName)

◆ hasStorageModule() [2/2]

bool CuteReport::ReportInterface::hasStorageModule ( const QString &  moduleName)

◆ inheritanceData() [1/2]

const InheritanceDataContainer& CuteReport::ReportInterface::inheritanceData ( ) const

◆ inheritanceData() [2/2]

const InheritanceDataContainer& CuteReport::ReportInterface::inheritanceData ( ) const

◆ inheritanceDataChanged [1/2]

void CuteReport::ReportInterface::inheritanceDataChanged ( )
signal

◆ inheritanceDataChanged [2/2]

void CuteReport::ReportInterface::inheritanceDataChanged ( )
signal

◆ inheritanceDataHash() [1/2]

QVariantHash CuteReport::ReportInterface::inheritanceDataHash ( ) const

◆ inheritanceDataHash() [2/2]

QVariantHash CuteReport::ReportInterface::inheritanceDataHash ( ) const

◆ init() [1/2]

void CuteReport::ReportInterface::init ( )

◆ init() [2/2]

void CuteReport::ReportInterface::init ( )

◆ isBeingRendered() [1/2]

bool CuteReport::ReportInterface::isBeingRendered ( )

◆ isBeingRendered() [2/2]

bool CuteReport::ReportInterface::isBeingRendered ( )

◆ isDirty() [1/2]

bool CuteReport::ReportInterface::isDirty ( ) const

◆ isDirty() [2/2]

bool CuteReport::ReportInterface::isDirty ( ) const

◆ isFlagSet() [1/2]

bool CuteReport::ReportInterface::isFlagSet ( ReportFlag  flag)

◆ isFlagSet() [2/2]

bool CuteReport::ReportInterface::isFlagSet ( ReportFlag  flag)

◆ isValid() [1/2]

bool CuteReport::ReportInterface::isValid ( ) const

◆ isValid() [2/2]

bool CuteReport::ReportInterface::isValid ( ) const

◆ item() [1/2]

CuteReport::BaseItemInterface* CuteReport::ReportInterface::item ( const QString &  itemName)

◆ item() [2/2]

CuteReport::BaseItemInterface* CuteReport::ReportInterface::item ( const QString &  itemName)

◆ itemAdded [1/2]

void CuteReport::ReportInterface::itemAdded ( CuteReport::BaseItemInterface )
signal

◆ itemAdded [2/2]

void CuteReport::ReportInterface::itemAdded ( CuteReport::BaseItemInterface )
signal

◆ itemDeleted [1/2]

void CuteReport::ReportInterface::itemDeleted ( CuteReport::BaseItemInterface ,
bool   
)
signal

◆ itemDeleted [2/2]

void CuteReport::ReportInterface::itemDeleted ( CuteReport::BaseItemInterface ,
bool   
)
signal

◆ itemNames() [1/2]

QStringList CuteReport::ReportInterface::itemNames ( const QString &  pageObjectName = QString())

◆ itemNames() [2/2]

QStringList CuteReport::ReportInterface::itemNames ( const QString &  pageObjectName = QString())

◆ items() [1/2]

QList<CuteReport::BaseItemInterface *> CuteReport::ReportInterface::items ( const QString &  pageObjectName = QString())

◆ items() [2/2]

QList<CuteReport::BaseItemInterface *> CuteReport::ReportInterface::items ( const QString &  pageObjectName = QString())

◆ localeName() [1/2]

QString CuteReport::ReportInterface::localeName ( ) const

◆ localeName() [2/2]

QString CuteReport::ReportInterface::localeName ( ) const

◆ name() [1/2]

QString CuteReport::ReportInterface::name ( )

◆ name() [2/2]

QString CuteReport::ReportInterface::name ( )

◆ nameChanged [1/2]

void CuteReport::ReportInterface::nameChanged ( QString  )
signal

◆ nameChanged [2/2]

void CuteReport::ReportInterface::nameChanged ( QString  )
signal

◆ page() [1/2]

CuteReport::PageInterface* CuteReport::ReportInterface::page ( const QString &  pageName)

◆ page() [2/2]

CuteReport::PageInterface* CuteReport::ReportInterface::page ( const QString &  pageName)

◆ pageAdded [1/2]

void CuteReport::ReportInterface::pageAdded ( CuteReport::PageInterface )
signal

◆ pageAdded [2/2]

void CuteReport::ReportInterface::pageAdded ( CuteReport::PageInterface )
signal

◆ pageDeleted [1/2]

void CuteReport::ReportInterface::pageDeleted ( CuteReport::PageInterface )
signal

◆ pageDeleted [2/2]

void CuteReport::ReportInterface::pageDeleted ( CuteReport::PageInterface )
signal

◆ pageNames() [1/2]

QStringList CuteReport::ReportInterface::pageNames ( )

◆ pageNames() [2/2]

QStringList CuteReport::ReportInterface::pageNames ( )

◆ pages() [1/2]

QList<CuteReport::PageInterface *> CuteReport::ReportInterface::pages ( )

◆ pages() [2/2]

QList<CuteReport::PageInterface *> CuteReport::ReportInterface::pages ( )

◆ precessFlags() [1/2]

void CuteReport::ReportInterface::precessFlags ( ReportInterface::ReportFlags  previousFlags)
protected

◆ precessFlags() [2/2]

void CuteReport::ReportInterface::precessFlags ( ReportInterface::ReportFlags  previousFlags)
protected

◆ printer() [1/2]

CuteReport::PrinterInterface* CuteReport::ReportInterface::printer ( const QString &  printerName = QString())

◆ printer() [2/2]

CuteReport::PrinterInterface* CuteReport::ReportInterface::printer ( const QString &  printerName = QString())

◆ printerAdded [1/2]

void CuteReport::ReportInterface::printerAdded ( CuteReport::PrinterInterface )
signal

◆ printerAdded [2/2]

void CuteReport::ReportInterface::printerAdded ( CuteReport::PrinterInterface )
signal

◆ printerDeleted [1/4]

void CuteReport::ReportInterface::printerDeleted ( CuteReport::PrinterInterface )
signal

◆ printerDeleted [2/4]

void CuteReport::ReportInterface::printerDeleted ( CuteReport::PrinterInterface )
signal

◆ printerDeleted [3/4]

void CuteReport::ReportInterface::printerDeleted ( QString  printerName)
signal

◆ printerDeleted [4/4]

void CuteReport::ReportInterface::printerDeleted ( QString  printerName)
signal

◆ printerNames() [1/2]

QStringList CuteReport::ReportInterface::printerNames ( )

◆ printerNames() [2/2]

QStringList CuteReport::ReportInterface::printerNames ( )

◆ printers() [1/2]

QList<CuteReport::PrinterInterface *> CuteReport::ReportInterface::printers ( )

◆ printers() [2/2]

QList<CuteReport::PrinterInterface *> CuteReport::ReportInterface::printers ( )

◆ propertyChanged [1/2]

void CuteReport::ReportInterface::propertyChanged ( )
signal

◆ propertyChanged [2/2]

void CuteReport::ReportInterface::propertyChanged ( )
signal

◆ removeModuleVariable() [1/2]

void CuteReport::ReportInterface::removeModuleVariable ( const QString &  var,
const QString &  fullModuleName 
)

◆ removeModuleVariable() [2/2]

void CuteReport::ReportInterface::removeModuleVariable ( const QString &  var,
const QString &  fullModuleName 
)

◆ removeModuleVariables() [1/2]

void CuteReport::ReportInterface::removeModuleVariables ( const QSet< QString > &  vars)

◆ removeModuleVariables() [2/2]

void CuteReport::ReportInterface::removeModuleVariables ( const QSet< QString > &  vars)

◆ removeVariable() [1/2]

void CuteReport::ReportInterface::removeVariable ( const QString &  name)

◆ removeVariable() [2/2]

void CuteReport::ReportInterface::removeVariable ( const QString &  name)

◆ renameVariable() [1/2]

void CuteReport::ReportInterface::renameVariable ( const QString &  oldName,
const QString &  newName 
)

◆ renameVariable() [2/2]

void CuteReport::ReportInterface::renameVariable ( const QString &  oldName,
const QString &  newName 
)

◆ renderedReport() [1/2]

RenderedReportInterface* CuteReport::ReportInterface::renderedReport ( ) const

◆ renderedReport() [2/2]

RenderedReportInterface* CuteReport::ReportInterface::renderedReport ( ) const

◆ renderer() [1/2]

CuteReport::RendererInterface* CuteReport::ReportInterface::renderer ( const QString &  rendererName = QString())

◆ renderer() [2/2]

CuteReport::RendererInterface* CuteReport::ReportInterface::renderer ( const QString &  rendererName = QString())

◆ rendererAdded [1/2]

void CuteReport::ReportInterface::rendererAdded ( CuteReport::RendererInterface )
signal

◆ rendererAdded [2/2]

void CuteReport::ReportInterface::rendererAdded ( CuteReport::RendererInterface )
signal

◆ rendererDeleted [1/4]

void CuteReport::ReportInterface::rendererDeleted ( CuteReport::RendererInterface )
signal

◆ rendererDeleted [2/4]

void CuteReport::ReportInterface::rendererDeleted ( CuteReport::RendererInterface )
signal

◆ rendererDeleted [3/4]

void CuteReport::ReportInterface::rendererDeleted ( QString  rendererName)
signal

◆ rendererDeleted [4/4]

void CuteReport::ReportInterface::rendererDeleted ( QString  rendererName)
signal

◆ rendererInit() [1/2]

void CuteReport::ReportInterface::rendererInit ( CuteReport::ScriptEngineInterface *  scriptEngine)

◆ rendererInit() [2/2]

void CuteReport::ReportInterface::rendererInit ( CuteReport::ScriptEngineInterface *  scriptEngine)

◆ rendererNames() [1/2]

QStringList CuteReport::ReportInterface::rendererNames ( )

◆ rendererNames() [2/2]

QStringList CuteReport::ReportInterface::rendererNames ( )

◆ rendererReset() [1/2]

void CuteReport::ReportInterface::rendererReset ( )

◆ rendererReset() [2/2]

void CuteReport::ReportInterface::rendererReset ( )

◆ renderers() [1/2]

QList<CuteReport::RendererInterface *> CuteReport::ReportInterface::renderers ( )

◆ renderers() [2/2]

QList<CuteReport::RendererInterface *> CuteReport::ReportInterface::renderers ( )

◆ script() [1/2]

virtual QString CuteReport::ReportInterface::script ( )
virtual

◆ script() [2/2]

virtual QString CuteReport::ReportInterface::script ( )
virtual

◆ scriptChanged [1/2]

void CuteReport::ReportInterface::scriptChanged ( QString  )
signal

◆ scriptChanged [2/2]

void CuteReport::ReportInterface::scriptChanged ( QString  )
signal

◆ setAuthor() [1/2]

void CuteReport::ReportInterface::setAuthor ( const QString &  author)

◆ setAuthor() [2/2]

void CuteReport::ReportInterface::setAuthor ( const QString &  author)

◆ setCustomData() [1/4]

void CuteReport::ReportInterface::setCustomData ( const QString &  dataName,
const QVariant &  customData 
)

◆ setCustomData() [2/4]

void CuteReport::ReportInterface::setCustomData ( const QString &  dataName,
const QVariant &  customData 
)

◆ setCustomData() [3/4]

void CuteReport::ReportInterface::setCustomData ( const QVariantHash &  customData)

◆ setCustomData() [4/4]

void CuteReport::ReportInterface::setCustomData ( const QVariantHash &  customData)

◆ setCustomDataAll() [1/2]

void CuteReport::ReportInterface::setCustomDataAll ( const QVariantHash &  customData)

◆ setCustomDataAll() [2/2]

void CuteReport::ReportInterface::setCustomDataAll ( const QVariantHash &  customData)

◆ setDefaultPrinterName() [1/2]

void CuteReport::ReportInterface::setDefaultPrinterName ( const QString &  name)

◆ setDefaultPrinterName() [2/2]

void CuteReport::ReportInterface::setDefaultPrinterName ( const QString &  name)

◆ setDefaultRendererName() [1/2]

void CuteReport::ReportInterface::setDefaultRendererName ( const QString &  name)

◆ setDefaultRendererName() [2/2]

void CuteReport::ReportInterface::setDefaultRendererName ( const QString &  name)

◆ setDefaultStorageName() [1/2]

void CuteReport::ReportInterface::setDefaultStorageName ( const QString &  name)

◆ setDefaultStorageName() [2/2]

void CuteReport::ReportInterface::setDefaultStorageName ( const QString &  name)

◆ setDescription() [1/2]

void CuteReport::ReportInterface::setDescription ( const QString &  description)

◆ setDescription() [2/2]

void CuteReport::ReportInterface::setDescription ( const QString &  description)

◆ setDirty [1/2]

void CuteReport::ReportInterface::setDirty ( bool  b = true)
slot

◆ setDirty [2/2]

void CuteReport::ReportInterface::setDirty ( bool  b = true)
slot

◆ setFileUrl() [1/2]

void CuteReport::ReportInterface::setFileUrl ( const QString &  fileUrl)

◆ setFileUrl() [2/2]

void CuteReport::ReportInterface::setFileUrl ( const QString &  fileUrl)

◆ setFlag() [1/2]

void CuteReport::ReportInterface::setFlag ( ReportFlag  flag,
bool  enable 
)

◆ setFlag() [2/2]

void CuteReport::ReportInterface::setFlag ( ReportFlag  flag,
bool  enable 
)

◆ setFlags() [1/2]

void CuteReport::ReportInterface::setFlags ( ReportFlags  flags)

◆ setFlags() [2/2]

void CuteReport::ReportInterface::setFlags ( ReportFlags  flags)

◆ setInheritanceData() [1/2]

void CuteReport::ReportInterface::setInheritanceData ( const InheritanceDataContainer &  data)

◆ setInheritanceData() [2/2]

void CuteReport::ReportInterface::setInheritanceData ( const InheritanceDataContainer &  data)

◆ setInheritanceDataHash() [1/2]

void CuteReport::ReportInterface::setInheritanceDataHash ( const QVariantHash &  data)

◆ setInheritanceDataHash() [2/2]

void CuteReport::ReportInterface::setInheritanceDataHash ( const QVariantHash &  data)

◆ setInvalid [1/2]

void CuteReport::ReportInterface::setInvalid ( )
slot

◆ setInvalid [2/2]

void CuteReport::ReportInterface::setInvalid ( )
slot

◆ setLocaleName() [1/2]

void CuteReport::ReportInterface::setLocaleName ( const QString &  localeName)

◆ setLocaleName() [2/2]

void CuteReport::ReportInterface::setLocaleName ( const QString &  localeName)

◆ setModuleVariable() [1/2]

void CuteReport::ReportInterface::setModuleVariable ( const QString &  var,
const QString &  fullModuleName 
)

variable that are exported by modules and could not be removed from the variable list

◆ setModuleVariable() [2/2]

void CuteReport::ReportInterface::setModuleVariable ( const QString &  var,
const QString &  fullModuleName 
)

variable that are exported by modules and could not be removed from the variable list

◆ setModuleVariables() [1/2]

void CuteReport::ReportInterface::setModuleVariables ( const QSet< QString > &  vars)

◆ setModuleVariables() [2/2]

void CuteReport::ReportInterface::setModuleVariables ( const QSet< QString > &  vars)

◆ setName() [1/2]

void CuteReport::ReportInterface::setName ( const QString &  name)

◆ setName() [2/2]

void CuteReport::ReportInterface::setName ( const QString &  name)

◆ setRenderedReport() [1/2]

void CuteReport::ReportInterface::setRenderedReport ( RenderedReportInterface *  renderedReport)

◆ setRenderedReport() [2/2]

void CuteReport::ReportInterface::setRenderedReport ( RenderedReportInterface *  renderedReport)

◆ setScript() [1/2]

virtual void CuteReport::ReportInterface::setScript ( const QString &  script)
virtual

◆ setScript() [2/2]

virtual void CuteReport::ReportInterface::setScript ( const QString &  script)
virtual

◆ setUniqueName() [1/2]

void CuteReport::ReportInterface::setUniqueName ( QObject *  object,
const QString &  proposedName = QString() 
)
protected

◆ setUniqueName() [2/2]

void CuteReport::ReportInterface::setUniqueName ( QObject *  object,
const QString &  proposedName = QString() 
)
protected

◆ setValid [1/2]

void CuteReport::ReportInterface::setValid ( bool  b = true)
slot

◆ setValid [2/2]

void CuteReport::ReportInterface::setValid ( bool  b = true)
slot

◆ setVariableObject() [1/2]

void CuteReport::ReportInterface::setVariableObject ( const QString &  name,
QObject *  object 
)

◆ setVariableObject() [2/2]

void CuteReport::ReportInterface::setVariableObject ( const QString &  name,
QObject *  object 
)

◆ setVariables() [1/2]

void CuteReport::ReportInterface::setVariables ( const QVariantHash &  vars)

◆ setVariables() [2/2]

void CuteReport::ReportInterface::setVariables ( const QVariantHash &  vars)

◆ setVariableValue() [1/2]

void CuteReport::ReportInterface::setVariableValue ( const QString &  name,
const QVariant &  value 
)

◆ setVariableValue() [2/2]

void CuteReport::ReportInterface::setVariableValue ( const QString &  name,
const QVariant &  value 
)

◆ setVersion() [1/2]

void CuteReport::ReportInterface::setVersion ( double  tVersion)

◆ setVersion() [2/2]

void CuteReport::ReportInterface::setVersion ( double  tVersion)

◆ slotItemAdded [1/2]

void CuteReport::ReportInterface::slotItemAdded ( CuteReport::BaseItemInterface item)
privateslot

◆ slotItemAdded [2/2]

void CuteReport::ReportInterface::slotItemAdded ( CuteReport::BaseItemInterface item)
privateslot

◆ slotItemRemoved [1/2]

void CuteReport::ReportInterface::slotItemRemoved ( CuteReport::BaseItemInterface item,
QString  ,
bool  directDeletion 
)
privateslot

◆ slotItemRemoved [2/2]

void CuteReport::ReportInterface::slotItemRemoved ( CuteReport::BaseItemInterface item,
QString  ,
bool  directDeletion 
)
privateslot

◆ slotNewItemAdded [1/2]

void CuteReport::ReportInterface::slotNewItemAdded ( CuteReport::BaseItemInterface item)
privateslot

◆ slotNewItemAdded [2/2]

void CuteReport::ReportInterface::slotNewItemAdded ( CuteReport::BaseItemInterface item)
privateslot

◆ slotScriptStringsChanged [1/2]

void CuteReport::ReportInterface::slotScriptStringsChanged ( )
privateslot

◆ slotScriptStringsChanged [2/2]

void CuteReport::ReportInterface::slotScriptStringsChanged ( )
privateslot

◆ storage() [1/2]

CuteReport::StorageInterface* CuteReport::ReportInterface::storage ( const QString &  objectName) const

◆ storage() [2/2]

CuteReport::StorageInterface* CuteReport::ReportInterface::storage ( const QString &  objectName) const

◆ storageAdded [1/2]

void CuteReport::ReportInterface::storageAdded ( CuteReport::StorageInterface )
signal

◆ storageAdded [2/2]

void CuteReport::ReportInterface::storageAdded ( CuteReport::StorageInterface )
signal

◆ storageByUrl() [1/2]

CuteReport::StorageInterface* CuteReport::ReportInterface::storageByUrl ( const QString &  url) const

◆ storageByUrl() [2/2]

CuteReport::StorageInterface* CuteReport::ReportInterface::storageByUrl ( const QString &  url) const

◆ storageDeleted [1/4]

void CuteReport::ReportInterface::storageDeleted ( CuteReport::StorageInterface )
signal

◆ storageDeleted [2/4]

void CuteReport::ReportInterface::storageDeleted ( CuteReport::StorageInterface )
signal

◆ storageDeleted [3/4]

void CuteReport::ReportInterface::storageDeleted ( QString  storageName)
signal

◆ storageDeleted [4/4]

void CuteReport::ReportInterface::storageDeleted ( QString  storageName)
signal

◆ storageListByModuleName() [1/2]

QList<CuteReport::StorageInterface*> CuteReport::ReportInterface::storageListByModuleName ( const QString &  moduleName) const

◆ storageListByModuleName() [2/2]

QList<CuteReport::StorageInterface*> CuteReport::ReportInterface::storageListByModuleName ( const QString &  moduleName) const

◆ storageListByScheme() [1/2]

QList<CuteReport::StorageInterface*> CuteReport::ReportInterface::storageListByScheme ( const QString &  scheme) const

◆ storageListByScheme() [2/2]

QList<CuteReport::StorageInterface*> CuteReport::ReportInterface::storageListByScheme ( const QString &  scheme) const

◆ storageNames() [1/2]

QStringList CuteReport::ReportInterface::storageNames ( ) const

◆ storageNames() [2/2]

QStringList CuteReport::ReportInterface::storageNames ( ) const

◆ storages() [1/2]

QList<StorageInterface *> CuteReport::ReportInterface::storages ( ) const

◆ storages() [2/2]

QList<StorageInterface *> CuteReport::ReportInterface::storages ( ) const

◆ suitId() [1/2]

virtual int CuteReport::ReportInterface::suitId ( )
virtual

◆ suitId() [2/2]

virtual int CuteReport::ReportInterface::suitId ( )
virtual

◆ updateVariables [1/2]

void CuteReport::ReportInterface::updateVariables ( )
slot

◆ updateVariables [2/2]

void CuteReport::ReportInterface::updateVariables ( )
slot

◆ validityChanged [1/2]

void CuteReport::ReportInterface::validityChanged ( bool  )
signal

◆ validityChanged [2/2]

void CuteReport::ReportInterface::validityChanged ( bool  )
signal

◆ variableExists() [1/2]

bool CuteReport::ReportInterface::variableExists ( const QString &  name)

◆ variableExists() [2/2]

bool CuteReport::ReportInterface::variableExists ( const QString &  name)

◆ variableObject() [1/2]

QObject* CuteReport::ReportInterface::variableObject ( const QString &  name)

◆ variableObject() [2/2]

QObject* CuteReport::ReportInterface::variableObject ( const QString &  name)

◆ variableObjectsNames() [1/2]

QStringList CuteReport::ReportInterface::variableObjectsNames ( )

report does NOT take ownership of the passed object

◆ variableObjectsNames() [2/2]

QStringList CuteReport::ReportInterface::variableObjectsNames ( )

report does NOT take ownership of the passed object

◆ variables() [1/2]

const QVariantHash& CuteReport::ReportInterface::variables ( )

◆ variables() [2/2]

const QVariantHash& CuteReport::ReportInterface::variables ( )

◆ variablesChanged [1/2]

void CuteReport::ReportInterface::variablesChanged ( )
signal

◆ variablesChanged [2/2]

void CuteReport::ReportInterface::variablesChanged ( )
signal

◆ variableValue() [1/2]

QVariant CuteReport::ReportInterface::variableValue ( const QString &  name)

◆ variableValue() [2/2]

QVariant CuteReport::ReportInterface::variableValue ( const QString &  name)

◆ version() [1/2]

double CuteReport::ReportInterface::version ( )

◆ version() [2/2]

double CuteReport::ReportInterface::version ( )

Friends And Related Function Documentation

◆ ReportCore

ReportCore
friend

Member Data Documentation

◆ _m_flags

ReportFlags CuteReport::ReportInterface::_m_flags
protected

◆ _m_variableObjects

QHash< QString, ObjectPointer > CuteReport::ReportInterface::_m_variableObjects
protected

◆ _m_variables

QVariantHash CuteReport::ReportInterface::_m_variables
protected

◆ m_author

QString CuteReport::ReportInterface::m_author
protected

◆ m_customData

QVariantHash CuteReport::ReportInterface::m_customData
protected

◆ m_defaultPrinterName

QString CuteReport::ReportInterface::m_defaultPrinterName
protected

◆ m_defaultRendererName

QString CuteReport::ReportInterface::m_defaultRendererName
protected

◆ m_defaultStorageName

QString CuteReport::ReportInterface::m_defaultStorageName
protected

◆ m_description

QString CuteReport::ReportInterface::m_description
protected

◆ m_fileUrl

QString CuteReport::ReportInterface::m_fileUrl
protected

◆ m_flags

ReportFlags CuteReport::ReportInterface::m_flags
protected

◆ m_inheritanceData

InheritanceDataContainer * CuteReport::ReportInterface::m_inheritanceData
protected

◆ m_isBeingRendered

bool CuteReport::ReportInterface::m_isBeingRendered
protected

◆ m_isDirty

bool CuteReport::ReportInterface::m_isDirty
protected

◆ m_isValid

bool CuteReport::ReportInterface::m_isValid
protected

◆ m_localeName

QString CuteReport::ReportInterface::m_localeName
protected

◆ m_moduleVariables

QSet< QString > CuteReport::ReportInterface::m_moduleVariables
protected

◆ m_name

QString CuteReport::ReportInterface::m_name
protected

◆ m_renderedReport

RenderedReportInterface * CuteReport::ReportInterface::m_renderedReport
protected

◆ m_script

QString CuteReport::ReportInterface::m_script
protected

◆ m_variableObjects

QHash< QString, ObjectPointer > CuteReport::ReportInterface::m_variableObjects
protected

◆ m_variables

QVariantHash CuteReport::ReportInterface::m_variables
protected

◆ m_version

double CuteReport::ReportInterface::m_version
protected

Property Documentation

◆ author

QString CuteReport::ReportInterface::author
readwrite

◆ customData

QVariantHash CuteReport::ReportInterface::customData
readwrite

◆ defaultPrinter

QString CuteReport::ReportInterface::defaultPrinter
readwrite

◆ defaultRenderer

QString CuteReport::ReportInterface::defaultRenderer
readwrite

◆ defaultStorage

QString CuteReport::ReportInterface::defaultStorage
readwrite

◆ description

QString CuteReport::ReportInterface::description
readwrite

◆ fileUrl

QString CuteReport::ReportInterface::fileUrl
readwrite

◆ inheritanceData

QVariantHash CuteReport::ReportInterface::inheritanceData
readwrite

◆ name

QString CuteReport::ReportInterface::name
readwrite

◆ script

QString CuteReport::ReportInterface::script
readwrite

◆ variables

QVariantHash CuteReport::ReportInterface::variables
readwrite

◆ version

int CuteReport::ReportInterface::version
readwrite

The documentation for this class was generated from the following file: