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-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.