Public Member Functions | |
cells (entity_system::entity_system &system) | |
const entity_system::vector_property < std::string > & | names () const |
std::string | name (entity_system::entity e) const |
const std::vector < entity_system::entity > & | pins (entity_system::entity cell) const |
bool | sequential (entity_system::entity cell) const |
void | name (entity_system::entity e, std::string name) |
void | insert_pin (entity_system::entity cell, entity_system::entity pin) |
void | pins (entity_system::entity cell, std::vector< entity_system::entity > pins) |
void | sequential (entity_system::entity cell, bool sequential) |