|
Heavy ion Analysis Libriares
|
Public Member Functions | |
| HtmlRow (TString id, TString className, TString style) | |
| virtual void | AddContent (const HtmlObject &obj) |
| void | AddSimpleCells (std::initializer_list< TString > cels) |
| TString | ToString () const |
Public Member Functions inherited from Hal::HtmlObject | |
| HtmlObject (TString id, TString className, TString style) | |
| void | SetClass (TString className) |
| virtual void | SetDefaultClass () |
| void | SetId (TString id) |
| void | SetStyle (TString style) |
| void | SetStringContent (TString content) |
| TString | GetContent () const |
| virtual void | AddStringContent (TString text) |
| void | AddAtrib (TString name, TString value) |
| HtmlObject (const HtmlObject &other) | |
| HtmlObject & | operator= (const HtmlObject &other) |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::HtmlObject | |
| TString | GetClass () const |
| TString | GetId () const |
| TString | GetStyle () const |
| TString | GetProperties () const |
| TString | GetDefaultString (TString tag) const |
Definition at line 47 of file HtmlTable.h.
| Hal::HtmlRow::HtmlRow | ( | ) |
Definition at line 25 of file HtmlTable.cxx.
| Hal::HtmlRow::HtmlRow | ( | TString | id, |
| TString | className, | ||
| TString | style ) |
Definition at line 27 of file HtmlTable.cxx.
|
virtual |
Definition at line 35 of file HtmlTable.cxx.
|
virtual |
add content to this object (like content of HTML cell
| obj |
Reimplemented from Hal::HtmlObject.
Definition at line 29 of file HtmlTable.cxx.
| void Hal::HtmlRow::AddSimpleCells | ( | std::initializer_list< TString > | cels | ) |
Definition at line 94 of file HtmlTable.cxx.
|
virtual |
convert this object to HTML
Implements Hal::HtmlObject.
Definition at line 33 of file HtmlTable.cxx.