LibrePCB Developers Documentation
|
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/geometry/zone.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdZoneEdit |
The CmdZoneEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdZoneInsert = CmdListElementInsert< Zone, ZoneListNameProvider, Zone::Event > |
using | CmdZoneRemove = CmdListElementRemove< Zone, ZoneListNameProvider, Zone::Event > |
using | CmdZonesSwap = CmdListElementsSwap< Zone, ZoneListNameProvider, Zone::Event > |