![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for CmdImageEdit, including all inherited members.
| CmdImageEdit()=delete | CmdImageEdit | |
| CmdImageEdit(const CmdImageEdit &other)=delete | CmdImageEdit | |
| CmdImageEdit(Image &image) noexcept | CmdImageEdit | explicit |
| execute() final | UndoCommand | virtual |
| getText() const noexcept | UndoCommand | inline |
| isCurrentlyExecuted() const noexcept | UndoCommand | inline |
| mImage | CmdImageEdit | private |
| mirror(Qt::Orientation orientation, const Point ¢er, bool immediate) noexcept | CmdImageEdit | |
| mirror(const Angle &rotation, const Point ¢er, bool immediate) noexcept | CmdImageEdit | |
| mIsExecuted | UndoCommand | private |
| mNewBorderWidth | CmdImageEdit | private |
| mNewFileName | CmdImageEdit | private |
| mNewHeight | CmdImageEdit | private |
| mNewPosition | CmdImageEdit | private |
| mNewRotation | CmdImageEdit | private |
| mNewWidth | CmdImageEdit | private |
| mOldBorderWidth | CmdImageEdit | private |
| mOldFileName | CmdImageEdit | private |
| mOldHeight | CmdImageEdit | private |
| mOldPosition | CmdImageEdit | private |
| mOldRotation | CmdImageEdit | private |
| mOldWidth | CmdImageEdit | private |
| mRedoCount | UndoCommand | private |
| mText | UndoCommand | protected |
| mUndoCount | UndoCommand | private |
| operator=(const CmdImageEdit &rhs)=delete | CmdImageEdit | |
| librepcb::editor::UndoCommand::operator=(const UndoCommand &rhs)=delete | UndoCommand | |
| performExecute() override | CmdImageEdit | privatevirtual |
| performRedo() override | CmdImageEdit | privatevirtual |
| performUndo() override | CmdImageEdit | privatevirtual |
| redo() final | UndoCommand | virtual |
| rotate(const Angle &angle, const Point ¢er, bool immediate) noexcept | CmdImageEdit | |
| setBorderWidth(const std::optional< UnsignedLength > &width, bool immediate) noexcept | CmdImageEdit | |
| setFileName(const FileProofName &name, bool immediate) noexcept | CmdImageEdit | |
| setHeight(const PositiveLength &height, bool immediate) noexcept | CmdImageEdit | |
| setPosition(const Point &pos, bool immediate) noexcept | CmdImageEdit | |
| setRotation(const Angle &angle, bool immediate) noexcept | CmdImageEdit | |
| setWidth(const PositiveLength &width, bool immediate) noexcept | CmdImageEdit | |
| snapToGrid(const PositiveLength &gridInterval, bool immediate) noexcept | CmdImageEdit | |
| translate(const Point &deltaPos, bool immediate) noexcept | CmdImageEdit | |
| 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 |
| ~CmdImageEdit() noexcept | CmdImageEdit | |
| ~UndoCommand() noexcept | UndoCommand | virtual |