|
Horizon
|
Classes | |
| class | Connection |
Public Member Functions | |
| Track (const UUID &uu, const json &j, class Board *brd=nullptr) | |
| Track (const UUID &uu) | |
| void | update_refs (class Board &brd) |
| UUID | get_uuid () const |
| bool | coord_on_line (const Coordi &coord) const |
| json | serialize () const |
Public Attributes | |
| UUID | uuid |
| uuid_ptr< Net > | net = nullptr |
| int | layer = 0 |
| uint64_t | width = 0 |
| bool | width_from_rules = true |
| bool | locked = false |
| Connection | from |
| Connection | to |