13 #ifndef MITKEXAMPLEIOMIMETYPES_H 14 #define MITKEXAMPLEIOMIMETYPES_H 30 bool AppliesTo(
const std::string &path)
const override;
42 static std::vector<CustomMimeType *>
Get();
51 #endif // MITKEXAMPLEIOMIMETYPES_H static CustomMimeType EXAMPLE_TWO_MIMETYPE()
DataCollection - Class to facilitate loading/accessing structured data.
static ExampleDataStructureMimeType EXAMPLE_MIMETYPE()
static std::string EXAMPLE_TWO_MIMETYPE_NAME()
The CustomMimeType class represents a custom mime-type which may be registered as a service object...
bool AppliesTo(const std::string &path) const override
Checks if the MimeType can handle file at the given location.
static std::vector< CustomMimeType * > Get()
ExampleDataStructureMimeType * Clone() const override
ExampleDataStructureMimeType()
static std::string EXAMPLE_MIMETYPE_NAME()