KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeHashCount.h>
Public Member Functions | |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. More... | |
virtual void | dump (const char *prefix) |
Dumps the tree. More... | |
virtual bool | evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
virtual bool | evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
KviKvsTreeNodeHashCount (const QChar *pLocation, KviKvsTreeNodeData *pSource) | |
~KviKvsTreeNodeHashCount () | |
Public Member Functions inherited from KviKvsTreeNodeIndirectData | |
virtual bool | canEvaluateInObjectScope () |
KviKvsTreeNodeIndirectData (const QChar *pLocation, KviKvsTreeNodeData *pSource) | |
~KviKvsTreeNodeIndirectData () | |
Public Member Functions inherited from KviKvsTreeNodeData | |
virtual bool | canEvaluateToObjectReference () |
virtual bool | convertStringConstantToNumeric () |
const QChar * | endingLocation () |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from KviKvsTreeNode | |
void | setLocation (const QChar *pLocation) |
Sets the location char. More... | |
Protected Attributes inherited from KviKvsTreeNodeIndirectData | |
KviKvsTreeNodeData * | m_pSource |
Protected Attributes inherited from KviKvsTreeNodeData | |
const QChar * | m_pEndingLocation |
Protected Attributes inherited from KviKvsTreeNode | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
KviKvsTreeNodeHashCount::KviKvsTreeNodeHashCount | ( | const QChar * | pLocation, |
KviKvsTreeNodeData * | pSource | ||
) |
|
default |
|
virtual |
Sets the buffer.
szBuffer | The buffer :) |
Reimplemented from KviKvsTreeNodeData.
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Reimplemented from KviKvsTreeNodeData.
|
virtual |
Reimplemented from KviKvsTreeNodeData.
References evaluateReadOnlyInObjectScope().
|
virtual |
Reimplemented from KviKvsTreeNodeData.
References __tr2qs_ctx(), KviKvsTreeNodeData::evaluateReadOnly(), KviKvsTreeNodeData::evaluateReadOnlyInObjectScope(), KviKvsVariant::getTypeName(), KviKvsVariant::hash(), KviKvsVariant::isHash(), KviKvsVariant::isNothing(), KviKvsTreeNodeIndirectData::m_pSource, KviKvsVariant::setInteger(), KviKvsHash::size(), and KviKvsRunTimeContext::warning().
Referenced by evaluateReadOnly().