LibrePCB Developers Documentation
netlabel.h File Reference
#include "../serialization/serializableobjectlist.h"
#include "../types/angle.h"
#include "../types/point.h"
#include <QtCore>
+ Include dependency graph for netlabel.h:
+ This graph shows which files directly or indirectly include this file:

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 >