|
Minsky: 3.17.0
|
#include <schema3.h>


Public Member Functions | |
| ItemBase () | |
| ItemBase (int id, const minsky::Item &it, const std::vector< int > &ports) | |
| ItemBase (const schema2::Item &it, const std::string &type="Item") | |
Public Member Functions inherited from minsky::PlotOptions< Note > | |
| 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 | itemTabX =nan("") |
| float | itemTabY =nan("") |
| float | scaleFactor =1 |
| scale factor of item on canvas, or within group More... | |
| double | rotation =0 |
| rotation of icon, in degrees More... | |
| float | width =10 |
| float | height =10 |
| std::vector< int > | ports |
| bool | bookmark =false |
Public Attributes inherited from minsky::PlotOptions< Note > | |
| 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 |
| bool schema3::ItemBase::bookmark =false |
Definition at line 76 of file schema3.h.
Referenced by schema3::populateItem().
| float schema3::ItemBase::height =10 |
Definition at line 74 of file schema3.h.
Referenced by schema3::populateItem().
| std::vector<int> schema3::ItemBase::ports |
Definition at line 75 of file schema3.h.
Referenced by schema3::populateItem().
| double schema3::ItemBase::rotation =0 |
rotation of icon, in degrees
Definition at line 73 of file schema3.h.
Referenced by schema3::populateItem().
| float schema3::ItemBase::scaleFactor =1 |
scale factor of item on canvas, or within group
Definition at line 72 of file schema3.h.
Referenced by schema3::populateItem().
| float schema3::ItemBase::width =10 |
Definition at line 74 of file schema3.h.
Referenced by schema3::populateItem().
| float schema3::ItemBase::x =0 |
Definition at line 70 of file schema3.h.
Referenced by schema3::populateItem().
| float schema3::ItemBase::y =0 |
position in canvas, or within group
Definition at line 70 of file schema3.h.
Referenced by schema3::populateItem().