![]() |
LibrePCB Developers Documentation
|
#include <circle.h>
Collaboration diagram for Circle:Public Types | |
| enum class | Event |
| typedef Slot< Circle, Event > | OnEditedSlot |
Public Member Functions | |
| Circle ()=delete | |
| Circle (const Circle &other) noexcept | |
| Circle (const Uuid &uuid, const Circle &other) noexcept | |
| Circle (const Uuid &uuid, const Layer &layer, const UnsignedLength &lineWidth, bool fill, bool isGrabArea, const Point ¢er, const PositiveLength &diameter) noexcept | |
| Circle (const SExpression &node) | |
| ~Circle () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Layer & | getLayer () const noexcept |
| const UnsignedLength & | getLineWidth () const noexcept |
| bool | isFilled () const noexcept |
| bool | isGrabArea () const noexcept |
| const Point & | getCenter () const noexcept |
| const PositiveLength & | getDiameter () const noexcept |
| bool | setLayer (const Layer &layer) noexcept |
| bool | setLineWidth (const UnsignedLength &width) noexcept |
| bool | setIsFilled (bool isFilled) noexcept |
| bool | setIsGrabArea (bool isGrabArea) noexcept |
| bool | setCenter (const Point ¢er) noexcept |
| bool | setDiameter (const PositiveLength &dia) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const Circle &rhs) const noexcept |
| bool | operator!= (const Circle &rhs) const noexcept |
| Circle & | operator= (const Circle &rhs) noexcept |
Public Attributes | |
| Signal< Circle, Event > | onEdited |
Private Attributes | |
| Uuid | mUuid |
| const Layer * | mLayer |
| UnsignedLength | mLineWidth |
| bool | mIsFilled |
| bool | mIsGrabArea |
| Point | mCenter |
| PositiveLength | mDiameter |
The Circle class.
| typedef Slot<Circle, Event> OnEditedSlot |
|
strong |
|
delete |
|
noexcept |
|
explicit |
|
noexcept |
|
inlinenoexcept |
|
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 |