Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 3532:e4b4b4dbef99
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 03 Oct 2019 13:44:08 +0200 |
parents | b26b6ea27648 |
children | bdafff1ce443 |
comparison
equal
deleted
inserted
replaced
3531:877aff48ebb8 | 3532:e4b4b4dbef99 |
---|---|
747 | 747 |
748 const char* EnumerationToString(JobState state); | 748 const char* EnumerationToString(JobState state); |
749 | 749 |
750 const char* EnumerationToString(MimeType mime); | 750 const char* EnumerationToString(MimeType mime); |
751 | 751 |
752 const char* EnumerationToString(Endianness endianness); | |
753 | |
752 Encoding StringToEncoding(const char* encoding); | 754 Encoding StringToEncoding(const char* encoding); |
753 | 755 |
754 ResourceType StringToResourceType(const char* type); | 756 ResourceType StringToResourceType(const char* type); |
755 | 757 |
756 ImageFormat StringToImageFormat(const char* format); | 758 ImageFormat StringToImageFormat(const char* format); |