![]() |
LibrePCB Developers Documentation
|
#include "../fileio/cmd/cmdlistelementinsert.h"
#include "../fileio/cmd/cmdlistelementremove.h"
#include "../fileio/cmd/cmdlistelementsswap.h"
#include "../fileio/serializableobjectlist.h"
#include "../graphics/graphicslayername.h"
#include "../units/all_length_units.h"
#include "path.h"
#include <QtCore>
#include <QtWidgets>
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 > |
using | CmdPolygonInsert = CmdListElementInsert< Polygon, PolygonListNameProvider, Polygon::Event > |
using | CmdPolygonRemove = CmdListElementRemove< Polygon, PolygonListNameProvider, Polygon::Event > |
using | CmdPolygonsSwap = CmdListElementsSwap< Polygon, PolygonListNameProvider, Polygon::Event > |