KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | List of all members
KviKvsTreeNodeArrayCount Class Reference

Treenode array count class. More...

#include <KviKvsTreeNodeArrayCount.h>

+ Inheritance diagram for KviKvsTreeNodeArrayCount:

Public Member Functions

virtual void contextDescription (QString &szBuffer)
 Sets the buffer as Array Count Operator. More...
 
virtual void dump (const char *prefix)
 Dumps the tree. More...
 
virtual bool evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 Evaluates the array in read-only mode. More...
 
virtual bool evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 Evaluates the array in read-only mode in the object scope. More...
 
 KviKvsTreeNodeArrayCount (const QChar *pLocation, KviKvsTreeNodeData *pSource)
 Constructs the treenode array count object. More...
 
 ~KviKvsTreeNodeArrayCount ()
 Destroys the treenode array count object. More...
 
- Public Member Functions inherited from KviKvsTreeNodeIndirectData
virtual bool canEvaluateInObjectScope ()
 
 KviKvsTreeNodeIndirectData (const QChar *pLocation, KviKvsTreeNodeData *pSource)
 
 ~KviKvsTreeNodeIndirectData ()
 
- Public Member Functions inherited from KviKvsTreeNodeData
virtual bool canEvaluateToObjectReference ()
 
virtual bool convertStringConstantToNumeric ()
 
const QChar * endingLocation ()
 
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...
 

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char. More...
 
- 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
 

Detailed Description

Treenode array count class.

Constructor & Destructor Documentation

KviKvsTreeNodeArrayCount::KviKvsTreeNodeArrayCount ( const QChar *  pLocation,
KviKvsTreeNodeData pSource 
)

Constructs the treenode array count object.

Parameters
pLocationThe location char of the instruction
pSourceThe source data
Returns
KviKvsTreeNodeArrayCount
KviKvsTreeNodeArrayCount::~KviKvsTreeNodeArrayCount ( )
default

Destroys the treenode array count object.

Member Function Documentation

void KviKvsTreeNodeArrayCount::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer as Array Count Operator.

Parameters
szBufferThe buffer :)
Returns
void

Reimplemented from KviKvsTreeNodeData.

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

Dumps the tree.

Parameters
prefixThe prefix of the instruction
Returns
void

Reimplemented from KviKvsTreeNodeData.

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

Evaluates the array in read-only mode.

Parameters
cThe context where the alias is bound to
pBufferThe data buffer
Returns
bool

Reimplemented from KviKvsTreeNodeData.

References evaluateReadOnlyInObjectScope().

bool KviKvsTreeNodeArrayCount::evaluateReadOnlyInObjectScope ( KviKvsObject o,
KviKvsRunTimeContext c,
KviKvsVariant pBuffer 
)
virtual

Evaluates the array in read-only mode in the object scope.

Parameters
oThe source object to evaluate
cThe context where the array is bound to
pBufferThe data buffer
Returns
bool

Reimplemented from KviKvsTreeNodeData.

References __tr2qs_ctx(), KviKvsVariant::array(), KviKvsTreeNodeData::evaluateReadOnly(), KviKvsTreeNodeData::evaluateReadOnlyInObjectScope(), KviKvsVariant::getTypeName(), KviKvsVariant::isArray(), KviKvsVariant::isNothing(), KviKvsTreeNodeIndirectData::m_pSource, KviKvsVariant::setInteger(), KviKvsArray::size(), and KviKvsRunTimeContext::warning().

Referenced by evaluateReadOnly().


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