KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
KviKvsTreeNodeCommand Class Reference

#include <KviKvsTreeNodeCommand.h>

+ Inheritance diagram for KviKvsTreeNodeCommand:

Public Member Functions

const QString & commandName ()
 
virtual void contextDescription (QString &szBuffer)
 Sets the buffer as Instruction. More...
 
virtual void dump (const char *prefix)
 Dumps the instructions tree. More...
 
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. More...
 
 KviKvsTreeNodeInstruction (const QChar *pLocation)
 Constructs the treenode instruction object. More...
 
 ~KviKvsTreeNodeInstruction ()
 Destroys the treenode instruction object. More...
 
- Public Member Functions inherited from KviKvsTreeNode
 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 Member Functions

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

Protected Attributes

KviKvsTreeNodeSwitchListm_pSwitches
 
QString m_szCmdName
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Friends

class KviKvsParser
 

Constructor & Destructor Documentation

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

References m_pSwitches, and m_szCmdName.

KviKvsTreeNodeCommand::~KviKvsTreeNodeCommand ( )

References m_pSwitches.

Member Function Documentation

const QString& KviKvsTreeNodeCommand::commandName ( )
inline
void KviKvsTreeNodeCommand::contextDescription ( QString &  szBuffer)
virtual
void KviKvsTreeNodeCommand::dump ( const char *  prefix)
virtual
void KviKvsTreeNodeCommand::dumpSwitchList ( const char *  prefix)
void KviKvsTreeNodeCommand::setSwitchList ( KviKvsTreeNodeSwitchList sw)
protected

Friends And Related Function Documentation

friend class KviKvsParser
friend

Member Data Documentation

KviKvsTreeNodeSwitchList* KviKvsTreeNodeCommand::m_pSwitches
protected
QString KviKvsTreeNodeCommand::m_szCmdName
protected

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