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

NodeManagerCommand.h

Go to the documentation of this file.
00001 #ifndef __NODEMANAGERCOMMAND_H
00002 #define __NODEMANAGERCOMMAND_H
00003 
00004 class NodeManagerCommand : public Command {
00005 public:
00006     virtual void run(std::ostream&);
00007     virtual string getCommandString();
00008     virtual void getHtmlInterface(std::ostream&);
00009     const static string commandString;
00010 private:
00011     void addNode(std::ostream& s);
00012     bool setNode(std::ostream& s, Node* node);
00013     void displayNode(std::ostream& s, Node* node);
00014     void displayHeaders(std::ostream& s);
00015 };
00016 
00017 #endif
00018 

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