Patch from issue 227 (Work In Progress)

This commit is contained in:
natureh 510
2014-01-22 21:18:50 +01:00
parent 8b2eac9a3d
commit a8e3f2cdfa
69 changed files with 4202 additions and 609 deletions

View File

@@ -198,7 +198,7 @@ class ImProcCoordinator : public StagedImageProcessor {
int getPreviewWidth () { return pW; }
int getPreviewHeight () { return pH; }
DetailedCrop* createCrop ();
DetailedCrop* createCrop (::EditDataProvider *editDataProvider);
bool getAutoWB (double& temp, double& green, double equal);
void getCamWB (double& temp, double& green);
@@ -212,7 +212,7 @@ class ImProcCoordinator : public StagedImageProcessor {
void setAutoExpListener (AutoExpListener* ael) {aeListener = ael; }
void setHistogramListener(HistogramListener *h) {hListener = h; }
void setAutoCamListener (AutoCamListener* acl) {acListener = acl; }
void setAutoBWListener (AutoBWListener* abw) {abwListener = abw; }
void setAutoBWListener (AutoBWListener* abw) {abwListener = abw; }
void saveInputICCReference (const Glib::ustring& fname);