Horizon
|
Classes | |
class | Connection |
Public Types | |
enum | End { TO, FROM } |
Public Member Functions | |
Track (const UUID &uu, const json &j, class Board &brd) | |
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 |
UUID | net_segment = UUID() |
int | layer = 0 |
uint64_t | width = 0 |
bool | width_from_rules = true |
bool | is_air = false |
bool | locked = false |
Connection | from |
Connection | to |