#include <NodeManagerCommand.h>
Inheritance diagram for NodeManagerCommand::
Public Methods | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
Static Public Attributes | |
const string | commandString = "nodeManager" |
Private Methods | |
void | addNode (std::ostream &s) |
bool | setNode (std::ostream &s, Node *node) |
void | displayNode (std::ostream &s, Node *node) |
void | displayHeaders (std::ostream &s) |
|
Definition at line 131 of file NodeManagerCommand.cpp. Referenced by run().
|
|
Definition at line 152 of file NodeManagerCommand.cpp. Referenced by getHtmlInterface().
|
|
Definition at line 170 of file NodeManagerCommand.cpp. Referenced by getHtmlInterface().
|
|
Reimplemented from Command. Definition at line 19 of file NodeManagerCommand.cpp. Referenced by displayNode(), getHtmlInterface(), and run().
|
|
Return a default HTML interface.
Reimplemented from Command. Definition at line 25 of file NodeManagerCommand.cpp. Referenced by addNode(), and run().
|
|
Reimplemented from Command. Definition at line 59 of file NodeManagerCommand.cpp. |
|
|
|
Definition at line 3 of file NodeManagerCommand.cpp. |