#include <NodeCommand.h>
Inheritance diagram for NodeCommand::
Public Methods | |
NodeCommand () | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
Private Attributes | |
Node * | m_node |
|
|
|
Reimplemented from Command. |
|
Return a default HTML interface.
Reimplemented from Command. |
|
Reimplemented from Command. |
|
Definition at line 11 of file NodeCommand.h. |