KParts
KParts::ScriptableExtension::FunctionRef Struct Reference
Function references are a pair of an object and a field in it. More...
#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
| KParts::ScriptableExtension::FunctionRef::FunctionRef | ( | ) | [inline] |
Definition at line 108 of file scriptableextension.h.
| KParts::ScriptableExtension::FunctionRef::FunctionRef | ( | const Object & | b, |
| const QString & | f | ||
| ) | [inline] |
Definition at line 109 of file scriptableextension.h.
Member Function Documentation
| bool KParts::ScriptableExtension::FunctionRef::operator== | ( | const FunctionRef & | other | ) | const [inline] |
Definition at line 110 of file scriptableextension.h.
Member Data Documentation
Definition at line 105 of file scriptableextension.h.
Definition at line 106 of file scriptableextension.h.
The documentation for this struct was generated from the following file:
KDE 4.6 API Reference