|
CbmRoot
|
This is the complete list of members for Table, including all inherited members.
| AssignMother(const Element *pMother) | cbm::qa::report::Element | inlineprivate |
| Element(std::string_view label, std::string_view title) | cbm::qa::report::Element | inline |
| Element()=default | cbm::qa::report::Element | |
| fNofCols | Table | private |
| fNofRows | Table | private |
| fpMother | cbm::qa::report::Element | private |
| fsCaption | Table | private |
| fsLabel | cbm::qa::report::Element | private |
| fsTitle | cbm::qa::report::Element | private |
| fvsTable | Table | private |
| fvsTableHeader | Table | private |
| GetBody(const Engine &engine) const override | Table | inline |
| cbm::qa::report::Element::GetBody(const Engine &engine) const =0 | cbm::qa::report::Element | pure virtual |
| GetCaption() const | Table | inline |
| GetCell(int iRow, int iCol) const | Table | inline |
| GetColumnTitle(int iCol) const | Table | inline |
| GetIndex(int iRow, int iCol) const | Table | inlineprotected |
| GetLabel() const | cbm::qa::report::Element | inline |
| GetMother() const | cbm::qa::report::Element | inline |
| GetNofCols() const | Table | inline |
| GetNofRows() const | Table | inline |
| GetTitle() const | cbm::qa::report::Element | inline |
| kDefaultFormat | Table | privatestatic |
| operator()(int iRow, int iCol) const | Table | inline |
| operator()(int iRow, int iCol) | Table | inline |
| Set(const CbmQaTable *pQaTable, const std::string &cellFormat=std::string(kDefaultFormat)) | Table | |
| SetCaption(std::string_view caption) | Table | inline |
| SetCell(int iRow, int iCol, std::string_view cell) | Table | inline |
| SetColumnTitle(int iCol, std::string_view title) | Table | inline |
| SetLabel(std::string_view label) | cbm::qa::report::Element | inline |
| SetTitle(std::string_view title) | cbm::qa::report::Element | inline |
| Table(std::string_view label, std::string_view title="") | Table | explicit |
| Table(std::string_view label, int nRows, int nCols, std::string_view title="") | Table | |
| ~Element()=default | cbm::qa::report::Element | virtual |
| ~Table() | Table | inlinevirtual |