|
Krita Source Code Documentation
|
The command for deselection the global selection of KisImage. More...
#include <kis_deselect_global_selection_command.h>
Inheritance diagram for KisDeselectGlobalSelectionCommand:Protected Attributes | |
| KisImageWSP | m_image |
Additional Inherited Members | |
Protected Member Functions inherited from KisCommandUtils::AggregateCommand | |
| void | addCommand (KUndo2Command *cmd) |
The command for deselection the global selection of KisImage.
Definition at line 15 of file kis_deselect_global_selection_command.h.
| KisDeselectGlobalSelectionCommand::KisDeselectGlobalSelectionCommand | ( | KisImageWSP | image, |
| KUndo2Command * | parent = 0 ) |
Constructor
| image | the image |
| parent | the parent command |
Definition at line 20 of file kis_deselect_global_selection_command.cpp.
|
override |
Definition at line 26 of file kis_deselect_global_selection_command.cpp.
|
overridevirtual |
Implements KisCommandUtils::AggregateCommand.
Definition at line 30 of file kis_deselect_global_selection_command.cpp.
References KisCommandUtils::AggregateCommand::addCommand(), KisCommandUtils::FlipFlopCommand::FINALIZING, KisCommandUtils::FlipFlopCommand::INITIALIZING, KIS_SAFE_ASSERT_RECOVER_RETURN, m_image, KisImage::rootLayer(), KisLayer::selectionMask(), and KisWeakSharedPtr< T >::toStrongRef().
|
protected |
Definition at line 29 of file kis_deselect_global_selection_command.h.