![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for Pad, including all inherited members.
| buildPreviewGeometries() const noexcept | Pad | |
| ComponentSide enum name | Pad | |
| Function enum name | Pad | |
| getComponentSide() const noexcept | Pad | inline |
| getCopperClearance() const noexcept | Pad | inline |
| getCustomShapeOutline() const noexcept | Pad | inline |
| getFunction() const noexcept | Pad | inline |
| getFunctionDescriptionTr(Function function) noexcept | Pad | static |
| getFunctionIsFiducial() const noexcept | Pad | |
| getFunctionNeedsSoldering() const noexcept | Pad | |
| getGeometry() const noexcept | Pad | |
| getHeight() const noexcept | Pad | inline |
| getHoles() const noexcept | Pad | inline |
| getPosition() const noexcept | Pad | inline |
| getRadius() const noexcept | Pad | inline |
| getRecommendedRadius(const PositiveLength &width, const PositiveLength &height) noexcept | Pad | static |
| getRotation() const noexcept | Pad | inline |
| getShape() const noexcept | Pad | inline |
| getSmtLayer() const noexcept | Pad | |
| getSolderPasteConfig() const noexcept | Pad | inline |
| getStopMaskConfig() const noexcept | Pad | inline |
| getUuid() const noexcept | Pad | inline |
| getWidth() const noexcept | Pad | inline |
| hasAutoBottomSolderPaste() const noexcept | Pad | |
| hasAutoBottomStopMask() const noexcept | Pad | |
| hasAutoTopSolderPaste() const noexcept | Pad | |
| hasAutoTopStopMask() const noexcept | Pad | |
| hasBottomCopper() const noexcept | Pad | |
| hasTopCopper() const noexcept | Pad | |
| isOnLayer(const Layer &layer) const noexcept | Pad | |
| isTht() const noexcept | Pad | |
| mComponentSide | Pad | protected |
| mCopperClearance | Pad | protected |
| mCustomShapeOutline | Pad | protected |
| mFunction | Pad | protected |
| mHeight | Pad | protected |
| mHoles | Pad | protected |
| mPosition | Pad | protected |
| mRadius | Pad | protected |
| mRotation | Pad | protected |
| mShape | Pad | protected |
| mSolderPasteConfig | Pad | protected |
| mStopMaskConfig | Pad | protected |
| mUuid | Pad | protected |
| mWidth | Pad | protected |
| operator!=(const Pad &rhs) const noexcept | Pad | inline |
| operator==(const Pad &rhs) const noexcept | Pad | |
| Pad()=delete | Pad | |
| Pad(const Pad &other) noexcept | Pad | |
| Pad(const Uuid &uuid, const Pad &other) noexcept | Pad | |
| Pad(const Uuid &uuid, const Point &pos, const Angle &rot, Shape shape, const PositiveLength &width, const PositiveLength &height, const UnsignedLimitedRatio &radius, const Path &customShapeOutline, const MaskConfig &autoStopMask, const MaskConfig &autoSolderPaste, const UnsignedLength &copperClearance, ComponentSide side, Function function, const PadHoleList &holes) noexcept | Pad | |
| Pad(const SExpression &node) | Pad | explicit |
| Shape enum name | Pad | |
| ~Pad() noexcept | Pad | virtual |