![]() |
LibrePCB Developers Documentation
|
#include "../exceptions.h"#include "../serialization/serializableobjectlist.h"#include "../types/length.h"#include "../types/maskconfig.h"#include "../types/point.h"#include "path.h"#include <QtCore>
Include dependency graph for via.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Via |
| The Via class represents a via of a board. More... | |
| struct | ViaListNameProvider |
Namespaces | |
| namespace | librepcb |
Typedefs | |
| using | ViaList = SerializableObjectList< Via, ViaListNameProvider, Via::Event > |