![]() |
LibrePCB Developers Documentation
|
The BI_StrokeText class. More...
#include <bi_stroketext.h>
Inheritance diagram for BI_StrokeText:
Collaboration diagram for BI_StrokeText:Public Types | |
| enum class | Event |
| typedef Slot< BI_StrokeText, Event > | OnEditedSlot |
Public Member Functions | |
| BI_StrokeText ()=delete | |
| BI_StrokeText (const BI_StrokeText &other)=delete | |
| BI_StrokeText (Board &board, const BoardStrokeTextData &data) | |
| ~BI_StrokeText () noexcept | |
| const BoardStrokeTextData & | getData () const noexcept |
| const StrokeFont & | getFont () const noexcept |
| const QString & | getSubstitutedText () const noexcept |
| const QVector< Path > & | getPaths () 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 |
| bool | setLocked (bool locked) noexcept |
| BI_Device * | getDevice () const noexcept |
| void | setDevice (BI_Device *device) noexcept |
| void | addToBoard () override |
| void | removeFromBoard () override |
| BI_StrokeText & | operator= (const BI_StrokeText &rhs)=delete |
Public Member Functions inherited from BI_Base | |
| BI_Base ()=delete | |
| BI_Base (const BI_Base &other)=delete | |
| BI_Base (Board &board) noexcept | |
| virtual | ~BI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Board & | getBoard () const noexcept |
| virtual bool | isAddedToBoard () const noexcept |
| BI_Base & | operator= (const BI_Base &rhs)=delete |
Public Attributes | |
| Signal< BI_StrokeText, Event > | onEdited |
Private Member Functions | |
| void | updateText () noexcept |
| void | updatePaths () noexcept |
| void | invalidatePlanes (const Layer &layer) noexcept |
Private Attributes | |
| BoardStrokeTextData | mData |
| const StrokeFont & | mFont |
| BI_Device * | mDevice |
| QString | mSubstitutedText |
| QVector< Path > | mPaths |
| Without transformation (position/rotation/mirror) | |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
| Board & | mBoard |
The BI_StrokeText class.
| typedef Slot<BI_StrokeText, Event> OnEditedSlot |
|
strong |
|
delete |
|
delete |
| BI_StrokeText | ( | Board & | board, |
| const BoardStrokeTextData & | data | ||
| ) |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
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:
|
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:
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:| Signal<BI_StrokeText, Event> onEdited |
|
private |
|
private |
|
private |
|
private |
|
private |
Without transformation (position/rotation/mirror)