|
Krita Source Code Documentation
|
Inheritance diagram for KisSuspendProjectionUpdatesStrokeStrategy::Private::ResumeAndIssueGraphUpdatesCommand:Public Attributes | |
| Private * | m_d |
Public Attributes inherited from KisSuspendProjectionUpdatesStrokeStrategy::Private::StrokeJobCommand | |
| KisStrokeJobData::Exclusivity | m_exclusivity |
| KisStrokeJobData::Sequentiality | m_sequentiality |
Definition at line 251 of file kis_suspend_projection_updates_stroke_strategy.cpp.
|
inline |
Definition at line 253 of file kis_suspend_projection_updates_stroke_strategy.cpp.
|
inlineoverridevirtual |
Applies a change to the document. This function must be implemented in the derived class. Calling KUndo2QStack::push(), KUndo2QStack::undo() or KUndo2QStack::redo() from this function leads to undefined behavior.
The default implementation calls redo() on all child commands.
Reimplemented from KUndo2Command.
Definition at line 257 of file kis_suspend_projection_updates_stroke_strategy.cpp.
References KisImage::currentProjectionUpdatesFilter(), KisImage::disableUIUpdates(), KisSuspendProjectionUpdatesStrokeStrategy::Private::image, KIS_SAFE_ASSERT_RECOVER_RETURN, m_d, KisSuspendProjectionUpdatesStrokeStrategy::Private::sharedData, KisWeakSharedPtr< T >::toStrongRef(), KisSuspendProjectionUpdatesStrokeStrategy::Private::tryFetchUsedUpdatesFilter(), and KisSuspendProjectionUpdatesStrokeStrategy::Private::tryIssueRecordedDirtyRequests().
|
inlineoverridevirtual |
Reverts a change to the document. After undo() is called, the state of the document should be the same as before redo() was called. This function must be implemented in the derived class. Calling KUndo2QStack::push(), KUndo2QStack::undo() or KUndo2QStack::redo() from this function leads to undefined behavior.
The default implementation calls undo() on all child commands in reverse order.
Reimplemented from KUndo2Command.
Definition at line 268 of file kis_suspend_projection_updates_stroke_strategy.cpp.
References KisImage::addProjectionUpdatesFilter(), KisImage::currentProjectionUpdatesFilter(), KisImage::enableUIUpdates(), KisSuspendProjectionUpdatesStrokeStrategy::Private::image, KIS_SAFE_ASSERT_RECOVER_RETURN, m_d, KisSuspendProjectionUpdatesStrokeStrategy::Private::sharedData, toQShared(), and KisWeakSharedPtr< T >::toStrongRef().
| Private* KisSuspendProjectionUpdatesStrokeStrategy::Private::ResumeAndIssueGraphUpdatesCommand::m_d |
Definition at line 279 of file kis_suspend_projection_updates_stroke_strategy.cpp.