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

Go to the source code of this file.

Classes

class  Junction
 The Junction class represents the connection point between netlines or traces. More...
 
struct  JunctionListNameProvider
 

Namespaces

 librepcb
 

Typedefs

using JunctionList = SerializableObjectList< Junction, JunctionListNameProvider, Junction::Event >