LibrePCB Developers Documentation
|
This is the complete list of members for Text, including all inherited members.
Event enum name | Text | |
getAlign() const noexcept | Text | inline |
getHeight() const noexcept | Text | inline |
getLayer() const noexcept | Text | inline |
getPosition() const noexcept | Text | inline |
getRotation() const noexcept | Text | inline |
getText() const noexcept | Text | inline |
getUuid() const noexcept | Text | inline |
mAlign | Text | private |
mHeight | Text | private |
mLayer | Text | private |
mPosition | Text | private |
mRotation | Text | private |
mText | Text | private |
mUuid | Text | private |
onEdited | Text | |
OnEditedSlot typedef | Text | |
operator!=(const Text &rhs) const noexcept | Text | inline |
operator=(const Text &rhs) noexcept | Text | |
operator==(const Text &rhs) const noexcept | Text | |
serialize(SExpression &root) const | Text | |
setAlign(const Alignment &align) noexcept | Text | |
setHeight(const PositiveLength &height) noexcept | Text | |
setLayer(const Layer &layer) noexcept | Text | |
setPosition(const Point &pos) noexcept | Text | |
setRotation(const Angle &rotation) noexcept | Text | |
setText(const QString &text) noexcept | Text | |
Text()=delete | Text | |
Text(const Text &other) noexcept | Text | |
Text(const Uuid &uuid, const Text &other) noexcept | Text | |
Text(const Uuid &uuid, const Layer &layer, const QString &text, const Point &pos, const Angle &rotation, const PositiveLength &height, const Alignment &align) noexcept | Text | |
Text(const SExpression &node) | Text | explicit |
~Text() noexcept | Text |