Home
last modified time | relevance | path

Searched refs:XMP_ErrorSeverity (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/exempi/exempi-2.5.2/XMPFilesPlugins/api/source/
H A DPluginUtils.h36 XMP_ErrorSeverity severity,
41 …void ErrorNotifyClient( GenericErrorCallback * errCBptr, XMP_ErrorSeverity severity, XMP_Error & e…
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/public/include/
H A DXMP_Const.h1226 typedef XMP_Uns8 XMP_ErrorSeverity; typedef
1265 typedef bool (* XMPMeta_ErrorCallbackProc) ( void* context, XMP_ErrorSeverity severity, XMP_Int32 c…
1301 …MPFiles_ErrorCallbackProc) ( void* context, XMP_StringPtr filePath, XMP_ErrorSeverity severity, XM…
1307XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr message );
1310 XMP_StringPtr filePath, XMP_ErrorSeverity severity,
/dports/textproc/exempi/exempi-2.5.2/public/include/
H A DXMP_Const.h1231 typedef XMP_Uns8 XMP_ErrorSeverity; typedef
1270 typedef bool (* XMPMeta_ErrorCallbackProc) ( void* context, XMP_ErrorSeverity severity, XMP_Int32 c…
1306 …MPFiles_ErrorCallbackProc) ( void* context, XMP_StringPtr filePath, XMP_ErrorSeverity severity, XM…
1312XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr message );
1315 XMP_StringPtr filePath, XMP_ErrorSeverity severity,
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/
H A DXMPFiles.hpp278 XMP_ErrorSeverity severity,
307 bool ErrorCallbackForXMPMeta(void * context, XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_Strin…
H A DXMPFiles_Impl.cpp512 void XMPFileHandler::NotifyClient(GenericErrorCallback * errCBptr, XMP_ErrorSeverity severity, XMP_… in NotifyClient()
H A DXMPFiles_Impl.hpp310 …static void NotifyClient(GenericErrorCallback * errCBptr, XMP_ErrorSeverity severity, XMP_Error & …
H A DXMPFiles.cpp1775 XMP_ErrorSeverity severity, in ClientCallbackWrapper()
1794 ErrorCallbackForXMPMeta ( void * context, XMP_ErrorSeverity severity, in ErrorCallbackForXMPMeta()
/dports/textproc/exempi/exempi-2.5.2/source/
H A DXMP_LibUtils.hpp86 mutable XMP_ErrorSeverity topSeverity;
93 bool CheckLimitAndSeverity (XMP_ErrorSeverity severity ) const in CheckLimitAndSeverity()
110 …void NotifyClient ( XMP_ErrorSeverity severity, XMP_Error & error, XMP_StringPtr filePath = 0 ) co… in NotifyClient()
129 …virtual bool ClientCallbackWrapper ( XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32…
H A DXMLParserAdapter.hpp130 virtual void NotifyClient ( XMP_ErrorSeverity severity, XMP_Error & error ) in NotifyClient()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/source/
H A DXMP_LibUtils.hpp86 mutable XMP_ErrorSeverity topSeverity;
93 bool CheckLimitAndSeverity (XMP_ErrorSeverity severity ) const in CheckLimitAndSeverity()
110 …void NotifyClient ( XMP_ErrorSeverity severity, XMP_Error & error, XMP_StringPtr filePath = 0 ) co… in NotifyClient()
129 …virtual bool ClientCallbackWrapper ( XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32…
H A DXMLParserAdapter.hpp130 virtual void NotifyClient ( XMP_ErrorSeverity severity, XMP_Error & error ) in NotifyClient()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/WAVE/
H A DiXMLMetadata.h163 void NotifyClient( XMP_ErrorSeverity severity, XMP_Error & error );
H A DiXMLMetadata.cpp271 void iXMLMetadata::NotifyClient( XMP_ErrorSeverity severity, XMP_Error & error ) { in NotifyClient()
/dports/textproc/exempi/exempi-2.5.2/XMPCore/source/
H A DXMPMeta.hpp360 …bool ClientCallbackWrapper ( XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32 cause, …
H A DXMPMeta.cpp1443 …orCallbackInfo::ClientCallbackWrapper ( XMP_StringPtr /*filePath*/, XMP_ErrorSeverity severity, XM… in ClientCallbackWrapper()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/XMPCore/source/
H A DXMPMeta.hpp369 …bool ClientCallbackWrapper ( XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32 cause, …
H A DXMPMeta.cpp1486 bool XMPMeta::ErrorCallbackInfo::ClientCallbackWrapper ( XMP_StringPtr filePath, XMP_ErrorSeverity in ClientCallbackWrapper()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/public/include/client-glue/
H A DWXMPFiles.hpp54 XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr message ) in WrapFilesErrorNotify()
H A DWXMPMeta.hpp21 XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr message ) in WrapErrorNotify()
/dports/textproc/exempi/exempi-2.5.2/public/include/client-glue/
H A DWXMPFiles.hpp54 XMP_StringPtr filePath, XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr message ) in WrapFilesErrorNotify()
H A DWXMPMeta.hpp21 XMP_ErrorSeverity severity, XMP_Int32 cause, XMP_StringPtr message ) in WrapErrorNotify()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DTIFF_Support.cpp450 void TIFF_Manager::NotifyClient( XMP_ErrorSeverity severity, XMP_Error & error ) in NotifyClient()
H A DTIFF_Support.hpp669 virtual void NotifyClient ( XMP_ErrorSeverity severity, XMP_Error & error );
/dports/textproc/exempi/exempi-2.5.2/exempi/
H A Dexempi.cpp194 static bool _xmp_error_callback(void* /*context*/, XMP_ErrorSeverity /*severity*/, in _xmp_error_callback() argument