Public Member Functions | |
void | MakeHeader () |
void | MakeFooter () |
HtmlSummary (const char *title) | |
virtual | ~HtmlSummary () |
HtmlObjTable * | AddTable (const char *name, Int_t nfields, Int_t nvals, Bool_t exp=kTRUE, Option_t *opt="") |
HtmlObjTable * | GetTable (Int_t at) const |
void | Build () |
void | Clear (Option_t *option="") |
void | Reset (Option_t *option="") |
TString | Html () const |
ClassDef (HtmlSummary, 0) | |
void | MakeHeader () |
void | MakeFooter () |
HtmlSummary (const char *title) | |
virtual | ~HtmlSummary () |
HtmlObjTable * | AddTable (const char *name, Int_t nfields, Int_t nvals, Bool_t exp=kTRUE, Option_t *opt="") |
HtmlObjTable * | GetTable (Int_t at) const |
void | Build () |
void | Clear (Option_t *option="") |
void | Reset (Option_t *option="") |
TString | Html () const |
ClassDef (HtmlSummary, 0) | |
Public Attributes | |
Int_t | fNTables |
TOrdCollection * | fObjTables |
TString | fHtml |
TString | fTitle |
TString | fHeader |
TString | fFooter |
TOrdCollection * | fObjTables |
Definition at line 38 of file alice_esd_html_summary.C.
HtmlSummary::HtmlSummary | ( | const char * | title | ) |
HtmlSummary::~HtmlSummary | ( | ) | [virtual] |
HtmlSummary::HtmlSummary | ( | const char * | title | ) |
virtual HtmlSummary::~HtmlSummary | ( | ) | [virtual] |
void HtmlSummary::MakeHeader | ( | ) |
void HtmlSummary::MakeFooter | ( | ) |
Definition at line 261 of file alice_esd_html_summary.C.
References fFooter, and fHtml.
Referenced by Build().
HtmlObjTable * HtmlSummary::AddTable | ( | const char * | name, | |
Int_t | nfields, | |||
Int_t | nvals, | |||
Bool_t | exp = kTRUE , |
|||
Option_t * | opt = "" | |||
) |
Definition at line 196 of file alice_esd_html_summary.C.
References TSeqCollection::Add(), TOrdCollection::AddFirst(), TString::Contains(), fNTables, fObjTables, and TString::ToLower().
Referenced by update_html_summary(), and SplitGLView::UpdateSummary().
HtmlObjTable* HtmlSummary::GetTable | ( | Int_t | at | ) | const [inline] |
Definition at line 57 of file alice_esd_html_summary.C.
References TOrdCollection::At(), and fObjTables.
Referenced by Build().
void HtmlSummary::Build | ( | ) |
Definition at line 234 of file alice_esd_html_summary.C.
References fHtml, fNTables, GetTable(), HtmlObjTable::Html(), i, MakeFooter(), and MakeHeader().
Referenced by update_html_summary(), and SplitGLView::UpdateSummary().
void HtmlSummary::Clear | ( | Option_t * | option = "" |
) |
Definition at line 213 of file alice_esd_html_summary.C.
References TOrdCollection::Clear(), TOrdCollection::Delete(), fNTables, and fObjTables.
Referenced by update_html_summary(), and SplitGLView::UpdateSummary().
void HtmlSummary::Reset | ( | Option_t * | option = "" |
) |
Definition at line 225 of file alice_esd_html_summary.C.
References fNTables, and fObjTables.
Referenced by ~HtmlSummary().
TString HtmlSummary::Html | ( | ) | const [inline] |
Definition at line 61 of file alice_esd_html_summary.C.
References fHtml.
Referenced by update_html_summary(), and SplitGLView::UpdateSummary().
HtmlSummary::ClassDef | ( | HtmlSummary | , | |
0 | ||||
) |
void HtmlSummary::MakeHeader | ( | ) |
void HtmlSummary::MakeFooter | ( | ) |
HtmlObjTable* HtmlSummary::AddTable | ( | const char * | name, | |
Int_t | nfields, | |||
Int_t | nvals, | |||
Bool_t | exp = kTRUE , |
|||
Option_t * | opt = "" | |||
) |
HtmlObjTable* HtmlSummary::GetTable | ( | Int_t | at | ) | const [inline] |
void HtmlSummary::Build | ( | ) |
void HtmlSummary::Clear | ( | Option_t * | option = "" |
) |
void HtmlSummary::Reset | ( | Option_t * | option = "" |
) |
TString HtmlSummary::Html | ( | ) | const [inline] |
HtmlSummary::ClassDef | ( | HtmlSummary | , | |
0 | ||||
) |
Definition at line 41 of file alice_esd_html_summary.C.
Referenced by AddTable(), Build(), Clear(), and Reset().
Definition at line 42 of file alice_esd_html_summary.C.
Referenced by AddTable(), Clear(), GetTable(), HtmlSummary(), and Reset().
Definition at line 43 of file alice_esd_html_summary.C.
Referenced by Build(), Html(), MakeFooter(), and MakeHeader().
Definition at line 143 of file SplitGLView.C.