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>
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 > |