![]() |
LibrePCB Developers Documentation
|
#include <text.h>
Collaboration diagram for Text:Public Types | |
| enum class | Event |
| typedef Slot< Text, Event > | OnEditedSlot |
Public Member Functions | |
| Text ()=delete | |
| Text (const Text &other) noexcept | |
| Text (const Uuid &uuid, const Text &other) noexcept | |
| Text (const Uuid &uuid, const Layer &layer, const QString &text, const Point &pos, const Angle &rotation, const PositiveLength &height, const Alignment &align) noexcept | |
| Text (const SExpression &node) | |
| ~Text () 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 Alignment & | getAlign () const noexcept |
| const QString & | getText () 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 | setAlign (const Alignment &align) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const Text &rhs) const noexcept |
| bool | operator!= (const Text &rhs) const noexcept |
| Text & | operator= (const Text &rhs) noexcept |
Public Attributes | |
| Signal< Text, Event > | onEdited |
Private Attributes | |
| Uuid | mUuid |
| const Layer * | mLayer |
| QString | mText |
| Point | mPosition |
| Angle | mRotation |
| PositiveLength | mHeight |
| Alignment | mAlign |
The Text class.
| typedef Slot<Text, Event> OnEditedSlot |
|
strong |
|
delete |
|
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 |
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 |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |