LibrePCB Developers Documentation
|
This is the complete list of members for SI_Symbol, including all inherited members.
addText(SI_Text &text) | SI_Symbol | |
addToSchematic() override | SI_Symbol | virtual |
attributesChanged() | SI_Symbol | signal |
checkAttributesValidity() const noexcept | SI_Symbol | private |
Event enum name | SI_Symbol | |
getCircuit() const noexcept | SI_Base | |
getComponentInstance() const noexcept | SI_Symbol | inline |
getCompSymbVarItem() const noexcept | SI_Symbol | inline |
getDefaultTexts() const noexcept | SI_Symbol | |
getLibSymbol() const noexcept | SI_Symbol | inline |
getMirrored() const noexcept | SI_Symbol | inline |
getName() const noexcept | SI_Symbol | |
getPin(const Uuid &pinUuid) const noexcept | SI_Symbol | inline |
getPins() const noexcept | SI_Symbol | inline |
getPosition() const noexcept | SI_Symbol | inline |
getProject() const noexcept | SI_Base | |
getRotation() const noexcept | SI_Symbol | inline |
getSchematic() const noexcept | SI_Base | inline |
getTexts() const noexcept | SI_Symbol | inline |
getUuid() const noexcept | SI_Symbol | inline |
isAddedToSchematic() const noexcept | SI_Base | inlinevirtual |
mComponentInstance | SI_Symbol | private |
mIsAddedToSchematic | SI_Base | private |
mMirrored | SI_Symbol | private |
mPins | SI_Symbol | private |
mPosition | SI_Symbol | private |
mRotation | SI_Symbol | private |
mSchematic | SI_Base | protected |
mSymbol | SI_Symbol | private |
mSymbVarItem | SI_Symbol | private |
mTexts | SI_Symbol | private |
mUuid | SI_Symbol | private |
onEdited | SI_Symbol | |
OnEditedSlot typedef | SI_Symbol | |
operator=(const SI_Symbol &rhs)=delete | SI_Symbol | |
librepcb::SI_Base::operator=(const SI_Base &rhs)=delete | SI_Base | |
removeFromSchematic() override | SI_Symbol | virtual |
removeText(SI_Text &text) | SI_Symbol | |
serialize(SExpression &root) const | SI_Symbol | |
setMirrored(bool newMirrored) noexcept | SI_Symbol | |
setPosition(const Point &newPos) noexcept | SI_Symbol | |
setRotation(const Angle &newRotation) noexcept | SI_Symbol | |
SI_Base()=delete | SI_Base | |
SI_Base(const SI_Base &other)=delete | SI_Base | |
SI_Base(Schematic &schematic) noexcept | SI_Base | |
SI_Symbol()=delete | SI_Symbol | |
SI_Symbol(const SI_Symbol &other)=delete | SI_Symbol | |
SI_Symbol(Schematic &schematic, const Uuid &uuid, ComponentInstance &cmpInstance, const Uuid &symbolItem, const Point &position, const Angle &rotation, bool mirrored, bool loadInitialTexts) | SI_Symbol | |
textAdded(SI_Text &text) | SI_Symbol | signal |
textRemoved(SI_Text &text) | SI_Symbol | signal |
~SI_Base() noexcept | SI_Base | virtual |
~SI_Symbol() noexcept | SI_Symbol |