#include <Select.h>
Public Member Functions | |
void | printHTML (xgi::Output *out) |
Select (std::string the_url, std::string top, std::string left, std::string the_requestID, std::string the_name) | |
void | setOptionsVector (std::vector< std::string > the_options_v) |
~Select () | |
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 | name |
std::vector< std::string > | options_v |
std::string | requestID |
This is the class that should be instantiated in case the user wants to have a select menu, the elements of which, submit a request when clicked on.
|
inline |
Definition at line 25 of file Select.h.
References name, and requestID.
|
virtual |
Implements WebElement.
Definition at line 4 of file Select.cc.
References WebElement::get_pix_left(), WebElement::get_pix_top(), WebElement::get_url(), name, options_v, position, requestID, benchmark_cfg::select, AlCaHLTBitMon_QueryRunRegistry::string, and asciidump::table.
|
inline |
|
private |
Definition at line 18 of file Select.h.
Referenced by dirstructure.Directory::__create_pie_image(), dqm_interfaces.DirID::__eq__(), dirstructure.Directory::__get_full_path(), dirstructure.Comparison::__get_img_name(), dataset.Dataset::__getFileInfoList(), cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), dirstructure.Comparison::__make_image(), dirstructure.Directory::__repr__(), dqm_interfaces.DirID::__repr__(), dirstructure.Comparison::__repr__(), BeautifulSoup.Tag::_invert(), dirstructure.Directory::calcStats(), python.rootplot.utilities.Hist::divide(), python.rootplot.utilities.Hist::divide_wilson(), TreeCrawler.Package::dump(), utils.StatisticalTest::get_status(), dirstructure.Directory::print_report(), printHTML(), Select(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), and Vispa.Views.PropertyView.Property::valueChanged().
|
private |
Definition at line 21 of file Select.h.
Referenced by printHTML(), and setOptionsVector().
|
private |
Definition at line 19 of file Select.h.
Referenced by printHTML(), and Select().