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

NodeManagerCommand Class Reference

#include <NodeManagerCommand.h>

Inheritance diagram for NodeManagerCommand::

Command List of all members.

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)

Member Function Documentation

void NodeManagerCommand::addNode std::ostream & s [private]
 

Definition at line 131 of file NodeManagerCommand.cpp.

Referenced by run().

void NodeManagerCommand::displayHeaders std::ostream & s [private]
 

Definition at line 152 of file NodeManagerCommand.cpp.

Referenced by getHtmlInterface().

void NodeManagerCommand::displayNode std::ostream & s,
Node * node
[private]
 

Definition at line 170 of file NodeManagerCommand.cpp.

Referenced by getHtmlInterface().

string NodeManagerCommand::getCommandString [virtual]
 

Reimplemented from Command.

Definition at line 19 of file NodeManagerCommand.cpp.

Referenced by displayNode(), getHtmlInterface(), and run().

void NodeManagerCommand::getHtmlInterface std::ostream & s [virtual]
 

Return a default HTML interface.

Reimplemented from Command.

Definition at line 25 of file NodeManagerCommand.cpp.

Referenced by addNode(), and run().

void NodeManagerCommand::run std::ostream & s [virtual]
 

Reimplemented from Command.

Definition at line 59 of file NodeManagerCommand.cpp.

bool NodeManagerCommand::setNode std::ostream & s,
Node * node
[private]
 


Member Data Documentation

const string NodeManagerCommand::commandString = "nodeManager" [static]
 

Definition at line 3 of file NodeManagerCommand.cpp.


The documentation for this class was generated from the following files:
Generated at Thu Jul 11 13:31:57 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001