LibrePCB Developers Documentation
|
#include "../geometry/path.h"
#include "../serialization/serializableobjectlist.h"
#include "../types/length.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | PadHole |
The PadHole class. More... | |
struct | PadHoleListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | PadHoleList = SerializableObjectList< PadHole, PadHoleListNameProvider, PadHole::Event > |