KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeSpecialCommandSwitch.h>
Public Member Functions | |
virtual void | contextDescription (QString &szBuffer) |
Sets the buffer. More... | |
virtual void | dump (const char *prefix) |
Dumps the tree. More... | |
virtual bool | execute (KviKvsRunTimeContext *c, KviKvsVariant *pRealParameter, bool *bPassThrough) |
KviKvsTreeNodeSpecialCommandSwitchLabelRegexp (const QChar *pLocation) | |
~KviKvsTreeNodeSpecialCommandSwitchLabelRegexp () | |
Public Member Functions inherited from KviKvsTreeNodeSpecialCommandSwitchLabel | |
KviKvsTreeNodeSpecialCommandSwitchLabel (const QChar *pLocation) | |
void | setInstruction (KviKvsTreeNodeInstruction *pInstruction) |
void | setParameter (KviKvsTreeNodeData *pParameter) |
void | setTerminatingBreak (bool b) |
~KviKvsTreeNodeSpecialCommandSwitchLabel () | |
Public Member Functions inherited from KviKvsTreeNode | |
KviKvsTreeNode (const QChar *pLocation) | |
Constructs the treenode object. More... | |
const QChar * | location () |
Returns the location char. More... | |
KviKvsTreeNode * | parent () |
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 KviKvsTreeNodeSpecialCommandSwitchLabel | |
bool | m_bHasTerminatingBreak |
KviKvsTreeNodeInstruction * | m_pInstruction |
KviKvsTreeNodeData * | m_pParameter |
Protected Attributes inherited from KviKvsTreeNode | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::KviKvsTreeNodeSpecialCommandSwitchLabelRegexp | ( | const QChar * | pLocation | ) |
|
default |
|
virtual |
|
virtual |
Dumps the tree.
prefix | The prefix of the instruction |
Implements KviKvsTreeNode.
References KviKvsTreeNodeData::dump(), KviKvsTreeNodeInstruction::dump(), KviKvsTreeNodeSpecialCommandSwitchLabel::m_pInstruction, and KviKvsTreeNodeSpecialCommandSwitchLabel::m_pParameter.
|
virtual |
Implements KviKvsTreeNodeSpecialCommandSwitchLabel.
References KviKvsVariant::asString(), KviKvsTreeNodeData::evaluateReadOnly(), KviKvsTreeNodeInstruction::execute(), KviKvsTreeNodeSpecialCommandSwitchLabel::m_bHasTerminatingBreak, KviKvsTreeNodeSpecialCommandSwitchLabel::m_pInstruction, KviKvsTreeNodeSpecialCommandSwitchLabel::m_pParameter, KviKvsRunTimeContext::setBreakPending(), and v.