![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviKvsTreeNodeFunctionCall.h>
Public Member Functions | |
virtual bool | canEvaluateToObjectReference () |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. | |
virtual void | dump (const char *prefix) |
Dumps the tree. | |
virtual bool | isFunctionCall () |
KviKvsTreeNodeFunctionCall (const QChar *pLocation, const QString &szFunctionName, KviKvsTreeNodeDataList *pParams) | |
~KviKvsTreeNodeFunctionCall () | |
![]() | |
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 () | |
![]() | |
KviKvsTreeNode (const QChar *pLocation) | |
Constructs the treenode object. | |
const QChar * | location () |
Returns the location char. | |
KviKvsTreeNode * | parent () |
Returns the parent object. | |
void | setParent (KviKvsTreeNode *p) |
Sets the parent object. | |
virtual | ~KviKvsTreeNode () |
Destroys the treenode object. | |
Protected Attributes | |
KviKvsTreeNodeDataList * | m_pParams |
QString | m_szFunctionName |
![]() | |
const QChar * | m_pEndingLocation |
![]() | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
Additional Inherited Members | |
![]() | |
void | setLocation (const QChar *pLocation) |
Sets the location char. | |
KviKvsTreeNodeFunctionCall::KviKvsTreeNodeFunctionCall | ( | const QChar * | pLocation, |
const QString & | szFunctionName, | ||
KviKvsTreeNodeDataList * | pParams ) |
References KviKvsTreeNodeData::KviKvsTreeNodeData(), m_pParams, and m_szFunctionName.
Referenced by KviKvsTreeNodeAliasFunctionCall::KviKvsTreeNodeAliasFunctionCall(), KviKvsTreeNodeCoreFunctionCall::KviKvsTreeNodeCoreFunctionCall(), KviKvsTreeNodeModuleFunctionCall::KviKvsTreeNodeModuleFunctionCall(), and KviKvsTreeNodeObjectFunctionCall::KviKvsTreeNodeObjectFunctionCall().
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, KviKvsTreeNodeObjectFunctionCall, and KviKvsTreeNodeThisObjectFunctionCall.
References szBuffer.
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Reimplemented from KviKvsTreeNodeData.
Reimplemented in KviKvsTreeNodeAliasFunctionCall, KviKvsTreeNodeBaseObjectFunctionCall, KviKvsTreeNodeCoreFunctionCall, KviKvsTreeNodeModuleFunctionCall, KviKvsTreeNodeObjectFunctionCall, and KviKvsTreeNodeThisObjectFunctionCall.
|
virtual |
Reimplemented from KviKvsTreeNodeData.
|
protected |
Referenced by KviKvsTreeNodeAliasFunctionCall::dump(), KviKvsTreeNodeBaseObjectFunctionCall::dump(), KviKvsTreeNodeCoreFunctionCall::dump(), KviKvsTreeNodeModuleFunctionCall::dump(), KviKvsTreeNodeObjectFunctionCall::dump(), KviKvsTreeNodeThisObjectFunctionCall::dump(), KviKvsTreeNodeAliasFunctionCall::evaluateReadOnly(), KviKvsTreeNodeCoreFunctionCall::evaluateReadOnly(), KviKvsTreeNodeModuleFunctionCall::evaluateReadOnly(), KviKvsTreeNodeBaseObjectFunctionCall::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeThisObjectFunctionCall::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeFunctionCall(), and ~KviKvsTreeNodeFunctionCall().
|
protected |
Referenced by KviKvsTreeNodeAliasFunctionCall::contextDescription(), KviKvsTreeNodeBaseObjectFunctionCall::contextDescription(), KviKvsTreeNodeCoreFunctionCall::contextDescription(), KviKvsTreeNodeModuleFunctionCall::contextDescription(), KviKvsTreeNodeObjectFunctionCall::contextDescription(), KviKvsTreeNodeThisObjectFunctionCall::contextDescription(), KviKvsTreeNodeAliasFunctionCall::dump(), KviKvsTreeNodeBaseObjectFunctionCall::dump(), KviKvsTreeNodeCoreFunctionCall::dump(), KviKvsTreeNodeModuleFunctionCall::dump(), KviKvsTreeNodeObjectFunctionCall::dump(), KviKvsTreeNodeThisObjectFunctionCall::dump(), KviKvsTreeNodeAliasFunctionCall::evaluateReadOnly(), KviKvsTreeNodeModuleFunctionCall::evaluateReadOnly(), KviKvsTreeNodeBaseObjectFunctionCall::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeThisObjectFunctionCall::evaluateReadOnlyInObjectScope(), and KviKvsTreeNodeFunctionCall().