LibrePCB Developers Documentation
|
#include "../serialization/serializableobjectlist.h"
#include "../types/angle.h"
#include "../types/point.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | NetLabel |
The NetLabel class represents a net text label of a schematic. More... | |
struct | NetLabelListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | NetLabelList = SerializableObjectList< NetLabel, NetLabelListNameProvider, NetLabel::Event > |