krita/image
KisDeselectGlobalSelectionCommand Class Reference
The command for deselection the global selection of KisImage. More...
#include <kis_deselect_global_selection_command.h>
Inheritance diagram for KisDeselectGlobalSelectionCommand:

Public Member Functions | |
| KisDeselectGlobalSelectionCommand (KisImageWSP image, QUndoCommand *parent=0) | |
| virtual | ~KisDeselectGlobalSelectionCommand () |
| virtual void | redo () |
| virtual void | undo () |
Detailed Description
The command for deselection the global selection of KisImage.
Definition at line 27 of file kis_deselect_global_selection_command.h.
Constructor & Destructor Documentation
| KisDeselectGlobalSelectionCommand::KisDeselectGlobalSelectionCommand | ( | KisImageWSP | image, | |
| QUndoCommand * | parent = 0 | |||
| ) |
Constructor.
- Parameters:
-
image the image parent the parent command
Definition at line 29 of file kis_deselect_global_selection_command.cpp.
| KisDeselectGlobalSelectionCommand::~KisDeselectGlobalSelectionCommand | ( | ) | [virtual] |
Definition at line 35 of file kis_deselect_global_selection_command.cpp.
Member Function Documentation
| void KisDeselectGlobalSelectionCommand::redo | ( | ) | [virtual] |
Reimplemented from QUndoCommand.
Definition at line 39 of file kis_deselect_global_selection_command.cpp.
| void KisDeselectGlobalSelectionCommand::undo | ( | ) | [virtual] |
Reimplemented from QUndoCommand.
Definition at line 55 of file kis_deselect_global_selection_command.cpp.
The documentation for this class was generated from the following files:
