LibrePCB Developers Documentation
|
The BoardPolygonData class. More...
#include <boardpolygondata.h>
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. More... | |
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 |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
root | Root node to serialize into. |
|
noexcept |
|
inlinenoexcept |
|
default |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |