represent objects whose layouts just have a position (ports, plots, godleyIcons)
More...
|
| PositionLayout () |
|
| PositionLayout (int id, double x, double y) |
|
template<class T > |
| PositionLayout (int id, const T &item) |
|
| PositionLayout (int id, const schema0::Operation &o) |
|
| PositionLayout (int id, const schema0::Variable &v) |
|
| PositionLayout (int id, const schema0::GroupIcon &g) |
|
| PositionLayout (int id, const schema0::PlotWidget &p) |
|
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 |
|
| Layout (int id=-1) |
|
virtual | ~Layout () |
|
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 |
|
represent objects whose layouts just have a position (ports, plots, godleyIcons)
Definition at line 214 of file schema1.h.