Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
Hal::HtmlTable Class Reference
Inheritance diagram for Hal::HtmlTable:
Hal::HtmlObject

Public Member Functions

 HtmlTable (TString id, TString className, TString style)
 
void SetDefaultClass ()
 
TString ToString () const
 
virtual void AddContent (const HtmlObject &obj)
 
- Public Member Functions inherited from Hal::HtmlObject
 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)
 
HtmlObjectoperator= (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
 

Detailed Description

Definition at line 36 of file HtmlTable.h.

Constructor & Destructor Documentation

◆ HtmlTable() [1/2]

Hal::HtmlTable::HtmlTable ( )

Definition at line 14 of file HtmlTable.cxx.

◆ HtmlTable() [2/2]

Hal::HtmlTable::HtmlTable ( TString id,
TString className,
TString style )

Definition at line 16 of file HtmlTable.cxx.

◆ ~HtmlTable()

Hal::HtmlTable::~HtmlTable ( )
virtual

Definition at line 21 of file HtmlTable.cxx.

Member Function Documentation

◆ AddContent()

void Hal::HtmlTable::AddContent ( const HtmlObject & obj)
virtual

add content to this object (like content of HTML cell

Parameters
obj

Reimplemented from Hal::HtmlObject.

Definition at line 17 of file HtmlTable.cxx.

◆ SetDefaultClass()

void Hal::HtmlTable::SetDefaultClass ( )
inlinevirtual

set default class for given type of objects (if exists)

Reimplemented from Hal::HtmlObject.

Definition at line 40 of file HtmlTable.h.

◆ ToString()

TString Hal::HtmlTable::ToString ( ) const
virtual

convert this object to HTML

Implements Hal::HtmlObject.

Definition at line 23 of file HtmlTable.cxx.


The documentation for this class was generated from the following files: