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.
Constructor & Destructor Documentation
|
inline |
Definition at line 108 of file scriptableextension.h.
|
inline |
Definition at line 109 of file scriptableextension.h.
Member Function Documentation
|
inline |
Definition at line 110 of file scriptableextension.h.
Member Data Documentation
Object KParts::ScriptableExtension::FunctionRef::base |
Definition at line 105 of file scriptableextension.h.
QString KParts::ScriptableExtension::FunctionRef::field |
Definition at line 106 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.