Definition at line 14 of file HtmlObject.h.
◆ HtmlObject() [1/3]
Hal::HtmlObject::HtmlObject |
( |
| ) |
|
◆ HtmlObject() [2/3]
Hal::HtmlObject::HtmlObject |
( |
TString | id, |
|
|
TString | className, |
|
|
TString | style ) |
◆ ~HtmlObject()
Hal::HtmlObject::~HtmlObject |
( |
| ) |
|
|
virtual |
◆ HtmlObject() [3/3]
Hal::HtmlObject::HtmlObject |
( |
const HtmlObject & | other | ) |
|
◆ AddAtrib()
void Hal::HtmlObject::AddAtrib |
( |
TString | name, |
|
|
TString | value ) |
◆ AddContent()
void Hal::HtmlObject::AddContent |
( |
const HtmlObject & | obj | ) |
|
|
virtual |
◆ AddStringContent()
virtual void Hal::HtmlObject::AddStringContent |
( |
TString | text | ) |
|
|
inlinevirtual |
◆ GetClass()
TString Hal::HtmlObject::GetClass |
( |
| ) |
const |
|
inlineprotected |
◆ GetContent()
TString Hal::HtmlObject::GetContent |
( |
| ) |
const |
|
inline |
◆ GetDefaultString()
TString Hal::HtmlObject::GetDefaultString |
( |
TString | tag | ) |
const |
|
protected |
returns default string like <tag properties="properties">content</tag>
- Parameters
-
- Returns
Definition at line 49 of file HtmlObject.cxx.
◆ GetId()
TString Hal::HtmlObject::GetId |
( |
| ) |
const |
|
inlineprotected |
◆ GetProperties()
TString Hal::HtmlObject::GetProperties |
( |
| ) |
const |
|
protected |
◆ GetStyle()
TString Hal::HtmlObject::GetStyle |
( |
| ) |
const |
|
inlineprotected |
◆ operator=()
◆ SetClass()
void Hal::HtmlObject::SetClass |
( |
TString | className | ) |
|
|
inline |
set object of this file
- Parameters
-
Definition at line 40 of file HtmlObject.h.
◆ SetDefaultClass()
virtual void Hal::HtmlObject::SetDefaultClass |
( |
| ) |
|
|
inlinevirtual |
◆ SetId()
void Hal::HtmlObject::SetId |
( |
TString | id | ) |
|
|
inline |
set id of this object
- Parameters
-
Definition at line 49 of file HtmlObject.h.
◆ SetStringContent()
void Hal::HtmlObject::SetStringContent |
( |
TString | content | ) |
|
|
inline |
◆ SetStyle()
void Hal::HtmlObject::SetStyle |
( |
TString | style | ) |
|
|
inline |
set style of this object
- Parameters
-
Definition at line 54 of file HtmlObject.h.
◆ ToString()
virtual TString Hal::HtmlObject::ToString |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: