LibrePCB Developers Documentation
|
#include "../../cmd/cmdlistelementinsert.h"
#include "../../cmd/cmdlistelementremove.h"
#include "../../cmd/cmdlistelementsswap.h"
#include "../../undocommand.h"
#include <librepcb/core/library/cmp/componentsymbolvariant.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdComponentSymbolVariantItemEdit |
The CmdComponentSymbolVariantItemEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdComponentSymbolVariantItemInsert = CmdListElementInsert< ComponentSymbolVariantItem, ComponentSymbolVariantItemListNameProvider, ComponentSymbolVariantItem::Event > |
using | CmdComponentSymbolVariantItemRemove = CmdListElementRemove< ComponentSymbolVariantItem, ComponentSymbolVariantItemListNameProvider, ComponentSymbolVariantItem::Event > |
using | CmdComponentSymbolVariantItemsSwap = CmdListElementsSwap< ComponentSymbolVariantItem, ComponentSymbolVariantItemListNameProvider, ComponentSymbolVariantItem::Event > |