CbmRoot
|
This is the complete list of members for CbmReportElement, including all inherited members.
CbmReportElement() | CbmReportElement | inline |
DocumentBegin() const =0 | CbmReportElement | pure virtual |
DocumentEnd() const =0 | CbmReportElement | pure virtual |
Image(const std::string &title, const std::string &file) const =0 | CbmReportElement | pure virtual |
TableBegin(const std::string &caption, const std::vector< std::string > &colNames) const =0 | CbmReportElement | pure virtual |
TableEmptyRow(int nofCols, const std::string &name) const =0 | CbmReportElement | pure virtual |
TableEnd() const =0 | CbmReportElement | pure virtual |
TableRow(const std::vector< std::string > &row) const =0 | CbmReportElement | pure virtual |
Title(int size, const std::string &title) const =0 | CbmReportElement | pure virtual |
~CbmReportElement() | CbmReportElement | inlinevirtual |