KVIrc 5.2.4
Developer APIs
Public Member Functions | Protected Attributes | List of all members
KviKvsTreeNodeSpecialCommandSwitchLabel Class Referenceabstract

#include <KviKvsTreeNodeSpecialCommandSwitch.h>

+ Inheritance diagram for KviKvsTreeNodeSpecialCommandSwitchLabel:

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.
 
virtual void dump (const char *prefix)=0
 Dumps the tree.
 
 KviKvsTreeNode (const QChar *pLocation)
 Constructs the treenode object.
 
const QChar * location ()
 Returns the location char.
 
KviKvsTreeNodeparent ()
 Returns the parent object.
 
void setParent (KviKvsTreeNode *p)
 Sets the parent object.
 
virtual ~KviKvsTreeNode ()
 Destroys the treenode object.
 

Protected Attributes

bool m_bHasTerminatingBreak
 
KviKvsTreeNodeInstructionm_pInstruction
 
KviKvsTreeNodeDatam_pParameter
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char.
 

Constructor & Destructor Documentation

◆ KviKvsTreeNodeSpecialCommandSwitchLabel()

KviKvsTreeNodeSpecialCommandSwitchLabel::KviKvsTreeNodeSpecialCommandSwitchLabel ( const QChar *  pLocation)

◆ ~KviKvsTreeNodeSpecialCommandSwitchLabel()

KviKvsTreeNodeSpecialCommandSwitchLabel::~KviKvsTreeNodeSpecialCommandSwitchLabel ( )

References m_pInstruction, and m_pParameter.

Member Function Documentation

◆ execute()

virtual bool KviKvsTreeNodeSpecialCommandSwitchLabel::execute ( KviKvsRunTimeContext c,
KviKvsVariant pRealParameter,
bool *  bPassThrough 
)
pure virtual

◆ setInstruction()

void KviKvsTreeNodeSpecialCommandSwitchLabel::setInstruction ( KviKvsTreeNodeInstruction pInstruction)

◆ setParameter()

void KviKvsTreeNodeSpecialCommandSwitchLabel::setParameter ( KviKvsTreeNodeData pParameter)

◆ setTerminatingBreak()

void KviKvsTreeNodeSpecialCommandSwitchLabel::setTerminatingBreak ( bool  b)
inline

Member Data Documentation

◆ m_bHasTerminatingBreak

bool KviKvsTreeNodeSpecialCommandSwitchLabel::m_bHasTerminatingBreak
protected

◆ m_pInstruction

KviKvsTreeNodeInstruction* KviKvsTreeNodeSpecialCommandSwitchLabel::m_pInstruction
protected

◆ m_pParameter

KviKvsTreeNodeData* KviKvsTreeNodeSpecialCommandSwitchLabel::m_pParameter
protected

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