LibrePCB Developers Documentation
Polygon Member List

This is the complete list of members for Polygon, including all inherited members.

Event enum namePolygon
getLayer() const noexceptPolygoninline
getLineWidth() const noexceptPolygoninline
getPath() const noexceptPolygoninline
getPathForRendering() const noexceptPolygon
getUuid() const noexceptPolygoninline
isFilled() const noexceptPolygoninline
isGrabArea() const noexceptPolygoninline
mIsFilledPolygonprivate
mIsGrabAreaPolygonprivate
mLayerPolygonprivate
mLineWidthPolygonprivate
mPathPolygonprivate
mUuidPolygonprivate
onEditedPolygon
OnEditedSlot typedefPolygon
operator!=(const Polygon &rhs) const noexceptPolygoninline
operator=(const Polygon &rhs) noexceptPolygon
operator==(const Polygon &rhs) const noexceptPolygon
Polygon()=deletePolygon
Polygon(const Polygon &other) noexceptPolygon
Polygon(const Uuid &uuid, const Polygon &other) noexceptPolygon
Polygon(const Uuid &uuid, const Layer &layer, const UnsignedLength &lineWidth, bool fill, bool isGrabArea, const Path &path) noexceptPolygon
Polygon(const SExpression &node)Polygonexplicit
serialize(SExpression &root) constPolygon
setIsFilled(bool isFilled) noexceptPolygon
setIsGrabArea(bool isGrabArea) noexceptPolygon
setLayer(const Layer &layer) noexceptPolygon
setLineWidth(const UnsignedLength &width) noexceptPolygon
setPath(const Path &path) noexceptPolygon
~Polygon() noexceptPolygon