Introducing TweakOperator, for better tool's special mode handling
This commit is contained in:
@@ -40,6 +40,10 @@ public:
|
||||
virtual void refreshPreview(const rtengine::ProcEvent& event) = 0;
|
||||
/// @brief Used to notify all listeners that a parameters has been effectively changed
|
||||
virtual void panelChanged(const rtengine::ProcEvent& event, const Glib::ustring& descr) = 0;
|
||||
/// @brief Set the TweakOperator to the StagedImageProcessor, to let some tool enter into special modes
|
||||
virtual void setTweakOperator (rtengine::TweakOperator *tOperator) = 0;
|
||||
/// @brief Unset the TweakOperator to the StagedImageProcessor
|
||||
virtual void unsetTweakOperator (rtengine::TweakOperator *tOperator) = 0;
|
||||
};
|
||||
|
||||
/// @brief This class control the space around the group of tools inside a tab, as well as the space separating each tool. */
|
||||
|
Reference in New Issue
Block a user