#include <WebPage.h>
Public Member Functions | |
void | add (std::string, WebElement *) |
void | clear () |
void | printHTML (xgi::Output *out) |
void | remove (std::string) |
WebPage (std::string the_url) | |
Private Attributes | |
std::map< std::string, WebElement * > | element_map |
std::string | url |
WebPage::WebPage | ( | std::string | the_url | ) |
Definition at line 3 of file WebPage.cc.
References url.
void WebPage::add | ( | std::string | name, |
WebElement * | element_p | ||
) |
Definition at line 8 of file WebPage.cc.
References element_map, and mergeVDriftHistosByStation::name.
Referenced by WebInterface::add().
void WebPage::clear | ( | void | ) |
Definition at line 18 of file WebPage.cc.
References element_map.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
void WebPage::printHTML | ( | xgi::Output * | out | ) |
void WebPage::remove | ( | std::string | name | ) |
|
private |