1#ifndef _KVI_KVS_TREENODE_SPECIALCOMMANDFOR_H_
2#define _KVI_KVS_TREENODE_SPECIALCOMMANDFOR_H_
48 virtual void dump(
const char * prefix);
Helper functions for the QString class.
Definition KviKvsRunTimeContext.h:104
Definition KviKvsTreeNodeExpression.h:68
Treenode class to handle instructions.
Definition KviKvsTreeNodeInstruction.h:43
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.
Definition KviKvsTreeNodeInstruction.h:50
KviKvsTreeNodeInstruction * m_pUpdate
Definition KviKvsTreeNodeSpecialCommandFor.h:44
KviKvsTreeNodeInstruction * m_pInitialization
Definition KviKvsTreeNodeSpecialCommandFor.h:42
KviKvsTreeNodeSpecialCommandFor(const QChar *pLocation, KviKvsTreeNodeInstruction *pInit, KviKvsTreeNodeExpression *pCond, KviKvsTreeNodeInstruction *pUpd, KviKvsTreeNodeInstruction *pLoop)
Definition KviKvsTreeNodeSpecialCommandFor.cpp:31
KviKvsTreeNodeExpression * m_pCondition
Definition KviKvsTreeNodeSpecialCommandFor.h:43
KviKvsTreeNodeInstruction * m_pLoop
Definition KviKvsTreeNodeSpecialCommandFor.h:45
virtual void dump(const char *prefix)
Dumps the instructions tree.
Definition KviKvsTreeNodeSpecialCommand.cpp:42
virtual void contextDescription(QString &szBuffer)
Sets the buffer as Instruction.
Definition KviKvsTreeNodeSpecialCommand.cpp:35
KviKvsTreeNodeSpecialCommand(const QChar *pLocation, const QString &szCmdName)
Definition KviKvsTreeNodeSpecialCommand.cpp:27
This file contains compile time settings.
#define KVIRC_API
Definition kvi_settings.h:127
char szBuffer[4096]
Definition winamp.cpp:77