KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeObjectField.h>
Public Member Functions | |
virtual bool | canEvaluateInObjectScope () |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. More... | |
virtual void | dump (const char *prefix) |
Dumps the tree. More... | |
virtual bool | evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pResult) |
virtual KviKvsRWEvaluationResult * | evaluateReadWriteInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c) |
KviKvsTreeNodeObjectField (const QChar *pLocation, const QString &szIdentifier) | |
~KviKvsTreeNodeObjectField () | |
Public Member Functions inherited from KviKvsTreeNodeVariable | |
KviKvsTreeNodeVariable (const QChar *pLocation, const QString &szIdentifier) | |
~KviKvsTreeNodeVariable () | |
Public Member Functions inherited from KviKvsTreeNodeData | |
virtual bool | convertStringConstantToNumeric () |
const QChar * | endingLocation () |
virtual bool | evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
virtual KviKvsRWEvaluationResult * | evaluateReadWrite (KviKvsRunTimeContext *c) |
virtual bool | isFunctionCall () |
KviKvsTreeNodeData (const QChar *pLocation) | |
void | setEndingLocation (const QChar *pEndingLocation) |
~KviKvsTreeNodeData () | |
Public Member Functions inherited from KviKvsTreeNode | |
KviKvsTreeNode (const QChar *pLocation) | |
Constructs the treenode object. More... | |
const QChar * | location () |
Returns the location char. More... | |
KviKvsTreeNode * | parent () |
Returns the parent object. More... | |
void | setParent (KviKvsTreeNode *p) |
Sets the parent object. More... | |
virtual | ~KviKvsTreeNode () |
Destroys the treenode object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from KviKvsTreeNodeVariable | |
virtual bool | canEvaluateToObjectReference () |
virtual bool | isReadOnly () |
Protected Member Functions inherited from KviKvsTreeNode | |
void | setLocation (const QChar *pLocation) |
Sets the location char. More... | |
Protected Attributes inherited from KviKvsTreeNodeVariable | |
QString | m_szIdentifier |
Protected Attributes inherited from KviKvsTreeNodeData | |
const QChar * | m_pEndingLocation |
Protected Attributes inherited from KviKvsTreeNode | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
KviKvsTreeNodeObjectField::KviKvsTreeNodeObjectField | ( | const QChar * | pLocation, |
const QString & | szIdentifier | ||
) |
|
default |
|
virtual |
Reimplemented from KviKvsTreeNodeVariable.
|
virtual |
Sets the buffer.
szBuffer | The buffer :) |
Reimplemented from KviKvsTreeNodeData.
References KviKvsTreeNodeVariable::m_szIdentifier.
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Reimplemented from KviKvsTreeNodeData.
References KviKvsTreeNodeVariable::m_szIdentifier.
|
virtual |
Reimplemented from KviKvsTreeNodeData.
References KviKvsVariant::copyFrom(), KviKvsObject::dataContainer(), KviKvsHash::find(), KviKvsTreeNodeVariable::m_szIdentifier, KviKvsVariant::setNothing(), and v.
|
virtual |
Reimplemented from KviKvsTreeNodeData.
References KviKvsObject::dataContainer(), KviKvsHash::get(), and KviKvsTreeNodeVariable::m_szIdentifier.