KParts
KParts::ScriptableExtension::FunctionRef Struct Reference
#include <scriptableextension.h>
Public Member Functions | |
FunctionRef () | |
FunctionRef (const Object &b, const QString &f) | |
bool | operator== (const FunctionRef &other) const |
Public Attributes | |
Object | base |
QString | field |
Detailed Description
Function references are a pair of an object and a field in it.
Essentially, if you have a base.field(something) call, the 'base' needs to be passed as the 'this' to the function, and these references can be used to resolve that.
Definition at line 104 of file scriptableextension.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.