17 #ifndef MITKEXAMPLEIOMIMETYPES_H
18 #define MITKEXAMPLEIOMIMETYPES_H
34 virtual bool AppliesTo(
const std::string &path)
const override;
46 static std::vector<CustomMimeType *>
Get();
55 #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...
virtual bool AppliesTo(const std::string &path) const override
Checks if the MimeType can handle file at the given location.
static std::vector< CustomMimeType * > Get()
virtual ExampleDataStructureMimeType * Clone() const override
ExampleDataStructureMimeType()
static std::string EXAMPLE_MIMETYPE_NAME()