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


Public Member Functions | |
| Group () | |
| Group (int id, const schema0::GroupIcon &g) | |
| note this assumes that ids have been uniquified prior to this call More... | |
Public Member Functions inherited from schema1::SPoly< Group, 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 > | items |
| vector< int > | ports |
| vector< int > | createdVars |
| string | name |
Public Attributes inherited from schema1::Item | |
| int | id |
| string | detailedText |
| commentary and short commentary on this item More... | |
| string | tooltip |
|
inline |
note this assumes that ids have been uniquified prior to this call
Definition at line 173 of file schema1.h.
References schema0::GroupIcon::variables.