Filter by file type, on behalf of Michael Ezra; see issue #376

This commit is contained in:
Oliver Duis
2010-12-05 21:42:52 +01:00
parent 819f013533
commit f41c5f68cc
13 changed files with 66 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
class ExifFilterSettings {
public:
std::set<std::string> filetypes;
std::set<std::string> cameras;
std::set<std::string> lenses;
double fnumberFrom;
@@ -42,6 +43,7 @@ class ExifFilterSettings {
bool filterISO;
bool filterCamera;
bool filterLens;
bool filterFiletype;
ExifFilterSettings ();
void clear ();