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

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 >