20#ifndef LIBREPCB_CORE_FOOTPRINTPAD_H
21#define LIBREPCB_CORE_FOOTPRINTPAD_H
26#include "../../exceptions.h"
27#include "../../geometry/padgeometry.h"
28#include "../../geometry/padhole.h"
29#include "../../geometry/path.h"
30#include "../../qtcompat.h"
31#include "../../serialization/serializableobjectlist.h"
32#include "../../types/angle.h"
33#include "../../types/length.h"
34#include "../../types/maskconfig.h"
35#include "../../types/point.h"
36#include "../../types/ratio.h"
37#include "../../types/uuid.h"
87 PackagePadUuidChanged,
94 CustomShapeOutlineChanged,
95 StopMaskConfigChanged,
96 SolderPasteConfigChanged,
97 CopperClearanceChanged,
148 bool isTht() const noexcept;
186 bool operator==(const
FootprintPad& rhs) const noexcept;
188 return !(*
this == rhs);
199 const std::shared_ptr<const PadHole>& hole,
The Angle class is used to represent an angle (for example 12.75 degrees)
Definition: angle.h:78
The Layer class provides all supported geometry layers.
Definition: layer.h:42
The MaskConfig class defines how to add automatic stop mask or solder paste.
Definition: maskconfig.h:45
The PadGeometry class describes the shape of a pad.
Definition: padgeometry.h:46
The Path class represents a list of vertices connected by straight lines or circular arc segments.
Definition: path.h:58
The Point class is used to represent a point/coordinate/vector, for example (1.2mm; 5....
Definition: point.h:79
uint Hash
Return type of Qt's qHash() function.
Definition: qtcompat.h:58
The SExpression class.
Definition: sexpression.h:69
Event
Definition: serializableobjectlist.h:126
The Signal class is used to emit signals on non-QObject derived classes.
Definition: signalslot.h:65
The Uuid class is a replacement for QUuid to get UUID strings without {} braces.
Definition: uuid.h:58
Definition: occmodel.cpp:77
type_safe::constrained_type< Length, PositiveLengthConstraint, PositiveLengthVerifier > PositiveLength
Definition: length.h:812
QtCompat::Hash qHash(const AttributeKey &key, QtCompat::Hash seed=0) noexcept
Definition: attributekey.h:119
type_safe::constrained_type< Length, UnsignedLengthConstraint, UnsignedLengthVerifier > UnsignedLength
Definition: length.h:696
QtCompat::Hash qHash(const FootprintPad::Function &key, QtCompat::Hash seed=0) noexcept
Definition: footprintpad.h:233
type_safe::constrained_type< Ratio, UnsignedLimitedRatioConstraint, UnsignedLimitedRatioVerifier > UnsignedLimitedRatio
Definition: ratio.h:378