![]() |
LibrePCB Developers Documentation
|
The BoardStrokeTextData class. More...
#include <boardstroketextdata.h>
Collaboration diagram for BoardStrokeTextData:Public Member Functions | |
| BoardStrokeTextData ()=delete | |
| BoardStrokeTextData (const BoardStrokeTextData &other) noexcept | |
| BoardStrokeTextData (const Uuid &uuid, const BoardStrokeTextData &other) noexcept | |
| BoardStrokeTextData (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, bool locked) | |
| BoardStrokeTextData (const SExpression &node) | |
| ~BoardStrokeTextData () 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 |
| bool | isLocked () const noexcept |
| const QString & | getText () const noexcept |
| bool | setUuid (const Uuid &uuid) 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 |
| bool | setLocked (bool locked) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const BoardStrokeTextData &rhs) const noexcept |
| bool | operator!= (const BoardStrokeTextData &rhs) const noexcept |
| BoardStrokeTextData & | operator= (const BoardStrokeTextData &rhs)=default |
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 |
| bool | mLocked |
The BoardStrokeTextData class.
|
delete |
|
noexcept |
|
noexcept |
| BoardStrokeTextData | ( | 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, | ||
| bool | locked | ||
| ) |
|
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 |
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 |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
| void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
| root | Root node to serialize into. |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
|
inlinenoexcept |
|
default |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |