13 #ifndef MITKFILEWRITERSELECTOR_H 14 #define MITKFILEWRITERSELECTOR_H 41 std::string GetDescription()
const;
44 std::string GetBaseDataType()
const;
46 long GetServiceId()
const;
61 const std::string &destMimeType = std::string(),
62 const std::string &path = std::string());
84 std::vector<Item> Get(
const std::string &mimeType)
const;
94 std::vector<Item> Get()
const;
96 Item Get(
long id)
const;
98 Item GetDefault()
const;
99 long GetDefaultId()
const;
101 Item GetSelected()
const;
102 long GetSelectedId()
const;
104 bool Select(
const std::string &mimeType);
105 bool Select(
const Item &item);
106 bool Select(
long id);
108 std::vector<MimeType> GetMimeTypes()
const;
120 #endif // MITKFILEWRITERSELECTOR_H
Base of all data objects.
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 of all MITK file writers.