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

UserConfiguration Class Reference

#include <UserConfiguration.h>

List of all members.

Static Public Methods

void generateMenu (std::ostream &s)
void pageHeading (std::ostream &s)
void generateNodeHtmlInterface (std::ostream &s, string command, string subcommand, Node *node)
void generateHtmlCheckbox (std::ostream &out, string description, string value, bool isChecked)
bool setNode (Command *, std::ostream &s, Node *node)


Detailed Description

Contains functions that are common across the user configuration screens.

Definition at line 4 of file UserConfiguration.h.


Member Function Documentation

void UserConfiguration::generateHtmlCheckbox std::ostream & out,
string description,
string value,
bool isChecked
[static]
 

Definition at line 44 of file UserConfiguration.cpp.

Referenced by generateNodeHtmlInterface().

void UserConfiguration::generateMenu std::ostream & s [static]
 

The menu at the top of the configuration screen that gives you access to all the other configuration screens.

Definition at line 17 of file UserConfiguration.cpp.

Referenced by pageHeading().

void UserConfiguration::generateNodeHtmlInterface std::ostream & s,
string command,
string subcommand,
Node * node
[static]
 

Definition at line 51 of file UserConfiguration.cpp.

Referenced by NodeManagerCommand::getHtmlInterface(), BasicConfigurationCommand::getHtmlInterface(), and NodeManagerCommand::run().

void UserConfiguration::pageHeading std::ostream & s [static]
 

Definition at line 35 of file UserConfiguration.cpp.

Referenced by SummaryScreenCommand::getHtmlInterface(), NodeManagerCommand::getHtmlInterface(), ConnectionManagerCommand::getHtmlInterface(), BasicConfigurationCommand::getHtmlInterface(), and AdvancedConfigurationCommand::getHtmlInterface().

bool UserConfiguration::setNode Command * command,
std::ostream & s,
Node * node
[static]
 

Returns:
false if there was an error, true on success.

Definition at line 81 of file UserConfiguration.cpp.

Referenced by NodeManagerCommand::addNode(), NodeManagerCommand::run(), and BasicConfigurationCommand::run().


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