KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | List of all members
KviKvsTreeNodeSimpleCommand Class Reference

#include <KviKvsTreeNodeSimpleCommand.h>

+ Inheritance diagram for KviKvsTreeNodeSimpleCommand:

Public Member Functions

virtual void contextDescription (QString &szBuffer)
 Sets the buffer as Instruction. More...
 
virtual void dump (const char *prefix)
 Dumps the instructions tree. More...
 
 KviKvsTreeNodeSimpleCommand (const QChar *pLocation, const QString &szCmdName, KviKvsTreeNodeDataList *params)
 
 ~KviKvsTreeNodeSimpleCommand ()
 
- Public Member Functions inherited from KviKvsTreeNodeCommandWithParameters
void dumpParameterList (const char *prefix)
 
 KviKvsTreeNodeCommandWithParameters (const QChar *pLocation, const QString &szCmdName, KviKvsTreeNodeDataList *params)
 
KviKvsTreeNodeDataListparams ()
 
 ~KviKvsTreeNodeCommandWithParameters ()
 
- 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. 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...
 

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. More...
 
- Protected Attributes inherited from KviKvsTreeNodeCommandWithParameters
KviKvsTreeNodeDataListm_pParams
 
- Protected Attributes inherited from KviKvsTreeNodeCommand
KviKvsTreeNodeSwitchListm_pSwitches
 
QString m_szCmdName
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Constructor & Destructor Documentation

KviKvsTreeNodeSimpleCommand::KviKvsTreeNodeSimpleCommand ( const QChar *  pLocation,
const QString &  szCmdName,
KviKvsTreeNodeDataList params 
)
KviKvsTreeNodeSimpleCommand::~KviKvsTreeNodeSimpleCommand ( )
default

Member Function Documentation

void KviKvsTreeNodeSimpleCommand::contextDescription ( QString &  szBuffer)
virtual

Sets the buffer as Instruction.

Parameters
szBufferThe buffer :)
Returns
void

Reimplemented from KviKvsTreeNodeCommandWithParameters.

Reimplemented in KviKvsTreeNodeAliasSimpleCommand, KviKvsTreeNodeCoreSimpleCommand, and KviKvsTreeNodeModuleSimpleCommand.

References KviKvsTreeNodeCommand::m_szCmdName.

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

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