LibrePCB Developers Documentation
|
This is the complete list of members for Polygon, including all inherited members.
Event enum name | Polygon | |
getLayer() const noexcept | Polygon | inline |
getLineWidth() const noexcept | Polygon | inline |
getPath() const noexcept | Polygon | inline |
getPathForRendering() const noexcept | Polygon | |
getUuid() const noexcept | Polygon | inline |
isFilled() const noexcept | Polygon | inline |
isGrabArea() const noexcept | Polygon | inline |
mIsFilled | Polygon | private |
mIsGrabArea | Polygon | private |
mLayer | Polygon | private |
mLineWidth | Polygon | private |
mPath | Polygon | private |
mUuid | Polygon | private |
onEdited | Polygon | |
OnEditedSlot typedef | Polygon | |
operator!=(const Polygon &rhs) const noexcept | Polygon | inline |
operator=(const Polygon &rhs) noexcept | Polygon | |
operator==(const Polygon &rhs) const noexcept | Polygon | |
Polygon()=delete | Polygon | |
Polygon(const Polygon &other) noexcept | Polygon | |
Polygon(const Uuid &uuid, const Polygon &other) noexcept | Polygon | |
Polygon(const Uuid &uuid, const Layer &layer, const UnsignedLength &lineWidth, bool fill, bool isGrabArea, const Path &path) noexcept | Polygon | |
Polygon(const SExpression &node) | Polygon | explicit |
serialize(SExpression &root) const | Polygon | |
setIsFilled(bool isFilled) noexcept | Polygon | |
setIsGrabArea(bool isGrabArea) noexcept | Polygon | |
setLayer(const Layer &layer) noexcept | Polygon | |
setLineWidth(const UnsignedLength &width) noexcept | Polygon | |
setPath(const Path &path) noexcept | Polygon | |
~Polygon() noexcept | Polygon |