|
Heavy ion Analysis Libriares
|
Public Member Functions | |
| HtmlCellCol (TString name, Int_t colspan) | |
Public Member Functions inherited from Hal::HtmlCell | |
| HtmlCell (TString id, TString className, TString style) | |
| HtmlCell (TString content) | |
| void | SetColSpan (Int_t span) |
| void | SetRowSpan (Int_t span) |
| virtual void | AddContent (const HtmlObject &obj) |
| 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 |
Protected Attributes inherited from Hal::HtmlCell | |
| Int_t | fColSpan |
| Int_t | fRowSpan |
Definition at line 75 of file HtmlTable.h.
| Hal::HtmlCellCol::HtmlCellCol | ( | ) |
Definition at line 61 of file HtmlTable.cxx.
| Hal::HtmlCellCol::HtmlCellCol | ( | TString | name, |
| Int_t | colspan ) |
Definition at line 63 of file HtmlTable.cxx.
|
virtual |
Definition at line 65 of file HtmlTable.cxx.