CbmRoot
|
Implementation of CbmReportElement for text output. More...
#include <CbmHtmlReportElement.h>
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... | |
Implementation of CbmReportElement for text output.
Definition at line 23 of file CbmHtmlReportElement.h.
CbmHtmlReportElement::CbmHtmlReportElement | ( | ) |
Constructor.
Definition at line 16 of file CbmHtmlReportElement.cxx.
|
virtual |
Destructor.
Definition at line 18 of file CbmHtmlReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 61 of file CbmHtmlReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 93 of file CbmHtmlReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 52 of file CbmHtmlReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 20 of file CbmHtmlReportElement.cxx.
References i.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 35 of file CbmHtmlReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 33 of file CbmHtmlReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 43 of file CbmHtmlReportElement.cxx.
References i.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 95 of file CbmHtmlReportElement.cxx.