|
Krita Source Code Documentation
|
Inheritance diagram for RemoveReferenceImagesCommand:Private Attributes | |
| KisDocument * | m_document |
| KisSharedPtr< KisReferenceImagesLayer > | m_layer |
Additional Inherited Members | |
Public Attributes inherited from KoShapeDeleteCommand | |
| KoShapeControllerBase * | controller |
| the shape controller to use for removing/readding | |
| bool | deleteShapes |
| shows if shapes should be deleted when deleting the command | |
| QList< KoShapeContainer * > | oldParents |
| the old parents of the shapes | |
| QList< KoShape * > | shapes |
| the list of shapes to delete | |
Definition at line 53 of file KisReferenceImagesLayer.cpp.
|
inline |
Definition at line 55 of file KisReferenceImagesLayer.cpp.
|
inlineoverridevirtual |
redo the command
Reimplemented from KoShapeDeleteCommand.
Definition at line 62 of file KisReferenceImagesLayer.cpp.
References m_document, m_layer, KoShapeDeleteCommand::redo(), KisDocument::setReferenceImagesLayer(), and KoShapeContainer::shapeCount().
|
inlineoverridevirtual |
revert the actions done in redo
Reimplemented from KoShapeDeleteCommand.
Definition at line 70 of file KisReferenceImagesLayer.cpp.
References KIS_SAFE_ASSERT_RECOVER_NOOP, m_document, m_layer, KisDocument::referenceImagesLayer(), KisDocument::setReferenceImagesLayer(), and KoShapeDeleteCommand::undo().
|
private |
Definition at line 82 of file KisReferenceImagesLayer.cpp.
|
private |
Definition at line 83 of file KisReferenceImagesLayer.cpp.