![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for StrokeText, including all inherited members.
| Event enum name | StrokeText | |
| generatePaths(const StrokeFont &font) const noexcept | StrokeText | |
| generatePaths(const StrokeFont &font, const QString &text) const noexcept | StrokeText | |
| getAlign() const noexcept | StrokeText | inline |
| getAutoRotate() const noexcept | StrokeText | inline |
| getHeight() const noexcept | StrokeText | inline |
| getLayer() const noexcept | StrokeText | inline |
| getLetterSpacing() const noexcept | StrokeText | inline |
| getLineSpacing() const noexcept | StrokeText | inline |
| getMirrored() const noexcept | StrokeText | inline |
| getPosition() const noexcept | StrokeText | inline |
| getRotation() const noexcept | StrokeText | inline |
| getStrokeWidth() const noexcept | StrokeText | inline |
| getText() const noexcept | StrokeText | inline |
| getUuid() const noexcept | StrokeText | inline |
| mAlign | StrokeText | private |
| mAutoRotate | StrokeText | private |
| mHeight | StrokeText | private |
| mLayer | StrokeText | private |
| mLetterSpacing | StrokeText | private |
| mLineSpacing | StrokeText | private |
| mMirrored | StrokeText | private |
| mPosition | StrokeText | private |
| mRotation | StrokeText | private |
| mStrokeWidth | StrokeText | private |
| mText | StrokeText | private |
| mUuid | StrokeText | private |
| onEdited | StrokeText | |
| OnEditedSlot typedef | StrokeText | |
| operator!=(const StrokeText &rhs) const noexcept | StrokeText | inline |
| operator=(const StrokeText &rhs) noexcept | StrokeText | |
| operator==(const StrokeText &rhs) const noexcept | StrokeText | |
| serialize(SExpression &root) const | StrokeText | |
| setAlign(const Alignment &align) noexcept | StrokeText | |
| setAutoRotate(bool autoRotate) noexcept | StrokeText | |
| setHeight(const PositiveLength &height) noexcept | StrokeText | |
| setLayer(const Layer &layer) noexcept | StrokeText | |
| setLetterSpacing(const StrokeTextSpacing &spacing) noexcept | StrokeText | |
| setLineSpacing(const StrokeTextSpacing &spacing) noexcept | StrokeText | |
| setMirrored(bool mirrored) noexcept | StrokeText | |
| setPosition(const Point &pos) noexcept | StrokeText | |
| setRotation(const Angle &rotation) noexcept | StrokeText | |
| setStrokeWidth(const UnsignedLength &strokeWidth) noexcept | StrokeText | |
| setText(const QString &text) noexcept | StrokeText | |
| StrokeText()=delete | StrokeText | |
| StrokeText(const StrokeText &other) noexcept | StrokeText | |
| StrokeText(const Uuid &uuid, const StrokeText &other) noexcept | StrokeText | |
| StrokeText(const Uuid &uuid, const Layer &layer, const QString &text, const Point &pos, const Angle &rotation, const PositiveLength &height, const UnsignedLength &strokeWidth, const StrokeTextSpacing &letterSpacing, const StrokeTextSpacing &lineSpacing, const Alignment &align, bool mirrored, bool autoRotate) noexcept | StrokeText | |
| StrokeText(const SExpression &node) | StrokeText | explicit |
| ~StrokeText() noexcept | StrokeText |