KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeFunctionCall.h>
Public Member Functions | |
virtual bool | canEvaluateToObjectReference () |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. More... | |
virtual void | dump (const char *prefix) |
Dumps the tree. More... | |
virtual bool | isFunctionCall () |
KviKvsTreeNodeFunctionCall (const QChar *pLocation, const QString &szFunctionName, KviKvsTreeNodeDataList *pParams) | |
~KviKvsTreeNodeFunctionCall () | |
Public Member Functions inherited from KviKvsTreeNodeData | |
virtual bool | canEvaluateInObjectScope () |
virtual bool | convertStringConstantToNumeric () |
const QChar * | endingLocation () |
virtual bool | evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
virtual bool | evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
virtual KviKvsRWEvaluationResult * | evaluateReadWrite (KviKvsRunTimeContext *c) |
virtual KviKvsRWEvaluationResult * | evaluateReadWriteInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c) |
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 | |
KviKvsTreeNodeDataList * | m_pParams |
QString | m_szFunctionName |
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... | |
KviKvsTreeNodeFunctionCall::KviKvsTreeNodeFunctionCall | ( | const QChar * | pLocation, |
const QString & | szFunctionName, | ||
KviKvsTreeNodeDataList * | pParams | ||
) |
References m_pParams, m_szFunctionName, and KviKvsTreeNode::setParent().
KviKvsTreeNodeFunctionCall::~KviKvsTreeNodeFunctionCall | ( | ) |
References m_pParams.
|
virtual |
Reimplemented from KviKvsTreeNodeData.
|
virtual |
Sets the buffer.
szBuffer | The buffer :) |
Reimplemented from KviKvsTreeNodeData.
Reimplemented in KviKvsTreeNodeAliasFunctionCall, KviKvsTreeNodeBaseObjectFunctionCall, KviKvsTreeNodeCoreFunctionCall, KviKvsTreeNodeModuleFunctionCall, KviKvsTreeNodeThisObjectFunctionCall, and KviKvsTreeNodeObjectFunctionCall.
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Reimplemented from KviKvsTreeNodeData.
Reimplemented in KviKvsTreeNodeAliasFunctionCall, KviKvsTreeNodeBaseObjectFunctionCall, KviKvsTreeNodeCoreFunctionCall, KviKvsTreeNodeModuleFunctionCall, KviKvsTreeNodeThisObjectFunctionCall, and KviKvsTreeNodeObjectFunctionCall.
Referenced by KviKvsTreeNodeVoidFunctionCall::dump().
|
virtual |
Reimplemented from KviKvsTreeNodeData.
|
protected |
Referenced by KviKvsTreeNodeObjectFunctionCall::dump(), KviKvsTreeNodeThisObjectFunctionCall::dump(), KviKvsTreeNodeCoreFunctionCall::dump(), KviKvsTreeNodeModuleFunctionCall::dump(), KviKvsTreeNodeBaseObjectFunctionCall::dump(), KviKvsTreeNodeAliasFunctionCall::dump(), KviKvsTreeNodeModuleFunctionCall::evaluateReadOnly(), KviKvsTreeNodeCoreFunctionCall::evaluateReadOnly(), KviKvsTreeNodeAliasFunctionCall::evaluateReadOnly(), KviKvsTreeNodeThisObjectFunctionCall::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeBaseObjectFunctionCall::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeFunctionCall(), and ~KviKvsTreeNodeFunctionCall().
|
protected |
Referenced by KviKvsTreeNodeObjectFunctionCall::contextDescription(), KviKvsTreeNodeThisObjectFunctionCall::contextDescription(), KviKvsTreeNodeModuleFunctionCall::contextDescription(), KviKvsTreeNodeCoreFunctionCall::contextDescription(), KviKvsTreeNodeBaseObjectFunctionCall::contextDescription(), KviKvsTreeNodeAliasFunctionCall::contextDescription(), KviKvsTreeNodeObjectFunctionCall::dump(), KviKvsTreeNodeThisObjectFunctionCall::dump(), KviKvsTreeNodeCoreFunctionCall::dump(), KviKvsTreeNodeModuleFunctionCall::dump(), KviKvsTreeNodeBaseObjectFunctionCall::dump(), KviKvsTreeNodeAliasFunctionCall::dump(), KviKvsTreeNodeModuleFunctionCall::evaluateReadOnly(), KviKvsTreeNodeAliasFunctionCall::evaluateReadOnly(), KviKvsTreeNodeThisObjectFunctionCall::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeBaseObjectFunctionCall::evaluateReadOnlyInObjectScope(), and KviKvsTreeNodeFunctionCall().