Heavy ion Analysis Libriares
|
Public Member Functions | |
HtmlCellRow (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 83 of file HtmlTable.h.
Hal::HtmlCellRow::HtmlCellRow | ( | ) |
Definition at line 67 of file HtmlTable.cxx.
Hal::HtmlCellRow::HtmlCellRow | ( | TString | name, |
Int_t | colspan ) |
Definition at line 69 of file HtmlTable.cxx.
|
virtual |
Definition at line 71 of file HtmlTable.cxx.