![]() |
Diana Software
|
Scatter plot data for GUI session. More...
Public Member Functions | |
| QGuiScatterPlot () | |
| Default constructor. More... | |
| ~QGuiScatterPlot () | |
| Default destructor. More... | |
| void | SetXVariable (std::string x) |
| Set x-variable. More... | |
| void | SetYVariable (std::string y) |
| Set y-variable. More... | |
| void | SetCut (std::string cut) |
| Set cut. More... | |
Public Member Functions inherited from QGuiSessionItem | |
| virtual | ~QGuiSessionItem () |
| Default destructor. More... | |
| void | SetName (const std::string &name) |
| Set name. More... | |
Private Member Functions | |
| std::string | Dump () const |
| Dump to string to write to session file. More... | |
Private Attributes | |
| std::string | fXVariable |
| x-variable More... | |
| std::string | fYVariable |
| y-variable More... | |
| std::vector< std::string > | fCuts |
| Cuts. More... | |
Friends | |
| class | QGuiSession |
Additional Inherited Members | |
Protected Member Functions inherited from QGuiSessionItem | |
| QGuiSessionItem () | |
| Default constructor. More... | |
Protected Attributes inherited from QGuiSessionItem | |
| std::string | fName |
| Name. More... | |
Scatter plot data for GUI session.
Definition at line 13 of file QGuiScatterPlot.hh.
| QGuiScatterPlot::QGuiScatterPlot | ( | ) |
Default constructor.
Definition at line 10 of file QGuiScatterPlot.cc.
| QGuiScatterPlot::~QGuiScatterPlot | ( | ) |
Default destructor.
Definition at line 14 of file QGuiScatterPlot.cc.
|
privatevirtual |
Dump to string to write to session file.
Reimplemented from QGuiSessionItem.
Definition at line 18 of file QGuiScatterPlot.cc.
References CUT_KEY, fCuts, QGuiSessionItem::fName, fXVariable, fYVariable, NAME_KEY, SCATTER_PLOT_KEY, X_VARIABLE_KEY, and Y_VARIABLE_KEY.
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 36 of file QGuiScatterPlot.hh.
|
private |
|
private |
x-variable
Definition at line 30 of file QGuiScatterPlot.hh.
Referenced by Dump(), and SetXVariable().
|
private |
y-variable
Definition at line 32 of file QGuiScatterPlot.hh.
Referenced by Dump(), and SetYVariable().