LibrePCB Developers Documentation
|
#include "schematiceditorstate_drawpolygon.h"
#include "../../../cmd/cmdpolygonedit.h"
#include "../../../editorcommandset.h"
#include "../../../undostack.h"
#include "../../../utils/toolbarproxy.h"
#include "../../../widgets/graphicsview.h"
#include "../../../widgets/layercombobox.h"
#include "../../../widgets/unsignedlengthedit.h"
#include "../../cmd/cmdschematicpolygonadd.h"
#include "../schematiceditor.h"
#include <librepcb/core/project/project.h>
#include <librepcb/core/project/schematic/items/si_polygon.h>
#include <librepcb/core/project/schematic/schematic.h>
#include <librepcb/core/types/layer.h>
#include <QtCore>
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |