Horizon
|
GND symbols and the like. More...
#include <power_symbol.hpp>
Public Member Functions | |
PowerSymbol (const UUID &uu, const json &j, class Sheet *sheet=nullptr, class Block *block=nullptr) | |
PowerSymbol (const UUID &uu) | |
void | mirrorx () |
virtual UUID | get_uuid () const |
void | update_refs (Sheet &sheet, Block &block) |
json | serialize () const |
Public Attributes | |
UUID | uuid |
uuid_ptr< Junction > | junction |
uuid_ptr< Net > | net |
bool | mirror = false |
Orientation | orientation = Orientation::DOWN |
bool | temp |
GND symbols and the like.
A PowerSymbol is associated with a power Net and will make its junction connected to this Net.