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

#include <KviKvsTreeNodeHashElement.h>

+ Inheritance diagram for KviKvsTreeNodeHashElement:

Public Member Functions

virtual void contextDescription (QString &szBuffer)
 Sets the buffer. More...
 
virtual void dump (const char *prefix)
 Dumps the tree. More...
 
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)
 
 KviKvsTreeNodeHashElement (const QChar *pLocation, KviKvsTreeNodeData *pSource, KviKvsTreeNodeData *pIndex)
 
 ~KviKvsTreeNodeHashElement ()
 
- Public Member Functions inherited from KviKvsTreeNodeArrayOrHashElement
virtual bool canEvaluateToObjectReference ()
 
virtual bool isReadOnly ()
 
 KviKvsTreeNodeArrayOrHashElement (const QChar *pLocation, KviKvsTreeNodeData *pSource)
 
 ~KviKvsTreeNodeArrayOrHashElement ()
 
- Public Member Functions inherited from KviKvsTreeNodeIndirectData
virtual bool canEvaluateInObjectScope ()
 
 KviKvsTreeNodeIndirectData (const QChar *pLocation, KviKvsTreeNodeData *pSource)
 
 ~KviKvsTreeNodeIndirectData ()
 
- Public Member Functions inherited from KviKvsTreeNodeData
virtual bool convertStringConstantToNumeric ()
 
const QChar * endingLocation ()
 
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 Attributes

KviKvsTreeNodeDatam_pKey
 
- Protected Attributes inherited from KviKvsTreeNodeIndirectData
KviKvsTreeNodeDatam_pSource
 
- 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

KviKvsTreeNodeHashElement::KviKvsTreeNodeHashElement ( const QChar *  pLocation,
KviKvsTreeNodeData pSource,
KviKvsTreeNodeData pIndex 
)
KviKvsTreeNodeHashElement::~KviKvsTreeNodeHashElement ( )

References m_pKey.

Member Function Documentation

void KviKvsTreeNodeHashElement::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer.

Parameters
szBufferThe buffer :)
Returns
void

Reimplemented from KviKvsTreeNodeData.

void KviKvsTreeNodeHashElement::dump ( const char *  prefix)
virtual

Dumps the tree.

Parameters
prefixThe prefix of the instruction
Returns
void

Reimplemented from KviKvsTreeNodeData.

References KviKvsTreeNodeData::dump(), m_pKey, and KviKvsTreeNodeIndirectData::m_pSource.

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

Reimplemented from KviKvsTreeNodeData.

References evaluateReadOnlyInObjectScope().

bool KviKvsTreeNodeHashElement::evaluateReadOnlyInObjectScope ( KviKvsObject o,
KviKvsRunTimeContext c,
KviKvsVariant pBuffer 
)
virtual
KviKvsRWEvaluationResult * KviKvsTreeNodeHashElement::evaluateReadWrite ( KviKvsRunTimeContext c)
virtual

Reimplemented from KviKvsTreeNodeData.

References evaluateReadWriteInObjectScope().

KviKvsRWEvaluationResult * KviKvsTreeNodeHashElement::evaluateReadWriteInObjectScope ( KviKvsObject o,
KviKvsRunTimeContext c 
)
virtual

Member Data Documentation

KviKvsTreeNodeData* KviKvsTreeNodeHashElement::m_pKey
protected

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