Minsky
|
#include <schema2.h>
Public Member Functions | |
ItemBase () | |
ItemBase (int id, const minsky::Item &it, const std::vector< int > &ports) | |
ItemBase (const schema1::Item &it, const std::string &type="Item") | |
![]() | |
PlotOptions ()=default | |
PlotOptions (const Note &x) | |
PlotOptions & | operator= (const PlotWidget &plot) |
void | applyPlotOptions (PlotWidget &plot) const |
Public Attributes | |
int | id =-1 |
std::string | type |
float | x =0 |
float | y =0 |
position in canvas, or within group More... | |
float | zoomFactor =1 |
double | rotation =0 |
rotation of icon, in degrees More... | |
std::vector< int > | ports |
![]() | |
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 |
double | xmax |
double | ymin |
double | ymax |
double | y1min |
double | y1max |
unsigned | symbolEvery |
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 |
|
inline |
|
inline |
std::vector<int> schema2::ItemBase::ports |
Definition at line 75 of file schema2.h.
Referenced by schema2::Item::Item().
double schema2::ItemBase::rotation =0 |
float schema2::ItemBase::y =0 |