#include <DDHtmlFormatter.h>
Public Types | |
typedef std::map< std::string, std::set< std::string > > | ns_type |
Public Member Functions | |
DDHtmlFormatter | br () |
DDHtmlFormatter | color (int red, int green, int blue) |
DDHtmlFormatter () | |
DDHtmlFormatter (const DDHtmlFormatter &f) | |
DDHtmlFormatter | footer () |
DDHtmlFormatter | h1 (const std::string &content) |
DDHtmlFormatter | h2 (const std::string &content) |
DDHtmlFormatter | h3 (const std::string &content) |
DDHtmlFormatter | header (const std::string &text, const std::string &style="../../style.css") |
DDHtmlFormatter | li (const std::string &content) |
DDHtmlFormatter | link (const std::string &url, const std::string &text, const std::string &target="_self") |
std::string | lnk (const std::string &url, const std::string &text, const std::string &target="_self") |
DDHtmlFormatter | p (const std::string &content) |
void | pre () |
DDHtmlFormatter | table (int border=0) |
DDHtmlFormatter | tableEnd () |
DDHtmlFormatter | td (const std::string &content) |
DDHtmlFormatter | tr () |
DDHtmlFormatter | trEnd () |
DDHtmlFormatter | ul () |
DDHtmlFormatter | ulEnd () |
Public Attributes | |
std::stringstream | os_ |
Private Member Functions | |
DDHtmlFormatter & | operator= (const DDHtmlFormatter &) |
Definition at line 17 of file DDHtmlFormatter.h.
typedef std::map<std::string,std::set<std::string> > DDHtmlFormatter::ns_type |
Definition at line 21 of file DDHtmlFormatter.h.
DDHtmlFormatter::DDHtmlFormatter | ( | ) | [inline, explicit] |
Definition at line 23 of file DDHtmlFormatter.h.
{ }
DDHtmlFormatter::DDHtmlFormatter | ( | const DDHtmlFormatter & | f | ) | [inline] |
Definition at line 24 of file DDHtmlFormatter.h.
DDHtmlFormatter DDHtmlFormatter::br | ( | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::color | ( | int | red, |
int | green, | ||
int | blue | ||
) | [inline] |
Definition at line 49 of file DDHtmlFormatter.h.
{return *this;};
DDHtmlFormatter DDHtmlFormatter::footer | ( | ) |
Definition at line 53 of file DDHtmlFormatter.cc.
Referenced by dd_html_frameset(), dd_html_menu(), dd_html_menu_frameset(), DDNsGenerator::doit(), and DDFrameGenerator::doit().
DDHtmlFormatter DDHtmlFormatter::h1 | ( | const std::string & | content | ) | [inline] |
Definition at line 36 of file DDHtmlFormatter.h.
Referenced by dd_html_menu().
DDHtmlFormatter DDHtmlFormatter::h2 | ( | const std::string & | content | ) | [inline] |
Definition at line 37 of file DDHtmlFormatter.h.
Referenced by DDNsGenerator::doit().
DDHtmlFormatter DDHtmlFormatter::h3 | ( | const std::string & | content | ) | [inline] |
Definition at line 38 of file DDHtmlFormatter.h.
Referenced by DDHtmlSpDetails::details().
DDHtmlFormatter DDHtmlFormatter::header | ( | const std::string & | text, |
const std::string & | style = "../../style.css" |
||
) |
DDHtmlFormatter DDHtmlFormatter::li | ( | const std::string & | content | ) | [inline] |
Definition at line 33 of file DDHtmlFormatter.h.
Referenced by DDNsGenerator::doit().
DDHtmlFormatter DDHtmlFormatter::link | ( | const std::string & | url, |
const std::string & | text, | ||
const std::string & | target = "_self" |
||
) |
string DDHtmlFormatter::lnk | ( | const std::string & | url, |
const std::string & | text, | ||
const std::string & | target = "_self" |
||
) |
Definition at line 44 of file DDHtmlFormatter.cc.
References query::result, AlCaHLTBitMon_QueryRunRegistry::string, filterCSVwithJSON::target, and relmon_authenticated_wget::url.
Referenced by dd_html_menu(), and DDNsGenerator::doit().
DDHtmlFormatter& DDHtmlFormatter::operator= | ( | const DDHtmlFormatter & | ) | [private] |
DDHtmlFormatter DDHtmlFormatter::p | ( | const std::string & | content | ) | [inline] |
Definition at line 30 of file DDHtmlFormatter.h.
Referenced by dd_html_menu(), and DDNsGenerator::doit().
void DDHtmlFormatter::pre | ( | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::table | ( | int | border = 0 | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::tableEnd | ( | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::td | ( | const std::string & | content | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::tr | ( | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::trEnd | ( | ) | [inline] |
DDHtmlFormatter DDHtmlFormatter::ul | ( | ) | [inline] |
Definition at line 32 of file DDHtmlFormatter.h.
Referenced by DDNsGenerator::doit().
DDHtmlFormatter DDHtmlFormatter::ulEnd | ( | ) | [inline] |
Definition at line 34 of file DDHtmlFormatter.h.
Referenced by DDNsGenerator::doit().
std::stringstream DDHtmlFormatter::os_ [mutable] |