#include <UserConfiguration.h>
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) |
Definition at line 4 of file UserConfiguration.h.
|
Definition at line 44 of file UserConfiguration.cpp. Referenced by generateNodeHtmlInterface().
|
|
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().
|
|
Definition at line 51 of file UserConfiguration.cpp. Referenced by NodeManagerCommand::getHtmlInterface(), BasicConfigurationCommand::getHtmlInterface(), and NodeManagerCommand::run().
|
|
Definition at line 35 of file UserConfiguration.cpp. Referenced by SummaryScreenCommand::getHtmlInterface(), NodeManagerCommand::getHtmlInterface(), ConnectionManagerCommand::getHtmlInterface(), BasicConfigurationCommand::getHtmlInterface(), and AdvancedConfigurationCommand::getHtmlInterface().
|
|
Definition at line 81 of file UserConfiguration.cpp. Referenced by NodeManagerCommand::addNode(), NodeManagerCommand::run(), and BasicConfigurationCommand::run().
|