KReport
KReportScriptReport.cpp
Top level report document definition. A KReportDocment defines the design of a document,...
Definition KReportDocument.h:42
QList< KReportItemBase * > objects() const
Definition KReportDocument.cpp:208
KReportSectionData * section(KReportSectionData::Type type) const
Definition KReportDocument.cpp:294
An interface for plugins delivering KReport elements.
Definition KReportPluginInterface.h:46
Manager class for finding and loading available plugins.
Definition KReportPluginManager.h:41
KReportSectionData is used to store the information about a specific report section.
Definition KReportSectionData.h:45
void initialize(const QJSValue &val)
Assigns a user object to this report.
Definition KReportScriptReport.cpp:100
void eventOnNewPage()
Executed when a new page is created. If a handler exists for this in the user object it is called.
Definition KReportScriptReport.cpp:117
void eventOnOpen()
Executed when the report is opened. If a handler exists for this in the user object it is called.
Definition KReportScriptReport.cpp:105
void eventOnComplete()
Executed when the report is complete. If a handler exists for this in the user object it is called.
Definition KReportScriptReport.cpp:111
QObject * objectByName(const QString &)
Definition KReportScriptReport.cpp:58
QObject * sectionByName(const QString &)
Definition KReportScriptReport.cpp:90
QJSValue call(const QJSValueList &args) const const
bool hasProperty(const QString &name) const const
bool isObject() const const
QJSValue property(const QString &name) const const
bool contains(const Key &key) const const
QObject(QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.