KReport
KReportScriptReport.h
75 //! Executed when the report is opened. If a handler exists for this in the user object it is called.
78 //! Executed when the report is complete. If a handler exists for this in the user object it is called.
Top level report document definition. A KReportDocment defines the design of a document,...
Definition KReportDocument.h:42
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
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
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.