1 #ifndef _KVI_KVS_TREENODE_COMMAND_H_
2 #define _KVI_KVS_TREENODE_COMMAND_H_
48 virtual void dump(
const char * prefix);
49 void dumpSwitchList(
const char * prefix);
virtual void dump(const char *prefix)
Dumps the instructions tree.
Definition: KviKvsTreeNodeInstruction.cpp:32
#define KVIRC_API
Definition: kvi_settings.h:128
Definition: KviKvsParser.h:54
Definition: KviKvsTreeNodeSwitchList.h:38
Treenode class to handle instructions.
Definition: KviKvsTreeNodeInstruction.h:42
virtual void contextDescription(QString &szBuffer)
Sets the buffer as Instruction.
Definition: KviKvsTreeNodeInstruction.cpp:27
Definition: KviKvsTreeNodeCommand.h:34
const QString & commandName()
Definition: KviKvsTreeNodeCommand.h:50
char szBuffer[4096]
Definition: winamp.cpp:77
KviKvsTreeNodeSwitchList * m_pSwitches
Definition: KviKvsTreeNodeCommand.h:45
This file contains compile time settings.
QString m_szCmdName
Definition: KviKvsTreeNodeCommand.h:44
Helper functions for the QString class.