Minsky
|
#include <plotOptions.h>
Public Member Functions | |
PlotOptions ()=default | |
PlotOptions (const Base &x) | |
PlotOptions & | operator= (const PlotWidget &plot) |
void | applyPlotOptions (PlotWidget &plot) const |
Public Attributes | |
Optional< std::string > | name |
Optional< bool > | logx |
Optional< bool > | logy |
Optional< bool > | ypercent |
Optional< bool > | grid |
Optional< bool > | subgrid |
Optional< minsky::PlotWidget::PlotType > | plotType |
Optional< std::string > | xlabel |
Optional< std::string > | ylabel |
Optional< std::string > | y1label |
Optional< int > | nxTicks |
Optional< int > | nyTicks |
Optional< double > | xtickAngle |
Optional< double > | exp_threshold |
double | xmin =nan("") |
double | xmax =nan("") |
double | ymin =nan("") |
double | ymax =nan("") |
double | y1min =nan("") |
double | y1max =nan("") |
unsigned | symbolEvery =1 |
Optional< ecolab::Plot::Side > | legend |
Optional< LegendGeometry > | legendGeometry |
Optional< std::vector< ecolab::Plot::LineStyle > > | palette |
Optional< std::vector< std::string > > | horizontalMarkers |
Optional< std::vector< std::string > > | verticalMarkers |
Definition at line 45 of file plotOptions.h.
|
default |
|
inline |
Definition at line 48 of file plotOptions.h.
|
inline |
Definition at line 90 of file plotOptions.h.
Referenced by minsky::Canvas::addPlot(), and schema3::populateItem().
|
inline |
Definition at line 61 of file plotOptions.h.
Optional<double> minsky::PlotOptions< Base >::exp_threshold |
Definition at line 54 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<bool> minsky::PlotOptions< Base >::grid |
Definition at line 50 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::vector<std::string> > minsky::PlotOptions< Base >::horizontalMarkers |
Definition at line 60 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<ecolab::Plot::Side> minsky::PlotOptions< Base >::legend |
Definition at line 57 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<LegendGeometry> minsky::PlotOptions< Base >::legendGeometry |
Definition at line 58 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<bool> minsky::PlotOptions< Base >::logx |
Definition at line 50 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<bool> minsky::PlotOptions< Base >::logy |
Definition at line 50 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::string> minsky::PlotOptions< Base >::name |
Definition at line 49 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), minsky::PlotOptions< Note >::operator=(), and schema3::populateItem().
Optional<int> minsky::PlotOptions< Base >::nxTicks |
Definition at line 53 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<int> minsky::PlotOptions< Base >::nyTicks |
Definition at line 53 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::vector<ecolab::Plot::LineStyle> > minsky::PlotOptions< Base >::palette |
Definition at line 59 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<minsky::PlotWidget::PlotType> minsky::PlotOptions< Base >::plotType |
Definition at line 51 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<bool> minsky::PlotOptions< Base >::subgrid |
Definition at line 50 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
unsigned minsky::PlotOptions< Base >::symbolEvery =1 |
Definition at line 56 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::vector<std::string> > minsky::PlotOptions< Base >::verticalMarkers |
Definition at line 60 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::string> minsky::PlotOptions< Base >::xlabel |
Definition at line 52 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
double minsky::PlotOptions< Base >::xmax =nan("") |
Definition at line 55 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
double minsky::PlotOptions< Base >::xmin =nan("") |
Definition at line 55 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<double> minsky::PlotOptions< Base >::xtickAngle |
Definition at line 54 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::string> minsky::PlotOptions< Base >::y1label |
Definition at line 52 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
double minsky::PlotOptions< Base >::y1max =nan("") |
Definition at line 55 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
double minsky::PlotOptions< Base >::y1min =nan("") |
Definition at line 55 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<std::string> minsky::PlotOptions< Base >::ylabel |
Definition at line 52 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
double minsky::PlotOptions< Base >::ymax =nan("") |
Definition at line 55 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
double minsky::PlotOptions< Base >::ymin =nan("") |
Definition at line 55 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().
Optional<bool> minsky::PlotOptions< Base >::ypercent |
Definition at line 50 of file plotOptions.h.
Referenced by minsky::PlotOptions< Note >::applyPlotOptions(), and minsky::PlotOptions< Note >::operator=().