CmdListElementsSwap()=delete | CmdListElementsSwap< T, P, OnEditedArgs > | |
CmdListElementsSwap(const CmdListElementsSwap &other)=delete | CmdListElementsSwap< T, P, OnEditedArgs > | |
CmdListElementsSwap(SerializableObjectList< T, P, OnEditedArgs... > &list, int i, int j) noexcept | CmdListElementsSwap< T, P, OnEditedArgs > | inline |
execute() final | UndoCommand | virtual |
getText() const noexcept | UndoCommand | inline |
isCurrentlyExecuted() const noexcept | UndoCommand | inline |
mI | CmdListElementsSwap< T, P, OnEditedArgs > | private |
mIsExecuted | UndoCommand | private |
mJ | CmdListElementsSwap< T, P, OnEditedArgs > | private |
mList | CmdListElementsSwap< T, P, OnEditedArgs > | private |
mRedoCount | UndoCommand | private |
mText | UndoCommand | private |
mUndoCount | UndoCommand | private |
operator=(const CmdListElementsSwap &rhs)=delete | CmdListElementsSwap< T, P, OnEditedArgs > | |
librepcb::editor::UndoCommand::operator=(const UndoCommand &rhs)=delete | UndoCommand | |
performExecute() override | CmdListElementsSwap< T, P, OnEditedArgs > | inlineprivatevirtual |
performRedo() override | CmdListElementsSwap< T, P, OnEditedArgs > | inlineprivatevirtual |
performUndo() override | CmdListElementsSwap< T, P, OnEditedArgs > | inlineprivatevirtual |
redo() final | UndoCommand | virtual |
undo() final | UndoCommand | virtual |
UndoCommand()=delete | UndoCommand | |
UndoCommand(const UndoCommand &other)=delete | UndoCommand | |
UndoCommand(const QString &text) noexcept | UndoCommand | explicit |
wasEverExecuted() const noexcept | UndoCommand | inline |
wasEverReverted() const noexcept | UndoCommand | inline |
~CmdListElementsSwap() noexcept | CmdListElementsSwap< T, P, OnEditedArgs > | inline |
~UndoCommand() noexcept | UndoCommand | virtual |