Public Member Functions | |
~QGuiScatterPlot () | |
Default destructor. | |
void | SetXVariable (std::string x) |
Set x-variable. | |
void | SetYVariable (std::string y) |
Set y-variable. | |
void | SetCut (std::string cut) |
Set cut. | |
Private Member Functions | |
QGuiScatterPlot () | |
Default constructor. | |
std::string | Dump () const |
Dump to string to write to session file. | |
Private Attributes | |
std::string | fXVariable |
x-variable | |
std::string | fYVariable |
y-variable | |
std::vector< std::string > | fCuts |
Cuts. | |
Friends | |
class | QGuiSession |