KVIrc 5.2.6
Developer APIs
KviKvsTreeNodeVariable Class Reference

#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.
 
virtual bool convertStringConstantToNumeric ()
 
virtual void dump (const char *prefix)
 Dumps the tree.
 
const QChar * endingLocation ()
 
virtual bool evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 
virtual bool evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 
virtual KviKvsRWEvaluationResultevaluateReadWrite (KviKvsRunTimeContext *c)
 
virtual KviKvsRWEvaluationResultevaluateReadWriteInObjectScope (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.
 
const QChar * location ()
 Returns the location char.
 
KviKvsTreeNodeparent ()
 Returns the parent object.
 
void setParent (KviKvsTreeNode *p)
 Sets the parent object.
 
virtual ~KviKvsTreeNode ()
 Destroys the treenode object.
 

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.
 

Protected Attributes

QString m_szIdentifier
 
- Protected Attributes inherited from KviKvsTreeNodeData
const QChar * m_pEndingLocation
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Constructor & Destructor Documentation

◆ KviKvsTreeNodeVariable()

KviKvsTreeNodeVariable::KviKvsTreeNodeVariable ( const QChar * pLocation,
const QString & szIdentifier )

References m_szIdentifier.

◆ ~KviKvsTreeNodeVariable()

KviKvsTreeNodeVariable::~KviKvsTreeNodeVariable ( )
default

Member Function Documentation

◆ canEvaluateInObjectScope()

bool KviKvsTreeNodeVariable::canEvaluateInObjectScope ( )
protectedvirtual

Reimplemented from KviKvsTreeNodeData.

Reimplemented in KviKvsTreeNodeObjectField.

◆ canEvaluateToObjectReference()

bool KviKvsTreeNodeVariable::canEvaluateToObjectReference ( )
protectedvirtual

Reimplemented from KviKvsTreeNodeData.

◆ isReadOnly()

bool KviKvsTreeNodeVariable::isReadOnly ( )
protectedvirtual

Reimplemented from KviKvsTreeNodeData.

Member Data Documentation

◆ m_szIdentifier


The documentation for this class was generated from the following files: