![]() |
XMP Toolkit SDK
6.0.0
|
This is the complete list of members for TXMPUtils, including all inherited members.
| ApplyTemplate(TXMPMeta< tStringObj > *workingXMP, const TXMPMeta< tStringObj > &templateXMP, XMP_OptionBits actions) | TXMPUtils | static |
| CatenateArrayItems(const TXMPMeta< tStringObj > &xmpObj, XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_StringPtr separator, XMP_StringPtr quotes, XMP_OptionBits options, tStringObj *catedStr) | TXMPUtils | static |
| CompareDateTime(const XMP_DateTime &left, const XMP_DateTime &right) | TXMPUtils | static |
| ComposeArrayItemPath(XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_Index itemIndex, tStringObj *fullPath) | TXMPUtils | static |
| ComposeFieldSelector(XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_StringPtr fieldNS, XMP_StringPtr fieldName, XMP_StringPtr fieldValue, tStringObj *fullPath) | TXMPUtils | static |
| ComposeFieldSelector(XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_StringPtr fieldNS, XMP_StringPtr fieldName, const tStringObj &fieldValue, tStringObj *fullPath) | TXMPUtils | static |
| ComposeLangSelector(XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_StringPtr langName, tStringObj *fullPath) | TXMPUtils | static |
| ComposeLangSelector(XMP_StringPtr schemaNS, XMP_StringPtr arrayName, const tStringObj &langName, tStringObj *fullPath) | TXMPUtils | static |
| ComposeQualifierPath(XMP_StringPtr schemaNS, XMP_StringPtr propName, XMP_StringPtr qualNS, XMP_StringPtr qualName, tStringObj *fullPath) | TXMPUtils | static |
| ComposeStructFieldPath(XMP_StringPtr schemaNS, XMP_StringPtr structName, XMP_StringPtr fieldNS, XMP_StringPtr fieldName, tStringObj *fullPath) | TXMPUtils | static |
| ConvertFromBool(bool binValue, tStringObj *strValue) | TXMPUtils | static |
| ConvertFromDate(const XMP_DateTime &binValue, tStringObj *strValue) | TXMPUtils | static |
| ConvertFromFloat(double binValue, XMP_StringPtr format, tStringObj *strValue) | TXMPUtils | static |
| ConvertFromInt(long binValue, XMP_StringPtr format, tStringObj *strValue) | TXMPUtils | static |
| ConvertFromInt64(long long binValue, XMP_StringPtr format, tStringObj *strValue) | TXMPUtils | static |
| ConvertToBool(XMP_StringPtr strValue) | TXMPUtils | static |
| ConvertToBool(const tStringObj &strValue) | TXMPUtils | static |
| ConvertToDate(XMP_StringPtr strValue, XMP_DateTime *binValue) | TXMPUtils | static |
| ConvertToDate(const tStringObj &strValue, XMP_DateTime *binValue) | TXMPUtils | static |
| ConvertToFloat(XMP_StringPtr strValue) | TXMPUtils | static |
| ConvertToFloat(const tStringObj &strValue) | TXMPUtils | static |
| ConvertToInt(XMP_StringPtr strValue) | TXMPUtils | static |
| ConvertToInt(const tStringObj &strValue) | TXMPUtils | static |
| ConvertToInt64(XMP_StringPtr strValue) | TXMPUtils | static |
| ConvertToInt64(const tStringObj &strValue) | TXMPUtils | static |
| ConvertToLocalTime(XMP_DateTime *time) | TXMPUtils | static |
| ConvertToUTCTime(XMP_DateTime *time) | TXMPUtils | static |
| CurrentDateTime(XMP_DateTime *time) | TXMPUtils | static |
| DecodeFromBase64(XMP_StringPtr encodedStr, XMP_StringLen encodedLen, tStringObj *rawStr) | TXMPUtils | static |
| DecodeFromBase64(const tStringObj &encodedStr, tStringObj *rawStr) | TXMPUtils | static |
| DuplicateSubtree(const TXMPMeta< tStringObj > &source, TXMPMeta< tStringObj > *dest, XMP_StringPtr sourceNS, XMP_StringPtr sourceRoot, XMP_StringPtr destNS=0, XMP_StringPtr destRoot=0, XMP_OptionBits options=0) | TXMPUtils | static |
| EncodeToBase64(XMP_StringPtr rawStr, XMP_StringLen rawLen, tStringObj *encodedStr) | TXMPUtils | static |
| EncodeToBase64(const tStringObj &rawStr, tStringObj *encodedStr) | TXMPUtils | static |
| MergeFromJPEG(TXMPMeta< tStringObj > *fullXMP, const TXMPMeta< tStringObj > &extendedXMP) | TXMPUtils | static |
| PackageForJPEG(const TXMPMeta< tStringObj > &xmpObj, tStringObj *standardXMP, tStringObj *extendedXMP, tStringObj *extendedDigest) | TXMPUtils | static |
| RemoveProperties(TXMPMeta< tStringObj > *xmpObj, XMP_StringPtr schemaNS=0, XMP_StringPtr propName=0, XMP_OptionBits options=0) | TXMPUtils | static |
| SeparateArrayItems(TXMPMeta< tStringObj > *xmpObj, XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_OptionBits options, XMP_StringPtr catedStr) | TXMPUtils | static |
| SeparateArrayItems(TXMPMeta< tStringObj > *xmpObj, XMP_StringPtr schemaNS, XMP_StringPtr arrayName, XMP_OptionBits options, const tStringObj &catedStr) | TXMPUtils | static |
| SetClientString(void *clientPtr, XMP_StringPtr valuePtr, XMP_StringLen valueLen) | TXMPUtils | privatestatic |
| SetTimeZone(XMP_DateTime *time) | TXMPUtils | static |