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


Public Member Functions | |
| Group () | |
| Group (int id, const minsky::Group &g) | |
| Group (const schema2::Group &g) | |
Public Member Functions inherited from schema3::Item | |
| void | packTensorInit (const minsky::VariableBase &) |
| Item () | |
| Item (int id, const minsky::Item &it, const std::vector< int > &ports) | |
| Item (int id, const minsky::VariableBase &v, const std::vector< int > &ports) | |
| Item (int id, const minsky::OperationBase &o, const std::vector< int > &ports) | |
| Item (int id, const minsky::GodleyIcon &g, const std::vector< int > &ports) | |
| Item (int id, const minsky::PlotWidget &p, const std::vector< int > &ports) | |
| Item (int id, const minsky::SwitchIcon &s, const std::vector< int > &ports) | |
| Item (int id, const minsky::Group &g, const std::vector< int > &ports) | |
| Item (const schema2::Item &it) | |
Public Member Functions inherited from schema3::ItemBase | |
| 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 | |
| vector< int > | items |
| int | displayPlot =-1 |
| Optional< vector< int > > | inVariables |
| Optional< vector< int > > | outVariables |
Public Attributes inherited from schema3::Item | |
| Optional< std::string > | init |
| Optional< std::string > | units |
| Optional< Slider > | slider |
| bool | miniPlot =false |
| Optional< int > | intVar |
| Optional< std::string > | url |
| Optional< minsky::DataSpecSchema > | csvDataSpec |
| Optional< std::map< double, double > > | dataOpData |
| Optional< std::string > | expression |
| Optional< std::string > | filename |
| Optional< schema2::RavelState > | ravelState |
| Optional< int > | lockGroup |
| Optional< std::set< std::string > > | lockGroupHandles |
| Optional< minsky::Dimensions > | dimensions |
| Optional< std::string > | axis |
| Optional< double > | arg |
| Optional< std::vector< std::vector< std::string > > > | data |
| Optional< std::vector< minsky::GodleyAssetClass::AssetClass > > | assetClasses |
| Optional< bool > | editorMode |
| Optional< bool > | buttonDisplay |
| Optional< bool > | variableDisplay |
| Optional< string > | currency |
| Optional< minsky::ShowSlice > | showSlice |
| Optional< minsky::ShowSlice > | showColSlice |
| Optional< std::vector< minsky::Bookmark > > | bookmarks |
| Optional< classdesc::CDATA > | tensorData |
| Optional< std::vector< ecolab::Plot::LineStyle > > | palette |
Public Attributes inherited from schema3::ItemBase | |
| 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from schema3::Item | |
| static Optional< classdesc::CDATA > | convertTensorDataFromSchema2 (const Optional< classdesc::CDATA > &) |
|
inline |
|
inline |