13 #ifndef MITKFILEREADERSELECTOR_H 14 #define MITKFILEREADERSELECTOR_H 41 std::string GetDescription()
const;
45 long GetServiceId()
const;
67 std::vector<MimeType> GetMimeTypes()
const;
83 std::vector<Item> Get()
const;
85 Item Get(
long id)
const;
87 Item GetDefault()
const;
88 long GetDefaultId()
const;
90 Item GetSelected()
const;
91 long GetSelectedId()
const;
93 bool Select(
const Item &item);
106 #endif // MITKFILEREADERSELECTOR_H
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
DataCollection - Class to facilitate loading/accessing structured data.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
void swap(CustomMimeType &l, CustomMimeType &r)
The MimeType class represens a registered mime-type. It is an immutable wrapper for mitk::CustomMimeT...
The common interface for all MITK file readers.