Minsky
|
represents layouts of wires More...
#include <schema1.h>
Public Member Functions | |
WireLayout () | |
WireLayout (int id, const schema0::Wire &wire) | |
![]() | |
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 |
![]() | |
VisibilityLayout (bool visible=true) | |
template<class T > | |
VisibilityLayout (const T &item) | |
VisibilityLayout (const schema0::Operation &item) | |
VisibilityLayout (const schema0::Variable &item) | |
VisibilityLayout (const schema0::GroupIcon &item) | |
Public Attributes | |
vector< float > | coords |
![]() | |
int | id |
![]() | |
bool | visible |
|
inline |
Definition at line 262 of file schema1.h.
vector<float> schema1::WireLayout::coords |
Definition at line 259 of file schema1.h.
Referenced by schema2::Wire::addLayout().