MirrorCommand
MirrorCommand Class Reference
#include <mirrorcommand.h>
Inheritance diagram for MirrorCommand:

Public Member Functions | |
MirrorCommand (bool horizontal, bool vertical) | |
virtual QImage | redo (QImage image) override |
virtual QImage | undo (QImage image) override |
Detailed Description
MirrorCommand that mirror an image horizontally or vertically.
Definition at line 17 of file mirrorcommand.h.
Member Function Documentation
◆ redo()
Applies the change to the document.
Implements UndoCommand.
Definition at line 20 of file mirrorcommand.cpp.
◆ undo()
Revert a change to the document.
Implements UndoCommand.
Definition at line 15 of file mirrorcommand.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:07:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:07:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.