Fixed Auto Levels Clip malfunction issue 2104
This commit is contained in:
@@ -264,6 +264,12 @@ namespace rtengine {
|
||||
|
||||
};
|
||||
|
||||
class AutoHLListener {
|
||||
public :
|
||||
virtual ~AutoHLListener() {}
|
||||
virtual void HLChanged (bool hlrbool) {}
|
||||
|
||||
};
|
||||
|
||||
/** This class represents a detailed part of the image (looking through a kind of window).
|
||||
* It can be created and destroyed with the appropriate members of StagedImageProcessor.
|
||||
@@ -346,6 +352,7 @@ namespace rtengine {
|
||||
virtual void setPreviewImageListener (PreviewImageListener* l) =0;
|
||||
virtual void setAutoCamListener (AutoCamListener* l) =0;
|
||||
virtual void setAutoBWListener (AutoBWListener* l) =0;
|
||||
virtual void setAutoHLListener (AutoHLListener* l) =0;
|
||||
|
||||
virtual ~StagedImageProcessor () {}
|
||||
|
||||
|
Reference in New Issue
Block a user