LibrePCB Developers Documentation
|
#include "../../exceptions.h"
#include "../../geometry/padgeometry.h"
#include "../../geometry/padhole.h"
#include "../../geometry/path.h"
#include "../../qtcompat.h"
#include "../../serialization/serializableobjectlist.h"
#include "../../types/angle.h"
#include "../../types/length.h"
#include "../../types/maskconfig.h"
#include "../../types/point.h"
#include "../../types/ratio.h"
#include "../../types/uuid.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | FootprintPad |
The FootprintPad class represents a pad of a footprint. More... | |
struct | FootprintPadListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | FootprintPadList = SerializableObjectList< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
Functions | |
QtCompat::Hash | qHash (const FootprintPad::Function &key, QtCompat::Hash seed=0) noexcept |