KReportScriptSource
KReportScriptSource Class Referenceabstract
#include <KReportScriptSource.h>
Public Member Functions | |
virtual QString | scriptCode (const QString &script) const =0 |
virtual QStringList | scriptList () const =0 |
Detailed Description
Abstraction of report script source.
A script source is implemented by the source application to provide scripts to the report.
Definition at line 32 of file KReportScriptSource.h.
Constructor & Destructor Documentation
◆ ~KReportScriptSource()
|
virtual |
Definition at line 41 of file KReportScriptHandler.cpp.
Member Function Documentation
◆ scriptCode()
Allow the implementation to return some script code based on a specific script name as set in the report.
◆ scriptList()
|
pure virtual |
Allow the implementation to return a list of possible scripts.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.