17 #ifndef MITKFILEREADERSELECTOR_H
18 #define MITKFILEREADERSELECTOR_H
45 std::string GetDescription()
const;
49 long GetServiceId()
const;
51 bool operator<(
const Item &other)
const;
71 std::vector<MimeType> GetMimeTypes()
const;
87 std::vector<Item> Get()
const;
89 Item Get(
long id)
const;
91 Item GetDefault()
const;
92 long GetDefaultId()
const;
94 Item GetSelected()
const;
95 long GetSelectedId()
const;
97 bool Select(
const Item &item);
110 #endif // MITKFILEREADERSELECTOR_H
DataCollection - Class to facilitate loading/accessing structured data.
void swap(CustomMimeType &l, CustomMimeType &r)
The MimeType class represens a registered mime-type. It is an immutable wrapper for mitk::CustomMimeT...
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
The common interface for all MITK file readers.