Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

AdvancedConfigurationCommand.h

Go to the documentation of this file.
00001 #ifndef __ADVANCEDCONFIGURATIONCOMMAND_H
00002 #define __ADVANCEDCONFIGURATIONCOMMAND_H
00003 
00004 class AdvancedConfigurationCommand : public Command {
00005 public:
00006     virtual void run(std::ostream&);
00007     virtual string getCommandString();
00008     virtual void getHtmlInterface(std::ostream&);
00009     virtual void getHelp(ostream&);
00010     const static string commandString;
00011 };
00012 
00013 #endif
00014 

Generated at Thu Jul 11 13:31:49 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001