KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
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. 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 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. More...
 
const QChar * location ()
 Returns the location char. More...
 
KviKvsTreeNodeparent ()
 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
 
KviKvsTreeNodem_pParent
 

Constructor & Destructor Documentation

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

References m_szIdentifier.

KviKvsTreeNodeVariable::~KviKvsTreeNodeVariable ( )
default

Member Function Documentation

bool KviKvsTreeNodeVariable::canEvaluateInObjectScope ( )
protectedvirtual

Reimplemented from KviKvsTreeNodeData.

Reimplemented in KviKvsTreeNodeObjectField.

bool KviKvsTreeNodeVariable::canEvaluateToObjectReference ( )
protectedvirtual

Reimplemented from KviKvsTreeNodeData.

bool KviKvsTreeNodeVariable::isReadOnly ( )
protectedvirtual

Reimplemented from KviKvsTreeNodeData.

Member Data Documentation

QString KviKvsTreeNodeVariable::m_szIdentifier
protected

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