Flat field: Show auto calculated clip control value in ui
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
// add other info here
|
||||
};
|
||||
|
||||
class FlatField : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel
|
||||
class FlatField : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel, public rtengine::FlatFieldAutoClipListener
|
||||
{
|
||||
|
||||
protected:
|
||||
@@ -58,6 +58,7 @@ protected:
|
||||
bool b_filter_asCurrent;
|
||||
bool israw;
|
||||
|
||||
IdleRegister idle_register;
|
||||
public:
|
||||
|
||||
FlatField ();
|
||||
@@ -80,6 +81,7 @@ public:
|
||||
{
|
||||
ffp = p;
|
||||
};
|
||||
void flatFieldAutoClipValueChanged(int n = 0);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user