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

Go to the source code of this file.

Classes

class  NetLineAnchor
 The NetLineAnchor class. More...
 
struct  NetLineAnchor::PinAnchor
 
class  NetLine
 The NetLine class represents a net line within a schematic. More...
 
struct  NetLineListNameProvider
 

Namespaces

 librepcb
 

Typedefs

using NetLineList = SerializableObjectList< NetLine, NetLineListNameProvider, NetLine::Event >
 

Functions

QtCompat::Hash qHash (const NetLineAnchor &key, QtCompat::Hash seed=0) noexcept