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

Go to the source code of this file.

Classes

class  Polygon
 The Polygon class. More...
 
struct  PolygonListNameProvider
 

Namespaces

 librepcb
 

Typedefs

using PolygonList = SerializableObjectList< Polygon, PolygonListNameProvider, Polygon::Event >