Heavy ion Analysis Libriares
|
Public Member Functions | |
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) |
Protected Attributes | |
Int_t | fColSpan |
Int_t | fRowSpan |
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 58 of file HtmlTable.h.
Hal::HtmlCell::HtmlCell | ( | ) |
Definition at line 37 of file HtmlTable.cxx.
Hal::HtmlCell::HtmlCell | ( | TString | id, |
TString | className, | ||
TString | style ) |
Definition at line 59 of file HtmlTable.cxx.
Hal::HtmlCell::HtmlCell | ( | TString | content | ) |
Definition at line 57 of file HtmlTable.cxx.
|
virtual |
Definition at line 55 of file HtmlTable.cxx.
|
virtual |
add content to this object (like content of HTML cell
obj |
Reimplemented from Hal::HtmlObject.
Definition at line 39 of file HtmlTable.cxx.
|
inline |
Definition at line 67 of file HtmlTable.h.
|
inline |
Definition at line 68 of file HtmlTable.h.
|
virtual |
convert this object to HTML
Implements Hal::HtmlObject.
Definition at line 41 of file HtmlTable.cxx.
|
protected |
Definition at line 60 of file HtmlTable.h.
|
protected |
Definition at line 61 of file HtmlTable.h.