LibrePCB Developers Documentation
cmdzoneedit.h File Reference
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/geometry/zone.h>
#include <QtCore>
+ Include dependency graph for cmdzoneedit.h:
+ This graph shows which files directly or indirectly include this file:

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 >