Go to the documentation of this file.
20 #ifndef __AMODWORLD_INC__
21 #define __AMODWORLD_INC__
92 virtual void insertCommands (
CommandMap * cm );
95 virtual void removeCommands (
CommandMap * cm );
98 virtual QString name (
void );
104 static bool dOpenWorld (
105 const QString & s_file,
112 static bool newWorld (
113 const QString & s_cmd,
119 static bool openWorld (
120 const QString & s_cmd,
126 static bool saveWorld (
127 const QString & s_cmd,
133 static bool closeWorld (
134 const QString & s_cmd,
140 static bool listWorld (
141 const QString & s_cmd,
147 static bool startWorld (
148 const QString & s_cmd,
154 static bool stopWorld (
155 const QString & s_cmd,
161 static bool advWorld (
162 const QString & s_cmd,
168 static bool crtWorld (
169 const QString & s_cmd,
193 #endif // __AMODWORLD_INC__