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

@@ -28,6 +28,7 @@
class DFProvider {
public:
virtual rtengine::RawImage* getDF() = 0;
virtual Glib::ustring GetCurrentImageFilePath() {};
// add other info here
};
@@ -46,6 +47,8 @@ protected:
bool lastDFauto;
DFProvider *dfp;
sigc::connection dfautoconn, dfFile;
bool b_filter_asCurrent;
bool israw;
public: