KVIrc 5.2.0
Developer APIs
Public Member Functions | List of all members
KviKvsTreeNodeSpecialCommand Class Reference

#include <KviKvsTreeNodeSpecialCommand.h>

+ Inheritance diagram for KviKvsTreeNodeSpecialCommand:

Public Member Functions

virtual void contextDescription (QString &szBuffer)
 Sets the buffer as Instruction.
 
virtual void dump (const char *prefix)
 Dumps the instructions tree.
 
 KviKvsTreeNodeSpecialCommand (const QChar *pLocation, const QString &szCmdName)
 
 ~KviKvsTreeNodeSpecialCommand ()
 
- Public Member Functions inherited from KviKvsTreeNodeCommand
const QString & commandName ()
 
void dumpSwitchList (const char *prefix)
 
 KviKvsTreeNodeCommand (const QChar *pLocation, const QString &szCmdName)
 
 ~KviKvsTreeNodeCommand ()
 
- Public Member Functions inherited from KviKvsTreeNodeInstruction
virtual bool execute (KviKvsRunTimeContext *c)=0
 This is the main entry point to the tree visit.
 
 KviKvsTreeNodeInstruction (const QChar *pLocation)
 Constructs the treenode instruction object.
 
 ~KviKvsTreeNodeInstruction ()
 Destroys the treenode instruction object.
 
- Public Member Functions inherited from KviKvsTreeNode
 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.
 

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNodeCommand
void setSwitchList (KviKvsTreeNodeSwitchList *sw)
 
- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char.
 
- Protected Attributes inherited from KviKvsTreeNodeCommand
KviKvsTreeNodeSwitchListm_pSwitches
 
QString m_szCmdName
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Constructor & Destructor Documentation

◆ KviKvsTreeNodeSpecialCommand()

KviKvsTreeNodeSpecialCommand::KviKvsTreeNodeSpecialCommand ( const QChar *  pLocation,
const QString &  szCmdName 
)

◆ ~KviKvsTreeNodeSpecialCommand()

KviKvsTreeNodeSpecialCommand::~KviKvsTreeNodeSpecialCommand ( )
default

Member Function Documentation

◆ contextDescription()

void KviKvsTreeNodeSpecialCommand::contextDescription ( QString &  szBuffer)
virtual

◆ dump()

void KviKvsTreeNodeSpecialCommand::dump ( const char *  prefix)
virtual

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