Header of the report.
More...
#include <CbmQaReportHeader.h>
|
| virtual | ~Header ()=default |
| | Destructor.
|
| |
| void | AddTag (std::string_view tag) |
| | Add tag.
|
| |
| std::string | GetBody (const Engine &engine) const |
| | Gets body of the element.
|
| |
| const std::string & | GetAuthor () const |
| | Gets author.
|
| |
| const std::string & | GetPageHeader () const |
| | Gets page header.
|
| |
| const std::string & | GetSetup () const |
| | Gets setup.
|
| |
| const std::string & | GetSubtitle () const |
| | Gets subtitle.
|
| |
| const std::vector< std::string > & | GetTags () const |
| | Gets tags.
|
| |
| const std::string & | GetTitle () const |
| | Gets title.
|
| |
| void | SetAuthor (std::string_view author) |
| | Sets author.
|
| |
| void | SetPageHeader (std::string_view pageHeader) |
| | Sets page header.
|
| |
| void | SetSetup (std::string_view setup) |
| | Sets setup.
|
| |
| void | SetSubtitle (std::string_view subtitle) |
| | Sets subtitle.
|
| |
| void | SetTitle (std::string_view title) |
| | Sets title.
|
| |
Header of the report.
Definition at line 21 of file CbmQaReportHeader.h.
◆ ~Header()
| virtual cbm::qa::report::Header::~Header |
( |
| ) |
|
|
virtualdefault |
◆ AddTag()
| void cbm::qa::report::Header::AddTag |
( |
std::string_view | tag | ) |
|
|
inline |
◆ GetAuthor()
| const std::string & cbm::qa::report::Header::GetAuthor |
( |
| ) |
const |
|
inline |
◆ GetBody()
| std::string cbm::qa::report::Header::GetBody |
( |
const Engine & | engine | ) |
const |
|
inline |
Gets body of the element.
- Parameters
-
| engine | A concrete implementation of the Engine to get the element body |
Definition at line 31 of file CbmQaReportHeader.h.
◆ GetPageHeader()
| const std::string & cbm::qa::report::Header::GetPageHeader |
( |
| ) |
const |
|
inline |
◆ GetSetup()
| const std::string & cbm::qa::report::Header::GetSetup |
( |
| ) |
const |
|
inline |
◆ GetSubtitle()
| const std::string & cbm::qa::report::Header::GetSubtitle |
( |
| ) |
const |
|
inline |
◆ GetTags()
| const std::vector< std::string > & cbm::qa::report::Header::GetTags |
( |
| ) |
const |
|
inline |
◆ GetTitle()
| const std::string & cbm::qa::report::Header::GetTitle |
( |
| ) |
const |
|
inline |
◆ SetAuthor()
| void cbm::qa::report::Header::SetAuthor |
( |
std::string_view | author | ) |
|
|
inline |
◆ SetPageHeader()
| void cbm::qa::report::Header::SetPageHeader |
( |
std::string_view | pageHeader | ) |
|
|
inline |
◆ SetSetup()
| void cbm::qa::report::Header::SetSetup |
( |
std::string_view | setup | ) |
|
|
inline |
◆ SetSubtitle()
| void cbm::qa::report::Header::SetSubtitle |
( |
std::string_view | subtitle | ) |
|
|
inline |
◆ SetTitle()
| void cbm::qa::report::Header::SetTitle |
( |
std::string_view | title | ) |
|
|
inline |
◆ fsAuthor
| std::string cbm::qa::report::Header::fsAuthor = "" |
|
private |
◆ fsPageHeader
| std::string cbm::qa::report::Header::fsPageHeader = "" |
|
private |
◆ fsSetup
| std::string cbm::qa::report::Header::fsSetup = "" |
|
private |
◆ fsSubtitle
| std::string cbm::qa::report::Header::fsSubtitle = "" |
|
private |
◆ fsTitle
| std::string cbm::qa::report::Header::fsTitle = "" |
|
private |
◆ fvsTags
| std::vector<std::string> cbm::qa::report::Header::fvsTags {} |
|
private |
The documentation for this class was generated from the following file: