CbmRoot
Loading...
Searching...
No Matches
cbm::qa::report::Figure::Plot Struct Reference

A structure to handle the plot details. More...

#include <CbmQaReportFigure.h>

Collaboration diagram for cbm::qa::report::Figure::Plot:
[legend]

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 = ""
 

Detailed Description

A structure to handle the plot details.

Definition at line 23 of file CbmQaReportFigure.h.

Constructor & Destructor Documentation

◆ Plot() [1/2]

cbm::qa::report::Figure::Plot::Plot ( )
default

◆ Plot() [2/2]

cbm::qa::report::Figure::Plot::Plot ( std::string_view path,
std::string_view caption,
std::string_view label )
inline

Constructor.

Definition at line 27 of file CbmQaReportFigure.h.

Member Data Documentation

◆ fsCaption

std::string cbm::qa::report::Figure::Plot::fsCaption = ""

Definition at line 35 of file CbmQaReportFigure.h.

◆ fsLabel

std::string cbm::qa::report::Figure::Plot::fsLabel = ""

Definition at line 36 of file CbmQaReportFigure.h.

◆ fsPath

std::string cbm::qa::report::Figure::Plot::fsPath = ""

Definition at line 34 of file CbmQaReportFigure.h.


The documentation for this struct was generated from the following file: