Normalized RAW tab and enhanced slider behaviour for the RAW tab + Green Equil slider was not listened

This commit is contained in:
Hombre
2011-02-18 00:57:08 +01:00
parent 06f885d7e2
commit 01401c20a6
44 changed files with 1039 additions and 451 deletions

View File

@@ -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 ();