![]() |
LibrePCB Developers Documentation
|
The BoardPolygonData class. More...
#include <boardpolygondata.h>
Collaboration diagram for BoardPolygonData:Public Member Functions | |
| BoardPolygonData ()=delete | |
| BoardPolygonData (const BoardPolygonData &other) noexcept | |
| BoardPolygonData (const Uuid &uuid, const BoardPolygonData &other) noexcept | |
| BoardPolygonData (const Uuid &uuid, const Layer &layer, const UnsignedLength &lineWidth, const Path &path, bool fill, bool isGrabArea, bool locked) noexcept | |
| BoardPolygonData (const SExpression &node) | |
| ~BoardPolygonData () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Layer & | getLayer () const noexcept |
| const UnsignedLength & | getLineWidth () const noexcept |
| const Path & | getPath () const noexcept |
| bool | isFilled () const noexcept |
| bool | isGrabArea () const noexcept |
| bool | isLocked () const noexcept |
| bool | setLayer (const Layer &layer) noexcept |
| bool | setLineWidth (const UnsignedLength &width) noexcept |
| bool | setPath (const Path &path) noexcept |
| bool | setIsFilled (bool isFilled) noexcept |
| bool | setIsGrabArea (bool isGrabArea) noexcept |
| bool | setLocked (bool locked) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const BoardPolygonData &rhs) const noexcept |
| bool | operator!= (const BoardPolygonData &rhs) const noexcept |
| BoardPolygonData & | operator= (const BoardPolygonData &rhs)=default |
Private Attributes | |
| Uuid | mUuid |
| const Layer * | mLayer |
| UnsignedLength | mLineWidth |
| Path | mPath |
| bool | mIsFilled |
| bool | mIsGrabArea |
| bool | mLocked |
The BoardPolygonData class.
|
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 |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
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:
|
noexcept |
|
inlinenoexcept |
|
default |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |