|
Horizon
|
Displays the junction's Net name it is attached to. More...
#include <net_label.hpp>
Public Types | |
| enum class | Style { PLAIN , FLAG } |
Public Member Functions | |
| NetLabel (const UUID &uu, const json &j, class Sheet *sheet=nullptr) | |
| NetLabel (const UUID &uu) | |
| json | serialize () const |
Public Attributes | |
| UUID | uuid |
| Style | style = Style::FLAG |
| uuid_ptr< class SchematicJunction > | junction |
| Orientation | orientation = Orientation::RIGHT |
| uint64_t | size = 1.5_mm |
| std::set< unsigned int > | on_sheets |
| bool | offsheet_refs = true |
| bool | show_port = false |
| UUID | last_net |
Displays the junction's Net name it is attached to.
A net label doesn't 'force' its Net on the attached junction, it merely tells its Net name.