|
Krita Source Code Documentation
|
The command for deselection the global selection of KisImage. More...
#include <kis_reselect_global_selection_command.h>
Inheritance diagram for KisReselectGlobalSelectionCommand: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 14 of file kis_reselect_global_selection_command.h.
| KisReselectGlobalSelectionCommand::KisReselectGlobalSelectionCommand | ( | KisImageWSP | image, |
| KUndo2Command * | parent = nullptr ) |
Constructor
| image | the image |
| parent | the parent command |
Definition at line 20 of file kis_reselect_global_selection_command.cpp.
|
override |
Definition at line 26 of file kis_reselect_global_selection_command.cpp.
|
overridevirtual |
Implements KisCommandUtils::AggregateCommand.
Definition at line 30 of file kis_reselect_global_selection_command.cpp.
References KisCommandUtils::AggregateCommand::addCommand(), KisImageGlobalSelectionManagementInterface::deselectedGlobalSelection(), KisCommandUtils::FlipFlopCommand::FINALIZING, KisImage::globalSelectionManagementInterface(), KisCommandUtils::FlipFlopCommand::INITIALIZING, KIS_SAFE_ASSERT_RECOVER_RETURN, KisNode::lastChild(), m_image, KisNodeFacade::root, KisImage::rootLayer(), KisLayer::selectionMask(), and KisWeakSharedPtr< T >::toStrongRef().
|
protected |
Definition at line 28 of file kis_reselect_global_selection_command.h.