1 #ifndef _KVI_KVS_TREENODE_SPECIALCOMMANDIF_H_
2 #define _KVI_KVS_TREENODE_SPECIALCOMMANDIF_H_
47 virtual void dump(
const char * prefix);
#define KVIRC_API
Definition: kvi_settings.h:128
char s char s char s s s s s char char c s *s c s s s d c s *s d c d d d d c
Definition: KviIrcNumericCodes.h:391
Definition: KviKvsTreeNodeSpecialCommandIf.h:35
KviKvsTreeNodeInstruction * m_pElseInstruction
Definition: KviKvsTreeNodeSpecialCommandIf.h:44
KviKvsTreeNodeInstruction * m_pIfInstruction
Definition: KviKvsTreeNodeSpecialCommandIf.h:43
#define e
Definition: detector.cpp:69
Definition: KviKvsTreeNodeExpression.h:67
Treenode class to handle instructions.
Definition: KviKvsTreeNodeInstruction.h:42
Definition: KviKvsTreeNodeSpecialCommand.h:31
Definition: KviKvsRunTimeContext.h:103
virtual bool execute(KviKvsRunTimeContext *c)=0
This is the main entry point to the tree visit.
KviKvsTreeNodeExpression * m_pExpression
Definition: KviKvsTreeNodeSpecialCommandIf.h:42
char szBuffer[4096]
Definition: winamp.cpp:77
This file contains compile time settings.
virtual void contextDescription(QString &szBuffer)
Sets the buffer as Instruction.
Definition: KviKvsTreeNodeSpecialCommand.cpp:35
Helper functions for the QString class.
virtual void dump(const char *prefix)
Dumps the instructions tree.
Definition: KviKvsTreeNodeSpecialCommand.cpp:42