KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeCommandEvaluation.h>
Public Member Functions | |
virtual bool | evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
KviKvsTreeNodeCommandEvaluation (const QChar *pLocation, KviKvsTreeNodeInstruction *pInstruction) | |
~KviKvsTreeNodeCommandEvaluation () | |
Public Member Functions inherited from KviKvsTreeNodeData | |
virtual bool | canEvaluateInObjectScope () |
virtual bool | canEvaluateToObjectReference () |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. More... | |
virtual bool | convertStringConstantToNumeric () |
virtual void | dump (const char *prefix) |
Dumps the tree. More... | |
const QChar * | endingLocation () |
virtual bool | evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
virtual KviKvsRWEvaluationResult * | evaluateReadWrite (KviKvsRunTimeContext *c) |
virtual KviKvsRWEvaluationResult * | evaluateReadWriteInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c) |
virtual bool | isFunctionCall () |
virtual bool | isReadOnly () |
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... | |
Protected Attributes | |
KviKvsTreeNodeInstruction * | m_pInstruction |
Protected Attributes inherited from KviKvsTreeNodeData | |
const QChar * | m_pEndingLocation |
Protected Attributes inherited from KviKvsTreeNode | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
Additional Inherited Members | |
Protected Member Functions inherited from KviKvsTreeNode | |
void | setLocation (const QChar *pLocation) |
Sets the location char. More... | |
KviKvsTreeNodeCommandEvaluation::KviKvsTreeNodeCommandEvaluation | ( | const QChar * | pLocation, |
KviKvsTreeNodeInstruction * | pInstruction | ||
) |
References m_pInstruction, and KviKvsTreeNode::setParent().
KviKvsTreeNodeCommandEvaluation::~KviKvsTreeNodeCommandEvaluation | ( | ) |
References m_pInstruction.
|
virtual |
Reimplemented from KviKvsTreeNodeData.
References KviKvsTreeNodeInstruction::execute(), m_pInstruction, and KviKvsRunTimeContext::swapReturnValuePointer().
|
protected |
Referenced by evaluateReadOnly(), KviKvsTreeNodeCommandEvaluation(), and ~KviKvsTreeNodeCommandEvaluation().