KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Attributes | List of all members
KviKvsTreeNodeConstantData Class Reference

#include <KviKvsTreeNodeConstantData.h>

+ Inheritance diagram for KviKvsTreeNodeConstantData:

Public Member Functions

virtual void contextDescription (QString &szBuffer)
 Sets the buffer. More...
 
virtual bool convertStringConstantToNumeric ()
 
virtual void dump (const char *prefix)
 Dumps the tree. More...
 
virtual bool evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 
 KviKvsTreeNodeConstantData (const QChar *pLocation, KviKvsVariant *v)
 
KviKvsVariantvalue ()
 
 ~KviKvsTreeNodeConstantData ()
 
- Public Member Functions inherited from KviKvsTreeNodeData
virtual bool canEvaluateInObjectScope ()
 
virtual bool canEvaluateToObjectReference ()
 
const QChar * endingLocation ()
 
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. 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 Attributes

KviKvsVariantm_pValue
 
- Protected Attributes inherited from KviKvsTreeNodeData
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. More...
 

Constructor & Destructor Documentation

KviKvsTreeNodeConstantData::KviKvsTreeNodeConstantData ( const QChar *  pLocation,
KviKvsVariant v 
)

References m_pValue, and v.

KviKvsTreeNodeConstantData::~KviKvsTreeNodeConstantData ( )

References m_pValue.

Member Function Documentation

void KviKvsTreeNodeConstantData::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer.

Parameters
szBufferThe buffer :)
Returns
void

Reimplemented from KviKvsTreeNodeData.

bool KviKvsTreeNodeConstantData::convertStringConstantToNumeric ( )
virtual
void KviKvsTreeNodeConstantData::dump ( const char *  prefix)
virtual

Dumps the tree.

Parameters
prefixThe prefix of the instruction
Returns
void

Reimplemented from KviKvsTreeNodeData.

References KviKvsVariant::dump(), and m_pValue.

bool KviKvsTreeNodeConstantData::evaluateReadOnly ( KviKvsRunTimeContext c,
KviKvsVariant pBuffer 
)
virtual

Reimplemented from KviKvsTreeNodeData.

References KviKvsVariant::copyFrom(), and m_pValue.

KviKvsVariant* KviKvsTreeNodeConstantData::value ( )
inline

Member Data Documentation

KviKvsVariant* KviKvsTreeNodeConstantData::m_pValue
protected

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