CbmRoot
|
A structure to handle the plot details. More...
#include <CbmQaReportFigure.h>
Public Member Functions | |
Plot ()=default | |
Plot (std::string_view path, std::string_view caption, std::string_view label) | |
Constructor. | |
Public Attributes | |
std::string | fsPath = "" |
std::string | fsCaption = "" |
std::string | fsLabel = "" |
A structure to handle the plot details.
Definition at line 23 of file CbmQaReportFigure.h.
|
default |
|
inline |
Constructor.
Definition at line 27 of file CbmQaReportFigure.h.
std::string cbm::qa::report::Figure::Plot::fsCaption = "" |
Definition at line 35 of file CbmQaReportFigure.h.
std::string cbm::qa::report::Figure::Plot::fsLabel = "" |
Definition at line 36 of file CbmQaReportFigure.h.
std::string cbm::qa::report::Figure::Plot::fsPath = "" |
Definition at line 34 of file CbmQaReportFigure.h.