LibrePCB Developers Documentation
|
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/attribute/attribute.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdAttributeEdit |
The CmdAttributeEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdAttributeInsert = CmdListElementInsert< Attribute, AttributeListNameProvider, Attribute::Event > |
using | CmdAttributeRemove = CmdListElementRemove< Attribute, AttributeListNameProvider, Attribute::Event > |
using | CmdAttributesSwap = CmdListElementsSwap< Attribute, AttributeListNameProvider, Attribute::Event > |