|
enum | ConnectorStyle {
BOX,
NONE,
NC,
BOX,
NONE,
NC
} |
|
enum | NameOrientation {
IN_LINE,
PERPENDICULAR,
HORIZONTAL,
IN_LINE,
PERPENDICULAR,
HORIZONTAL
} |
|
enum | ConnectorStyle {
BOX,
NONE,
NC,
BOX,
NONE,
NC
} |
|
enum | NameOrientation {
IN_LINE,
PERPENDICULAR,
HORIZONTAL,
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 |
|
| 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:
- horizon-eda-1.3.0/src/pool/symbol.hpp
- horizon-eda-1.3.0/src/pool/symbol.cpp