Public Member Functions | |
~QGuiHistogram () | |
Default destructor. | |
void | SetXVariable (const std::string &x) |
Set x-variable. | |
void | SetXMin (double xmin) |
Set x-min. | |
void | SetXMax (double xmax) |
Set x-max. | |
void | SetNumberOfBins (int nbins) |
Set number of bins. | |
void | SetBinWidth (double width) |
Set bin width. | |
void | SetCut (const std::string &cut) |
Set cut. | |
Private Member Functions | |
QGuiHistogram () | |
Default constructor. | |
std::string | Dump () const |
Dump to string to write to session file. | |
Private Attributes | |
std::string | fXVariable |
Variable for histogram. | |
std::string | fXMin |
x-min | |
std::string | fXMax |
std::string | fNumberOfBins |
Number of bins. | |
std::string | fBinWidth |
Bin width. | |
std::vector< std::string > | fCuts |
Cuts. | |
Friends | |
class | QGuiSession |
std::string QGuiHistogram::fXMax [private] |