LibrePCB Developers Documentation
|
This is the complete list of members for BoardClipperPathGenerator, including all inherited members.
addCircle(const Data::Circle &circle, const Transform &transform, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addCopper(const Data &data, const Layer &layer, const QSet< tl::optional< Uuid > > &netsignals, bool ignorePlanes=false) | BoardClipperPathGenerator | |
addHole(const PositiveLength &diameter, const NonEmptyPath &path, const Transform &transform=Transform(), const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addPad(const Data::Pad &pad, const Layer &layer, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addPlane(const QVector< Path > &fragments) | BoardClipperPathGenerator | |
addPolygon(const Path &path, const UnsignedLength &lineWidth, bool filled, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addStopMaskOpenings(const Data &data, const Layer &layer, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addStrokeText(const Data::StrokeText &strokeText, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addTrace(const Data::Trace &trace, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
addVia(const Data::Via &via, const Length &offset=Length(0)) | BoardClipperPathGenerator | |
BoardClipperPathGenerator(const PositiveLength &maxArcTolerance) noexcept | BoardClipperPathGenerator | explicit |
Data typedef | BoardClipperPathGenerator | |
getPaths() const noexcept | BoardClipperPathGenerator | inline |
mMaxArcTolerance | BoardClipperPathGenerator | private |
mPaths | BoardClipperPathGenerator | private |
takePathsTo(ClipperLib::Paths &out) noexcept | BoardClipperPathGenerator | |
~BoardClipperPathGenerator() noexcept | BoardClipperPathGenerator |