Enhanced Filters for Flat-Field and Dark-Frame filechoosers (see issue 2440)

This commit is contained in:
michael
2014-07-09 23:19:49 -04:00
parent 617b888fa0
commit 3290ae57ad
7 changed files with 131 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class FFProvider {
public:
virtual ~FFProvider() {}
virtual rtengine::RawImage* getFF() = 0;
virtual Glib::ustring GetCurrentImageFilePath() {};
// add other info here
};
@@ -52,7 +53,9 @@ protected:
bool lastFFAutoClipCtrl;
FFProvider *ffp;
sigc::connection flatFieldFileconn, flatFieldAutoSelectconn, flatFieldBlurTypeconn;
Glib::ustring lastShortcutPath;
Glib::ustring lastShortcutPath;
bool b_filter_asCurrent;
bool israw;
public: