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


Public Types | |
| typedef ecolab::Plot::Side | Side |
Public Member Functions | |
| Plot () | |
| Plot (int id, const schema0::PlotWidget &p) | |
Public Member Functions inherited from schema1::SPoly< schema1::Plot, Item > | |
| SPoly & | operator= (const SPoly &)=default |
| SPoly * | clone () const override |
| string | type () const override |
| void | xml_pack (xml_pack_t &x, const string &d) const override |
| void | xml_unpack (xml_unpack_t &x, const string &d) override |
| void | json_pack (json_pack_t &x, const string &d) const override |
| void | json_unpack (json_unpack_t &x, const string &d) override |
Public Member Functions inherited from schema1::Item | |
| Item (int id=-1) | |
| template<class T > | |
| Item (int id, const T &it) | |
| string | typeName () const |
Public Member Functions inherited from schema1::SPoly< Item, SPolyBase > | |
| SPoly & | operator= (const SPoly &)=default |
| SPoly * | clone () const override |
| string | type () const override |
| void | xml_pack (xml_pack_t &x, const string &d) const override |
| void | xml_unpack (xml_unpack_t &x, const string &d) override |
| void | json_pack (json_pack_t &x, const string &d) const override |
| void | json_unpack (json_unpack_t &x, const string &d) override |
Public Attributes | |
| vector< int > | ports |
| shared_ptr< Side > | legend |
| bool | logx {0} |
| bool | logy {0} |
| string | title |
| string | xlabel |
| string | ylabel |
| string | y1label |
Public Attributes inherited from schema1::Item | |
| int | id |
| string | detailedText |
| commentary and short commentary on this item More... | |
| string | tooltip |
| typedef ecolab::Plot::Side schema1::Plot::Side |
|
inline |
| shared_ptr<Side> schema1::Plot::legend |
Definition at line 154 of file schema1.h.
Referenced by schema2::Item::Item().
| bool schema1::Plot::logx {0} |
Definition at line 155 of file schema1.h.
Referenced by schema2::Item::Item().
| bool schema1::Plot::logy {0} |
Definition at line 155 of file schema1.h.
Referenced by schema2::Item::Item().
| vector<int> schema1::Plot::ports |
Definition at line 153 of file schema1.h.
Referenced by schema2::Item::Item().
| string schema1::Plot::xlabel |
Definition at line 156 of file schema1.h.
Referenced by schema2::Item::Item().
| string schema1::Plot::y1label |
Definition at line 156 of file schema1.h.
Referenced by schema2::Item::Item().
| string schema1::Plot::ylabel |
Definition at line 156 of file schema1.h.
Referenced by schema2::Item::Item().