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

Public Member Functions

 HtmlRow (TString id, TString className, TString style)
 
virtual void AddContent (const HtmlObject &obj)
 
void AddSimpleCells (std::initializer_list< TString > cels)
 
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)
 
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 47 of file HtmlTable.h.

Constructor & Destructor Documentation

◆ HtmlRow() [1/2]

Hal::HtmlRow::HtmlRow ( )

Definition at line 25 of file HtmlTable.cxx.

◆ HtmlRow() [2/2]

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

Definition at line 27 of file HtmlTable.cxx.

◆ ~HtmlRow()

Hal::HtmlRow::~HtmlRow ( )
virtual

Definition at line 35 of file HtmlTable.cxx.

Member Function Documentation

◆ AddContent()

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

add content to this object (like content of HTML cell

Parameters
obj

Reimplemented from Hal::HtmlObject.

Definition at line 29 of file HtmlTable.cxx.

◆ AddSimpleCells()

void Hal::HtmlRow::AddSimpleCells ( std::initializer_list< TString > cels)

Definition at line 94 of file HtmlTable.cxx.

◆ ToString()

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

convert this object to HTML

Implements Hal::HtmlObject.

Definition at line 33 of file HtmlTable.cxx.


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