LibrePCB Developers Documentation
|
#include "../serialization/serializableobjectlist.h"
#include "../types/layer.h"
#include "../types/length.h"
#include "path.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | Polygon |
The Polygon class. More... | |
struct | PolygonListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | PolygonList = SerializableObjectList< Polygon, PolygonListNameProvider, Polygon::Event > |