![]() |
LibrePCB Developers Documentation
|
The StrokeText class. More...
#include <stroketext.h>
Collaboration diagram for StrokeText:Public Types | |
| enum class | Event |
| typedef Slot< StrokeText, Event > | OnEditedSlot |
Public Member Functions | |
| StrokeText ()=delete | |
| StrokeText (const StrokeText &other) noexcept | |
| StrokeText (const Uuid &uuid, const StrokeText &other) noexcept | |
| 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 (const SExpression &node) | |
| ~StrokeText () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Layer & | getLayer () const noexcept |
| const Point & | getPosition () const noexcept |
| const Angle & | getRotation () const noexcept |
| const PositiveLength & | getHeight () const noexcept |
| const UnsignedLength & | getStrokeWidth () const noexcept |
| const StrokeTextSpacing & | getLetterSpacing () const noexcept |
| const StrokeTextSpacing & | getLineSpacing () const noexcept |
| const Alignment & | getAlign () const noexcept |
| bool | getMirrored () const noexcept |
| bool | getAutoRotate () const noexcept |
| const QString & | getText () const noexcept |
| QVector< Path > | generatePaths (const StrokeFont &font) const noexcept |
| QVector< Path > | generatePaths (const StrokeFont &font, const QString &text) const noexcept |
| bool | setLayer (const Layer &layer) noexcept |
| bool | setText (const QString &text) noexcept |
| bool | setPosition (const Point &pos) noexcept |
| bool | setRotation (const Angle &rotation) noexcept |
| bool | setHeight (const PositiveLength &height) noexcept |
| bool | setStrokeWidth (const UnsignedLength &strokeWidth) noexcept |
| bool | setLetterSpacing (const StrokeTextSpacing &spacing) noexcept |
| bool | setLineSpacing (const StrokeTextSpacing &spacing) noexcept |
| bool | setAlign (const Alignment &align) noexcept |
| bool | setMirrored (bool mirrored) noexcept |
| bool | setAutoRotate (bool autoRotate) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const StrokeText &rhs) const noexcept |
| bool | operator!= (const StrokeText &rhs) const noexcept |
| StrokeText & | operator= (const StrokeText &rhs) noexcept |
Public Attributes | |
| Signal< StrokeText, Event > | onEdited |
Private Attributes | |
| Uuid | mUuid |
| const Layer * | mLayer |
| QString | mText |
| Point | mPosition |
| Angle | mRotation |
| PositiveLength | mHeight |
| UnsignedLength | mStrokeWidth |
| StrokeTextSpacing | mLetterSpacing |
| StrokeTextSpacing | mLineSpacing |
| Alignment | mAlign |
| bool | mMirrored |
| bool | mAutoRotate |
The StrokeText class.
| typedef Slot<StrokeText, Event> OnEditedSlot |
|
strong |
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
|
explicit |
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the call graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:| void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
| root | Root node to serialize into. |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
|
noexcept |
| Signal<StrokeText, Event> onEdited |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |