|
| enum class | ConnectorStyle { BOX
, NONE
, NC
} |
| |
| enum class | NameOrientation { IN_LINE
, PERPENDICULAR
, HORIZONTAL
} |
| |
|
|
| SymbolPin (const UUID &uu, const json &j) |
| |
|
| SymbolPin (UUID uu) |
| |
|
Orientation | get_orientation_for_placement (const Placement &p) const |
| |
|
json | serialize () const |
| |
|
UUID | get_uuid () const |
| |
|
|
UUID | uuid |
| |
|
Coord< int64_t > | position |
| |
|
uint64_t | length = 2.5_mm |
| |
|
bool | name_visible = true |
| |
|
bool | pad_visible = true |
| |
|
NameOrientation | name_orientation = NameOrientation::IN_LINE |
| |
|
Orientation | orientation = Orientation::RIGHT |
| |
|
Decoration | decoration |
| |
|
std::string | name |
| |
|
std::string | pad |
| |
|
ConnectorStyle | connector_style = ConnectorStyle::BOX |
| |
|
std::map< UUID, class LineNet * > | connected_net_lines |
| |
|
UUID | net_segment |
| |
|
Pin::Direction | direction = Pin::Direction::BIDIRECTIONAL |
| |
The documentation for this class was generated from the following files: