#include <ConfigBox.h>
Public Member Functions | |
ConfigBox (std::string the_url, std::string top, std::string left) | |
void | printHTML (xgi::Output *out) |
~ConfigBox () | |
Public Member Functions inherited from WebElement | |
std::string | get_pix_left () |
std::string | get_pix_top () |
std::string | get_url () |
WebElement (std::string the_url, std::string top, std::string left) | |
virtual | ~WebElement () |
Private Attributes | |
std::string | callback |
This is the class that should be instantiated in case the user wants to have a box that resets the configuration of the DQM client. Submitting the information of this box should result in an attempt to connect to a new collector according to the information submitted.
Definition at line 16 of file ConfigBox.h.
|
inline |
Definition at line 24 of file ConfigBox.h.
References callback.
|
inline |
Definition at line 28 of file ConfigBox.h.
|
virtual |
Implements WebElement.
Definition at line 3 of file ConfigBox.cc.
References WebElement::get_pix_left(), WebElement::get_pix_top(), WebElement::get_url(), LaserDQM_cfg::input, position, AlCaHLTBitMon_QueryRunRegistry::string, and asciidump::table.
|
private |
Definition at line 20 of file ConfigBox.h.
Referenced by ConfigBox().