|
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 () |
| UUID | get_uuid () const |
| void | update_refs (Sheet &sheet, Block &block) |
| json | serialize () const |
Public Attributes | |
| UUID | uuid |
| uuid_ptr< class SchematicJunction > | junction |
| uuid_ptr< class Net > | net |
| bool | mirror = false |
| Orientation | orientation = Orientation::DOWN |
GND symbols and the like.
A PowerSymbol is associated with a power Net and will make its junction connected to this Net.