KVIrc 5.2.6
Developer APIs
KviKvsTreeNodeData Class Reference

#include <KviKvsTreeNodeData.h>

+ Inheritance diagram for KviKvsTreeNodeData:

Public Member Functions

virtual bool canEvaluateInObjectScope ()
 
virtual bool canEvaluateToObjectReference ()
 
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 ()
 
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.
 
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 Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char.
 

Constructor & Destructor Documentation

◆ KviKvsTreeNodeData()

KviKvsTreeNodeData::KviKvsTreeNodeData ( const QChar * pLocation)

◆ ~KviKvsTreeNodeData()

KviKvsTreeNodeData::~KviKvsTreeNodeData ( )
default

Member Function Documentation

◆ canEvaluateInObjectScope()

◆ canEvaluateToObjectReference()

◆ contextDescription()

◆ convertStringConstantToNumeric()

bool KviKvsTreeNodeData::convertStringConstantToNumeric ( )
virtual

Reimplemented in KviKvsTreeNodeConstantData.

◆ dump()

◆ endingLocation()

const QChar * KviKvsTreeNodeData::endingLocation ( )
inline

References m_pEndingLocation.

◆ evaluateReadOnly()

◆ evaluateReadOnlyInObjectScope()

◆ evaluateReadWrite()

◆ evaluateReadWriteInObjectScope()

◆ isFunctionCall()

bool KviKvsTreeNodeData::isFunctionCall ( )
virtual

◆ isReadOnly()

◆ setEndingLocation()

void KviKvsTreeNodeData::setEndingLocation ( const QChar * pEndingLocation)
inline

References m_pEndingLocation.

Member Data Documentation

◆ m_pEndingLocation

const QChar* KviKvsTreeNodeData::m_pEndingLocation
protected

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