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

@@ -88,7 +88,6 @@ class Crop : public Gtk::VBox, public CropGUIListener, public FoldableToolPanel,
void notifyListener ();
void sizeChanged (int w, int h, int ow, int oh);
void trim (rtengine::procparams::ProcParams* pp, int ow, int oh);
void readOptions ();
void writeOptions ();
@@ -104,6 +103,7 @@ class Crop : public Gtk::VBox, public CropGUIListener, public FoldableToolPanel,
void cropInit (int &x, int &y, int &w, int &h);
void cropResized (int &x, int &y, int& x2, int& y2);
void cropManipReady ();
bool inImageArea (int x, int y);
double getRatio ();
void setCropPanelListener (CropPanelListener* cl) { clistener = cl; }