Merged RTEngine enhancements from DEFAULT
This commit is contained in:
@@ -34,6 +34,8 @@ using namespace procparams;
|
||||
|
||||
class Crop;
|
||||
|
||||
// Manages the image processing, espc. of the preview windows
|
||||
// There is one ImProcCoordinator per edit panel
|
||||
class ImProcCoordinator : public StagedImageProcessor {
|
||||
|
||||
friend class Crop;
|
||||
@@ -95,7 +97,7 @@ class ImProcCoordinator : public StagedImageProcessor {
|
||||
void progress (Glib::ustring str, int pr);
|
||||
void reallocAll ();
|
||||
void updateHistograms (int x1, int y1, int x2, int y2);
|
||||
void setScale (int prevscale, bool internal=false);
|
||||
void setScale (int prevscale);
|
||||
void updatePreviewImage (int todo, Crop* cropCall= NULL);
|
||||
|
||||
Glib::Mutex mProcessing;
|
||||
@@ -129,8 +131,7 @@ class ImProcCoordinator : public StagedImageProcessor {
|
||||
void setPreviewScale (int scale) { setScale (scale); }
|
||||
int getPreviewScale () { return scale; }
|
||||
|
||||
void fullUpdatePreviewImage ();
|
||||
void fullUpdateDetailedCrops ();
|
||||
//void fullUpdatePreviewImage ();
|
||||
|
||||
int getFullWidth () { return fullw; }
|
||||
int getFullHeight () { return fullh; }
|
||||
|
Reference in New Issue
Block a user