|
Horizon
|
Make a Bus member's Net available on the schematic. More...
#include <bus_ripper.hpp>
Public Member Functions | |
| BusRipper (const UUID &uu, const json &j, class Sheet &sheet, class Block &block) | |
| BusRipper (const UUID &uu, const json &j) | |
| BusRipper (const UUID &uu) | |
| UUID | get_uuid () const |
| void | mirror () |
| void | update_refs (class Sheet &sheet, class Block &block) |
| Coordi | get_connector_pos () const |
| json | serialize () const |
Public Attributes | |
| UUID | uuid |
| uuid_ptr< class SchematicJunction > | junction |
| Orientation | orientation = Orientation::UP |
| uuid_ptr< Bus > | bus = nullptr |
| uuid_ptr< Bus::Member > | bus_member = nullptr |
| std::vector< UUID > | connections |
| UUID | net_segment |