Heavy ion Analysis Libriares
|
Public Member Functions | |
HtmlDiv (TString id, TString className, TString style) | |
TString | ToString () const |
HtmlDiv (const HtmlDiv &other)=default | |
HtmlDiv & | operator= (const HtmlDiv &other)=default |
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) |
virtual void | AddContent (const HtmlObject &obj) |
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 |
Hal::HtmlDiv::HtmlDiv | ( | ) |
Definition at line 13 of file HtmlDiv.cxx.
Hal::HtmlDiv::HtmlDiv | ( | TString | id, |
TString | className, | ||
TString | style ) |
Definition at line 24 of file HtmlDiv.cxx.
|
virtual |
Definition at line 22 of file HtmlDiv.cxx.
|
virtual |