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

Public Member Functions

 HtmlCell (TString id, TString className, TString style)
 
 HtmlCell (TString content)
 
void SetColSpan (Int_t span)
 
void SetRowSpan (Int_t span)
 
virtual void AddContent (const HtmlObject &obj)
 
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)
 

Protected Attributes

Int_t fColSpan
 
Int_t fRowSpan
 

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 58 of file HtmlTable.h.

Constructor & Destructor Documentation

◆ HtmlCell() [1/3]

Hal::HtmlCell::HtmlCell ( )

Definition at line 37 of file HtmlTable.cxx.

◆ HtmlCell() [2/3]

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

Definition at line 59 of file HtmlTable.cxx.

◆ HtmlCell() [3/3]

Hal::HtmlCell::HtmlCell ( TString content)

Definition at line 57 of file HtmlTable.cxx.

◆ ~HtmlCell()

Hal::HtmlCell::~HtmlCell ( )
virtual

Definition at line 55 of file HtmlTable.cxx.

Member Function Documentation

◆ AddContent()

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

add content to this object (like content of HTML cell

Parameters
obj

Reimplemented from Hal::HtmlObject.

Definition at line 39 of file HtmlTable.cxx.

◆ SetColSpan()

void Hal::HtmlCell::SetColSpan ( Int_t span)
inline

Definition at line 67 of file HtmlTable.h.

◆ SetRowSpan()

void Hal::HtmlCell::SetRowSpan ( Int_t span)
inline

Definition at line 68 of file HtmlTable.h.

◆ ToString()

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

convert this object to HTML

Implements Hal::HtmlObject.

Definition at line 41 of file HtmlTable.cxx.

Member Data Documentation

◆ fColSpan

Int_t Hal::HtmlCell::fColSpan
protected

Definition at line 60 of file HtmlTable.h.

◆ fRowSpan

Int_t Hal::HtmlCell::fRowSpan
protected

Definition at line 61 of file HtmlTable.h.


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