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) |
virtual 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 | is_air = false |
bool | locked = false |
Connection | from |
Connection | to |