![]() |
KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeVariable.h>
Inheritance diagram for KviKvsTreeNodeVariable:Public Member Functions | |
| KviKvsTreeNodeVariable (const QChar *pLocation, const QString &szIdentifier) | |
| ~KviKvsTreeNodeVariable () | |
Public Member Functions inherited from KviKvsTreeNodeData | |
| 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 | 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 | 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... | |
Protected Member Functions | |
| virtual bool | canEvaluateInObjectScope () |
| virtual bool | canEvaluateToObjectReference () |
| virtual bool | isReadOnly () |
Protected Member Functions inherited from KviKvsTreeNode | |
| void | setLocation (const QChar *pLocation) |
| Sets the location char. More... | |
Protected Attributes | |
| QString | m_szIdentifier |
Protected Attributes inherited from KviKvsTreeNodeData | |
| const QChar * | m_pEndingLocation |
Protected Attributes inherited from KviKvsTreeNode | |
| const QChar * | m_pLocation |
| KviKvsTreeNode * | m_pParent |
| KviKvsTreeNodeVariable::KviKvsTreeNodeVariable | ( | const QChar * | pLocation, |
| const QString & | szIdentifier | ||
| ) |
References m_szIdentifier.
|
default |
|
protectedvirtual |
Reimplemented from KviKvsTreeNodeData.
Reimplemented in KviKvsTreeNodeObjectField.
|
protectedvirtual |
Reimplemented from KviKvsTreeNodeData.
|
protectedvirtual |
Reimplemented from KviKvsTreeNodeData.
|
protected |
Referenced by KviKvsTreeNodeExtendedScopeVariable::contextDescription(), KviKvsTreeNodeGlobalVariable::contextDescription(), KviKvsTreeNodeLocalVariable::contextDescription(), KviKvsTreeNodeObjectField::contextDescription(), KviKvsTreeNodeExtendedScopeVariable::dump(), KviKvsTreeNodeLocalVariable::dump(), KviKvsTreeNodeGlobalVariable::dump(), KviKvsTreeNodeObjectField::dump(), KviKvsTreeNodeGlobalVariable::evaluateReadOnly(), KviKvsTreeNodeLocalVariable::evaluateReadOnly(), KviKvsTreeNodeExtendedScopeVariable::evaluateReadOnly(), KviKvsTreeNodeObjectField::evaluateReadOnlyInObjectScope(), KviKvsTreeNodeExtendedScopeVariable::evaluateReadWrite(), KviKvsTreeNodeGlobalVariable::evaluateReadWrite(), KviKvsTreeNodeLocalVariable::evaluateReadWrite(), KviKvsTreeNodeObjectField::evaluateReadWriteInObjectScope(), and KviKvsTreeNodeVariable().
1.8.7