KParts

KParts::ScriptableExtension::FunctionRef Struct Reference

#include <scriptableextension.h>

Public Member Functions

 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 113 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-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.