![]() |
LibrePCB Developers Documentation
|
#include "../../geometry/circle.h"#include "../../geometry/hole.h"#include "../../geometry/polygon.h"#include "../../geometry/stroketext.h"#include "../../geometry/zone.h"#include "../../serialization/serializablekeyvaluemap.h"#include "../../serialization/serializableobjectlist.h"#include "footprintpad.h"#include <QtCore>
Include dependency graph for footprint.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Footprint |
| The Footprint class represents one footprint variant of a package. More... | |
| struct | FootprintListNameProvider |
Namespaces | |
| namespace | librepcb |
Typedefs | |
| using | FootprintList = SerializableObjectList< Footprint, FootprintListNameProvider, Footprint::Event > |