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