|
Krita Source Code Documentation
|
Inheritance diagram for KisSuspendProjectionUpdatesStrokeStrategy::Private::SuspendUpdatesCommand:Public Attributes | |
| Private * | m_d |
Public Attributes inherited from KisSuspendProjectionUpdatesStrokeStrategy::Private::StrokeJobCommand | |
| KisStrokeJobData::Exclusivity | m_exclusivity |
| KisStrokeJobData::Sequentiality | m_sequentiality |
Definition at line 220 of file kis_suspend_projection_updates_stroke_strategy.cpp.
|
inline |
Definition at line 222 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 226 of file kis_suspend_projection_updates_stroke_strategy.cpp.
References KisImage::addProjectionUpdatesFilter(), KisImage::currentProjectionUpdatesFilter(), KisSuspendProjectionUpdatesStrokeStrategy::Private::image, KIS_SAFE_ASSERT_RECOVER_RETURN, m_d, KisSuspendProjectionUpdatesStrokeStrategy::Private::sharedData, toQShared(), and KisWeakSharedPtr< T >::toStrongRef().
|
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 237 of file kis_suspend_projection_updates_stroke_strategy.cpp.
References KisImage::currentProjectionUpdatesFilter(), KisSuspendProjectionUpdatesStrokeStrategy::Private::image, KIS_SAFE_ASSERT_RECOVER_RETURN, m_d, KisSuspendProjectionUpdatesStrokeStrategy::Private::sharedData, KisWeakSharedPtr< T >::toStrongRef(), and KisSuspendProjectionUpdatesStrokeStrategy::Private::tryFetchUsedUpdatesFilter().
| Private* KisSuspendProjectionUpdatesStrokeStrategy::Private::SuspendUpdatesCommand::m_d |
Definition at line 247 of file kis_suspend_projection_updates_stroke_strategy.cpp.