KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsTreeNodeSpecialCommandSwitch.h>
Public Member Functions | |
virtual bool | execute (KviKvsRunTimeContext *c, KviKvsVariant *pRealParameter, bool *bPassThrough)=0 |
KviKvsTreeNodeSpecialCommandSwitchLabel (const QChar *pLocation) | |
void | setInstruction (KviKvsTreeNodeInstruction *pInstruction) |
void | setParameter (KviKvsTreeNodeData *pParameter) |
void | setTerminatingBreak (bool b) |
~KviKvsTreeNodeSpecialCommandSwitchLabel () | |
Public Member Functions inherited from KviKvsTreeNode | |
virtual void | contextDescription (QString &szBuffer)=0 |
Sets the buffer. More... | |
virtual void | dump (const char *prefix)=0 |
Dumps the tree. More... | |
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... | |
Protected Attributes | |
bool | m_bHasTerminatingBreak |
KviKvsTreeNodeInstruction * | m_pInstruction |
KviKvsTreeNodeData * | m_pParameter |
Protected Attributes inherited from KviKvsTreeNode | |
const QChar * | m_pLocation |
KviKvsTreeNode * | m_pParent |
Additional Inherited Members | |
Protected Member Functions inherited from KviKvsTreeNode | |
void | setLocation (const QChar *pLocation) |
Sets the location char. More... | |
KviKvsTreeNodeSpecialCommandSwitchLabel::KviKvsTreeNodeSpecialCommandSwitchLabel | ( | const QChar * | pLocation | ) |
References m_bHasTerminatingBreak, m_pInstruction, and m_pParameter.
KviKvsTreeNodeSpecialCommandSwitchLabel::~KviKvsTreeNodeSpecialCommandSwitchLabel | ( | ) |
References m_pInstruction, and m_pParameter.
|
pure virtual |
void KviKvsTreeNodeSpecialCommandSwitchLabel::setInstruction | ( | KviKvsTreeNodeInstruction * | pInstruction | ) |
References m_pInstruction, and KviKvsTreeNode::setParent().
Referenced by KviKvsParser::parseSpecialCommandSwitch().
void KviKvsTreeNodeSpecialCommandSwitchLabel::setParameter | ( | KviKvsTreeNodeData * | pParameter | ) |
References m_pParameter, and KviKvsTreeNode::setParent().
Referenced by KviKvsParser::parseSpecialCommandSwitch().
|
inline |
Referenced by KviKvsParser::parseSpecialCommandSwitch().
|
protected |
|
protected |
Referenced by KviKvsTreeNodeSpecialCommandSwitchLabelCase::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelMatch::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelDefault::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelCase::execute(), KviKvsTreeNodeSpecialCommandSwitchLabelMatch::execute(), KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::execute(), KviKvsTreeNodeSpecialCommandSwitchLabelDefault::execute(), KviKvsTreeNodeSpecialCommandSwitchLabel(), setInstruction(), and ~KviKvsTreeNodeSpecialCommandSwitchLabel().
|
protected |
Referenced by KviKvsTreeNodeSpecialCommandSwitchLabelCase::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelMatch::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::dump(), KviKvsTreeNodeSpecialCommandSwitchLabelCase::execute(), KviKvsTreeNodeSpecialCommandSwitchLabelMatch::execute(), KviKvsTreeNodeSpecialCommandSwitchLabelRegexp::execute(), KviKvsTreeNodeSpecialCommandSwitchLabel(), setParameter(), and ~KviKvsTreeNodeSpecialCommandSwitchLabel().