KVIrc  4.9.2
DeveloperAPIs
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. 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...
 
KviKvsTreeNodeparent ()
 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
 
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. More...
 

Constructor & Destructor Documentation

KviKvsTreeNodeSpecialCommandSwitchLabel::KviKvsTreeNodeSpecialCommandSwitchLabel ( const QChar *  pLocation)
KviKvsTreeNodeSpecialCommandSwitchLabel::~KviKvsTreeNodeSpecialCommandSwitchLabel ( )

References m_pInstruction, and m_pParameter.

Member Function Documentation

virtual bool KviKvsTreeNodeSpecialCommandSwitchLabel::execute ( KviKvsRunTimeContext c,
KviKvsVariant pRealParameter,
bool *  bPassThrough 
)
pure virtual
void KviKvsTreeNodeSpecialCommandSwitchLabel::setInstruction ( KviKvsTreeNodeInstruction pInstruction)
void KviKvsTreeNodeSpecialCommandSwitchLabel::setParameter ( KviKvsTreeNodeData pParameter)
void KviKvsTreeNodeSpecialCommandSwitchLabel::setTerminatingBreak ( bool  b)
inline

Member Data Documentation

bool KviKvsTreeNodeSpecialCommandSwitchLabel::m_bHasTerminatingBreak
protected
KviKvsTreeNodeInstruction* KviKvsTreeNodeSpecialCommandSwitchLabel::m_pInstruction
protected
KviKvsTreeNodeData* KviKvsTreeNodeSpecialCommandSwitchLabel::m_pParameter
protected

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