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

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 23 of file CbmHtmlReportElement.h.

Constructor & Destructor Documentation

◆ CbmHtmlReportElement()

CbmHtmlReportElement::CbmHtmlReportElement ( )

Constructor.

Definition at line 16 of file CbmHtmlReportElement.cxx.

◆ ~CbmHtmlReportElement()

CbmHtmlReportElement::~CbmHtmlReportElement ( )
virtual

Destructor.

Definition at line 18 of file CbmHtmlReportElement.cxx.

Member Function Documentation

◆ DocumentBegin()

string CbmHtmlReportElement::DocumentBegin ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 61 of file CbmHtmlReportElement.cxx.

◆ DocumentEnd()

string CbmHtmlReportElement::DocumentEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 93 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 52 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 20 of file CbmHtmlReportElement.cxx.

References i.

◆ TableEmptyRow()

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

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 35 of file CbmHtmlReportElement.cxx.

◆ TableEnd()

string CbmHtmlReportElement::TableEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 33 of file CbmHtmlReportElement.cxx.

◆ TableRow()

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

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 43 of file CbmHtmlReportElement.cxx.

References i.

◆ Title()

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

Inherited from CbmReportElement.

Implements CbmReportElement.

Definition at line 95 of file CbmHtmlReportElement.cxx.


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