Normalized RAW tab and enhanced slider behaviour for the RAW tab + Green Equil slider was not listened
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
#include <hsvequalizer.h>
|
||||
#include <rawprocess.h>
|
||||
#include <preprocess.h>
|
||||
#include <darkframe.h>
|
||||
#include <rawcacorrection.h>
|
||||
#include <rawexposure.h>
|
||||
|
||||
class ImageEditorCoordinator;
|
||||
|
||||
@@ -101,6 +104,9 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
HSVEqualizer * hsvequalizer;
|
||||
RawProcess* rawprocess;
|
||||
PreProcess* preprocess;
|
||||
DarkFrame* darkframe;
|
||||
RAWCACorr* rawcacorrection;
|
||||
RAWExposure* rawexposure;
|
||||
|
||||
std::vector<PParamsChangeListener*> paramcListeners;
|
||||
|
||||
@@ -161,6 +167,9 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
void getAutoWB (double& temp, double& green) { if (ipc) ipc->getAutoWB (temp, green); }
|
||||
void getCamWB (double& temp, double& green) { if (ipc) ipc->getCamWB (temp, green); }
|
||||
|
||||
//DFProvider interface
|
||||
rtengine::RawImage* getDF();
|
||||
|
||||
// rotatelistener interface
|
||||
void straightenRequested ();
|
||||
void autoCropRequested ();
|
||||
|
Reference in New Issue
Block a user