![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for SymbolPin, including all inherited members.
| Event enum name | SymbolPin | |
| getDefaultNameAlignment() noexcept | SymbolPin | inlinestatic |
| getDefaultNameHeight() noexcept | SymbolPin | inlinestatic |
| getDefaultNamePosition(const UnsignedLength &length) noexcept | SymbolPin | inlinestatic |
| getLength() const noexcept | SymbolPin | inline |
| getName() const noexcept | SymbolPin | inline |
| getNameAlignment() const noexcept | SymbolPin | inline |
| getNameHeight() const noexcept | SymbolPin | inline |
| getNamePosition() const noexcept | SymbolPin | inline |
| getNameRotation() const noexcept | SymbolPin | inline |
| getNumbersAlignment(bool flipped) noexcept | SymbolPin | inlinestatic |
| getNumbersHeight() noexcept | SymbolPin | inlinestatic |
| getNumbersPosition(bool flipped) const noexcept | SymbolPin | |
| getPosition() const noexcept | SymbolPin | inline |
| getRotation() const noexcept | SymbolPin | inline |
| getUuid() const noexcept | SymbolPin | inline |
| mLength | SymbolPin | private |
| mName | SymbolPin | private |
| mNameAlignment | SymbolPin | private |
| mNameHeight | SymbolPin | private |
| mNamePosition | SymbolPin | private |
| mNameRotation | SymbolPin | private |
| mPosition | SymbolPin | private |
| mRotation | SymbolPin | private |
| mUuid | SymbolPin | private |
| onEdited | SymbolPin | |
| OnEditedSlot typedef | SymbolPin | |
| operator!=(const SymbolPin &rhs) const noexcept | SymbolPin | inline |
| operator=(const SymbolPin &rhs) noexcept | SymbolPin | |
| operator==(const SymbolPin &rhs) const noexcept | SymbolPin | |
| serialize(SExpression &root) const | SymbolPin | |
| setLength(const UnsignedLength &length) noexcept | SymbolPin | |
| setName(const CircuitIdentifier &name) noexcept | SymbolPin | |
| setNameAlignment(const Alignment &align) noexcept | SymbolPin | |
| setNameHeight(const PositiveLength &height) noexcept | SymbolPin | |
| setNamePosition(const Point &position) noexcept | SymbolPin | |
| setNameRotation(const Angle &rotation) noexcept | SymbolPin | |
| setPosition(const Point &pos) noexcept | SymbolPin | |
| setRotation(const Angle &rotation) noexcept | SymbolPin | |
| SymbolPin()=delete | SymbolPin | |
| SymbolPin(const SymbolPin &other) noexcept | SymbolPin | |
| SymbolPin(const Uuid &uuid, const SymbolPin &other) noexcept | SymbolPin | |
| SymbolPin(const Uuid &uuid, const CircuitIdentifier &name, const Point &position, const UnsignedLength &length, const Angle &rotation, const Point &namePosition, const Angle &nameRotation, const PositiveLength &nameHeight, const Alignment &nameAlign) noexcept | SymbolPin | |
| SymbolPin(const SExpression &node) | SymbolPin | explicit |
| ~SymbolPin() noexcept | SymbolPin |