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

#include <KviKvsTreeNodeOperation.h>

+ Inheritance diagram for KviKvsTreeNodeOperationIncrement:

Public Member Functions

virtual void contextDescription (QString &szBuffer)
 Sets the buffer as Instruction. More...
 
virtual void dump (const char *prefix)
 Dumps the instructions tree. More...
 
virtual bool execute (KviKvsRunTimeContext *c)
 This is the main entry point to the tree visit. More...
 
 KviKvsTreeNodeOperationIncrement (const QChar *pLocation)
 
 ~KviKvsTreeNodeOperationIncrement ()
 
- Public Member Functions inherited from KviKvsTreeNodeOperation
 KviKvsTreeNodeOperation (const QChar *pLocation)
 
void setTargetVariableReference (KviKvsTreeNodeData *r)
 
 ~KviKvsTreeNodeOperation ()
 
- Public Member Functions inherited from KviKvsTreeNodeInstruction
 KviKvsTreeNodeInstruction (const QChar *pLocation)
 Constructs the treenode instruction object. More...
 
 ~KviKvsTreeNodeInstruction ()
 Destroys the treenode instruction object. More...
 
- 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 KviKvsTreeNodeOperation
KviKvsTreeNodeDatam_pTargetData
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Constructor & Destructor Documentation

KviKvsTreeNodeOperationIncrement::KviKvsTreeNodeOperationIncrement ( const QChar *  pLocation)
KviKvsTreeNodeOperationIncrement::~KviKvsTreeNodeOperationIncrement ( )
default

Member Function Documentation

void KviKvsTreeNodeOperationIncrement::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer as Instruction.

Parameters
szBufferThe buffer :)
Returns
void

Reimplemented from KviKvsTreeNodeOperation.

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

Dumps the instructions tree.

Parameters
prefixThe prefix of the instruction
Returns
void

Reimplemented from KviKvsTreeNodeOperation.

References KviKvsTreeNodeData::dump(), and KviKvsTreeNodeOperation::m_pTargetData.

bool KviKvsTreeNodeOperationIncrement::execute ( KviKvsRunTimeContext c)
virtual

This is the main entry point to the tree visit.

It returns false when the tree visiting has to be stopped and returns true when it has been successfully completed. A false return value may signal an error but is also used by break, halt, return and similar. The error condition is signaled by KviKvsRunTimeContext::error().

Parameters
cThe source context
Returns
bool

Implements KviKvsTreeNodeInstruction.

References __tr2qs_ctx(), KviKvsVariant::asInteger(), KviKvsVariant::asReal(), KviKvsRunTimeContext::error(), KviKvsTreeNodeData::evaluateReadWrite(), KviKvsTreeNodeOperation::m_pTargetData, KviKvsRWEvaluationResult::result(), KviKvsVariant::setInteger(), KviKvsVariant::setReal(), and v.


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