Heavy ion Analysis Libriares
|
Public Member Functions | |
HtmlTable (TString id, TString className, TString style) | |
void | SetDefaultClass () |
TString | ToString () const |
virtual void | AddContent (const HtmlObject &obj) |
![]() | |
HtmlObject (TString id, TString className, TString style) | |
void | SetClass (TString className) |
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 | |
![]() | |
TString | GetClass () const |
TString | GetId () const |
TString | GetStyle () const |
TString | GetProperties () const |
TString | GetDefaultString (TString tag) const |
Definition at line 36 of file HtmlTable.h.
Hal::HtmlTable::HtmlTable | ( | ) |
Definition at line 14 of file HtmlTable.cxx.
Hal::HtmlTable::HtmlTable | ( | TString | id, |
TString | className, | ||
TString | style ) |
Definition at line 16 of file HtmlTable.cxx.
|
virtual |
Definition at line 21 of file HtmlTable.cxx.
|
virtual |
add content to this object (like content of HTML cell
obj |
Reimplemented from Hal::HtmlObject.
Definition at line 17 of file HtmlTable.cxx.
|
inlinevirtual |
set default class for given type of objects (if exists)
Reimplemented from Hal::HtmlObject.
Definition at line 40 of file HtmlTable.h.
|
virtual |
convert this object to HTML
Implements Hal::HtmlObject.
Definition at line 23 of file HtmlTable.cxx.