|
CbmRoot
|
Implementation of CbmLitReportElement for text output. More...
#include <CbmTextReportElement.h>
Public Member Functions | |
| CbmTextReportElement () | |
| Constructor. | |
| virtual | ~CbmTextReportElement () |
| 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_t 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_t size, const std::string &title) const |
| Inherited from CbmReportElement. | |
Private Member Functions | |
| std::string | FormatCell (const std::string &cell) const |
Private Attributes | |
| Int_t | fColW |
Implementation of CbmLitReportElement for text output.
Definition at line 28 of file CbmTextReportElement.h.
| CbmTextReportElement::CbmTextReportElement | ( | ) |
|
virtual |
Destructor.
Definition at line 27 of file CbmTextReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 73 of file CbmTextReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 80 of file CbmTextReportElement.cxx.
|
private |
Definition at line 84 of file CbmTextReportElement.cxx.
References fColW.
Referenced by TableBegin(), and TableRow().
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 71 of file CbmTextReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 29 of file CbmTextReportElement.cxx.
References fColW, and FormatCell().
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 51 of file CbmTextReportElement.cxx.
References fColW.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 44 of file CbmTextReportElement.cxx.
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 60 of file CbmTextReportElement.cxx.
References FormatCell().
|
virtual |
Inherited from CbmReportElement.
Implements CbmReportElement.
Definition at line 82 of file CbmTextReportElement.cxx.
|
private |
Definition at line 83 of file CbmTextReportElement.h.
Referenced by CbmTextReportElement(), FormatCell(), TableBegin(), and TableEmptyRow().