| CmdListElementInsert()=delete | CmdListElementInsert< T, P, OnEditedArgs > | |
| CmdListElementInsert(const CmdListElementInsert &other)=delete | CmdListElementInsert< T, P, OnEditedArgs > | |
| CmdListElementInsert(SerializableObjectList< T, P, OnEditedArgs... > &list, const std::shared_ptr< T > &element, int index=-1) noexcept | CmdListElementInsert< T, P, OnEditedArgs > | inline |
| execute() final | UndoCommand | virtual |
| getText() const noexcept | UndoCommand | inline |
| isCurrentlyExecuted() const noexcept | UndoCommand | inline |
| mElement | CmdListElementInsert< T, P, OnEditedArgs > | private |
| mIndex | CmdListElementInsert< T, P, OnEditedArgs > | private |
| mIsExecuted | UndoCommand | private |
| mList | CmdListElementInsert< T, P, OnEditedArgs > | private |
| mRedoCount | UndoCommand | private |
| mText | UndoCommand | private |
| mUndoCount | UndoCommand | private |
| operator=(const CmdListElementInsert &rhs)=delete | CmdListElementInsert< T, P, OnEditedArgs > | |
| librepcb::editor::UndoCommand::operator=(const UndoCommand &rhs)=delete | UndoCommand | |
| performExecute() override | CmdListElementInsert< T, P, OnEditedArgs > | inlineprivatevirtual |
| performRedo() override | CmdListElementInsert< T, P, OnEditedArgs > | inlineprivatevirtual |
| performUndo() override | CmdListElementInsert< 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 |
| ~CmdListElementInsert() noexcept | CmdListElementInsert< T, P, OnEditedArgs > | inline |
| ~UndoCommand() noexcept | UndoCommand | virtual |