![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviKvsTreeNodeSpecialCommandSwitch.h>
Public Member Functions | |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. | |
virtual void | dump (const char *prefix) |
Dumps the tree. | |
virtual bool | execute (KviKvsRunTimeContext *c, KviKvsVariant *pRealParameter, bool *bPassThrough) |
KviKvsTreeNodeSpecialCommandSwitchLabelDefault (const QChar *pLocation) | |
~KviKvsTreeNodeSpecialCommandSwitchLabelDefault () | |
![]() | |
KviKvsTreeNodeSpecialCommandSwitchLabel (const QChar *pLocation) | |
void | setInstruction (KviKvsTreeNodeInstruction *pInstruction) |
void | setParameter (KviKvsTreeNodeData *pParameter) |
void | setTerminatingBreak (bool b) |
~KviKvsTreeNodeSpecialCommandSwitchLabel () | |
![]() | |
KviKvsTreeNode (const QChar *pLocation) | |
Constructs the treenode object. | |
const QChar * | location () |
Returns the location char. | |
KviKvsTreeNode * | parent () |
Returns the parent object. | |
void | setParent (KviKvsTreeNode *p) |
Sets the parent object. | |
virtual | ~KviKvsTreeNode () |
Destroys the treenode object. | |
Additional Inherited Members | |
![]() | |
void | setLocation (const QChar *pLocation) |
Sets the location char. | |
![]() | |
bool | m_bHasTerminatingBreak |
KviKvsTreeNodeInstruction * | m_pInstruction |
KviKvsTreeNodeData * | m_pParameter |
![]() | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
KviKvsTreeNodeSpecialCommandSwitchLabelDefault::KviKvsTreeNodeSpecialCommandSwitchLabelDefault | ( | const QChar * | pLocation | ) |
|
default |
|
virtual |
Sets the buffer.
szBuffer | The buffer :) |
Implements KviKvsTreeNode.
References szBuffer.
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Implements KviKvsTreeNode.
References KviKvsTreeNodeInstruction::dump(), and KviKvsTreeNodeSpecialCommandSwitchLabel::m_pInstruction.
|
virtual |