CbmRoot
Loading...
Searching...
No Matches
CbmHtmlReportElement Class Reference

Implementation of CbmReportElement for text output. More...

#include <CbmHtmlReportElement.h>

Inheritance diagram for CbmHtmlReportElement:
[legend]
Collaboration diagram for CbmHtmlReportElement:
[legend]

Public Member Functions

 CbmHtmlReportElement ()
 Constructor.
 
virtual ~CbmHtmlReportElement ()
 Destructor.
 
virtual std::string TableBegin (const std::string &caption, const std::vector< std::string > &colNames) const
 Inherited from CbmReportElement.
 
virtual std::string TableEnd () const
 Inherited from CbmReportElement.
 
virtual std::string TableEmptyRow (int nofCols, const std::string &name) const
 Inherited from CbmReportElement.
 
virtual std::string TableRow (const std::vector< std::string > &row) const
 Inherited from CbmReportElement.
 
virtual std::string Image (const std::string &title, const std::string &file) const
 Inherited from CbmReportElement.
 
virtual std::string DocumentBegin () const
 Inherited from CbmReportElement.
 
virtual std::string DocumentEnd () const
 Inherited from CbmReportElement.
 
virtual std::string Title (int size, const std::string &title) const
 Inherited from CbmReportElement.
 

Detailed Description

Implementation of CbmReportElement for text output.

Author
Semen Lebedev s.leb.nosp@m.edev.nosp@m.@gsi..nosp@m.de
Date
2011

Definition at line 27 of file CbmHtmlReportElement.h.

Constructor & Destructor Documentation

◆ CbmHtmlReportElement()

CbmHtmlReportElement::CbmHtmlReportElement ( )

Constructor.

Definition at line 20 of file CbmHtmlReportElement.cxx.

◆ ~CbmHtmlReportElement()

CbmHtmlReportElement::~CbmHtmlReportElement ( )
virtual

Destructor.

Definition at line 22 of file CbmHtmlReportElement.cxx.

Member Function Documentation

◆ DocumentBegin()

string CbmHtmlReportElement::DocumentBegin ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 65 of file CbmHtmlReportElement.cxx.

◆ DocumentEnd()

string CbmHtmlReportElement::DocumentEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 98 of file CbmHtmlReportElement.cxx.

◆ Image()

string CbmHtmlReportElement::Image ( const std::string & title,
const std::string & file ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 56 of file CbmHtmlReportElement.cxx.

◆ TableBegin()

string CbmHtmlReportElement::TableBegin ( const std::string & caption,
const std::vector< std::string > & colNames ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 24 of file CbmHtmlReportElement.cxx.

◆ TableEmptyRow()

string CbmHtmlReportElement::TableEmptyRow ( int nofCols,
const std::string & name ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 39 of file CbmHtmlReportElement.cxx.

◆ TableEnd()

string CbmHtmlReportElement::TableEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 37 of file CbmHtmlReportElement.cxx.

◆ TableRow()

string CbmHtmlReportElement::TableRow ( const std::vector< std::string > & row) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 46 of file CbmHtmlReportElement.cxx.

◆ Title()

string CbmHtmlReportElement::Title ( int size,
const std::string & title ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 100 of file CbmHtmlReportElement.cxx.

References size().


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