Scripting
Scripting Namespace Reference
Classes | |
class | CheckBox |
class | Field |
class | Image |
class | Line |
class | Report |
class | Text |
Detailed Description
Field item script interface.
Report section object user scripting API.
Label item script interface.
The user facing interface for scripting report field items
The user facing interface for scripting report label items
Contains methods for a report section object which can be called by user scripts.
Example:
function detail()
{
this.OnRender = function()
{
debug.print("Rendering detail section!");
}
}
reportname.section_detail.initialize(new detail())
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:00:06 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:00:06 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.