KVIrc 5.2.0
Developer APIs
Public Member Functions | List of all members
KviKvsTreeNodeObjectField Class Reference

#include <KviKvsTreeNodeObjectField.h>

+ Inheritance diagram for KviKvsTreeNodeObjectField:

Public Member Functions

virtual bool canEvaluateInObjectScope ()
 
virtual void contextDescription (QString &szBuffer)
 Sets the buffer.
 
virtual void dump (const char *prefix)
 Dumps the tree.
 
virtual bool evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pResult)
 
virtual KviKvsRWEvaluationResultevaluateReadWriteInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c)
 
 KviKvsTreeNodeObjectField (const QChar *pLocation, const QString &szIdentifier)
 
 ~KviKvsTreeNodeObjectField ()
 
- Public Member Functions inherited from KviKvsTreeNodeVariable
 KviKvsTreeNodeVariable (const QChar *pLocation, const QString &szIdentifier)
 
 ~KviKvsTreeNodeVariable ()
 
- Public Member Functions inherited from KviKvsTreeNodeData
virtual bool convertStringConstantToNumeric ()
 
const QChar * endingLocation ()
 
virtual bool evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 
virtual KviKvsRWEvaluationResultevaluateReadWrite (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.
 

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNodeVariable
virtual bool canEvaluateToObjectReference ()
 
virtual bool isReadOnly ()
 
- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char.
 
- Protected Attributes inherited from KviKvsTreeNodeVariable
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

◆ KviKvsTreeNodeObjectField()

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

◆ ~KviKvsTreeNodeObjectField()

KviKvsTreeNodeObjectField::~KviKvsTreeNodeObjectField ( )
default

Member Function Documentation

◆ canEvaluateInObjectScope()

bool KviKvsTreeNodeObjectField::canEvaluateInObjectScope ( )
virtual

Reimplemented from KviKvsTreeNodeVariable.

◆ contextDescription()

void KviKvsTreeNodeObjectField::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer.

Parameters
szBufferThe buffer :)
Returns
void

Reimplemented from KviKvsTreeNodeData.

References KviKvsTreeNodeVariable::m_szIdentifier, and szBuffer.

◆ dump()

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

Dumps the tree.

Parameters
prefixThe prefix of the instruction
Returns
void

Reimplemented from KviKvsTreeNodeData.

References KviKvsTreeNodeVariable::m_szIdentifier.

◆ evaluateReadOnlyInObjectScope()

bool KviKvsTreeNodeObjectField::evaluateReadOnlyInObjectScope ( KviKvsObject o,
KviKvsRunTimeContext c,
KviKvsVariant pResult 
)
virtual

◆ evaluateReadWriteInObjectScope()

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

Reimplemented from KviKvsTreeNodeData.

References KviKvsTreeNodeVariable::m_szIdentifier, and o.


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