comparison Core/Enumerations.h @ 1772:53e045b5a8ec

MIME content type can be associated to custom attachments (cf. "UserContentType")
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Nov 2015 14:36:27 +0100
parents d143db00a794
children 613df4362575
comparison
equal deleted inserted replaced
1771:8790488ae98b 1772:53e045b5a8ec
452 unsigned int GetBytesPerPixel(PixelFormat format); 452 unsigned int GetBytesPerPixel(PixelFormat format);
453 453
454 bool GetDicomEncoding(Encoding& encoding, 454 bool GetDicomEncoding(Encoding& encoding,
455 const char* specificCharacterSet); 455 const char* specificCharacterSet);
456 456
457 const char* GetMimeType(FileContentType type);
458
459 const char* GetFileExtension(FileContentType type);
460
461 ResourceType GetChildResourceType(ResourceType type); 457 ResourceType GetChildResourceType(ResourceType type);
462 458
463 ResourceType GetParentResourceType(ResourceType type); 459 ResourceType GetParentResourceType(ResourceType type);
464 460
465 DicomModule GetModule(ResourceType type); 461 DicomModule GetModule(ResourceType type);