LibrePCB Developers Documentation
|
#include "../../cmd/cmdlistelementsswap.h"
#include "../../undocommand.h"
#include <librepcb/core/project/circuit/assemblyvariant.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdAssemblyVariantEdit |
The CmdAssemblyVariantEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdAssemblyVariantsSwap = CmdListElementsSwap< AssemblyVariant, AssemblyVariantListNameProvider, AssemblyVariant::Event > |