Batch queue/preview stability enhancements; see issue #611

This commit is contained in:
Oliver Duis
2011-04-02 11:12:22 +02:00
parent 5af8524ae2
commit 0de4f199f0
20 changed files with 138 additions and 139 deletions

View File

@@ -44,6 +44,7 @@ class CropHandler : public rtengine::DetailedCropListener, public rtengine::Size
unsigned char* cropimg;
int cropimg_width, cropimg_height, cix, ciy, ciw, cih, cis;
bool initial;
bool isLowUpdatePriority;
rtengine::StagedImageProcessor* ipc;
rtengine::DetailedCrop* crop;
@@ -75,6 +76,8 @@ class CropHandler : public rtengine::DetailedCropListener, public rtengine::Size
void setEnabled (bool e);
bool getEnabled ();
void setIsLowUpdatePriority(bool p) { isLowUpdatePriority=p; }
// DetailedCropListener interface
void setDetailedCrop (rtengine::IImage8* im, rtengine::procparams::CropParams cp, int cx, int cy, int cw, int ch, int skip);
bool getWindow (int& cwx, int& cwy, int& cww, int& cwh, int& cskip);