![]() |
Oyranos Color Management System API |
The API 3 to implement and set to provide low level ICC profile support. More...
#include <oyCMMapi3_s.h>
Public Types | |
typedef oyStructList_s *(* | oyCMMProfileTag_GetValues_f) (oyProfileTag_s *tag) |
typedef int(* | oyCMMProfileTag_Create_f) (oyProfileTag_s *tag, oyStructList_s *list, icTagTypeSignature tag_type, uint32_t version) |
![]() | |
typedef int(* | oyCMMInit_f) (oyStruct_s *filter) |
optional CMM init function More... | |
typedef int(* | oyCMMMessageFuncSet_f) (oyMessage_f message_func) |
optionaly sets a CMM message function More... | |
typedef int(* | oyCMMCanHandle_f) (oyCMMQUERY_e type, uint32_t value) |
CMM feature declaration function. More... | |
typedef int(* | oyCMMOptions_Check_f) (oyOptions_s *validate) |
a function to check options More... | |
typedef const char *(* | oyCMMGetText_f) (const char *select, oyNAME_e type, oyStruct_s *context) |
get strings from a CMM More... | |
Public Member Functions | |
OYAPI oyCMMapi3_s *OYEXPORT | oyCMMapi3_New (oyObject_s object) |
allocate a new CMMapi3 object More... | |
OYAPI oyCMMapi3_s *OYEXPORT | oyCMMapi3_Copy (oyCMMapi3_s *cmmapi3, oyObject_s object) |
copy or reference a CMMapi3 object More... | |
OYAPI int OYEXPORT | oyCMMapi3_Release (oyCMMapi3_s **cmmapi3) |
release and possibly deallocate a oyCMMapi3_s object More... | |
void | oyCMMapi3_Release__Members (oyCMMapi3_s_ *cmmapi3) |
Custom CMMapi3 destructor. More... | |
int | oyCMMapi3_Init__Members (oyCMMapi3_s_ *cmmapi3) |
Custom CMMapi3 constructor. More... | |
int | oyCMMapi3_Copy__Members (oyCMMapi3_s_ *dst, oyCMMapi3_s_ *src) |
Custom CMMapi3 copy constructor. More... | |
oyOBJECT_e | oyCMMapi3_Query_ (oyCMMinfo_s_ *cmm_info, oyCMMapi_s_ *api, oyPointer data, uint32_t *rank) |
Implements oyCMMapi_Check_f. More... | |
![]() | |
OYAPI oyCMMapi_s *OYEXPORT | oyCMMapi_New (oyObject_s object) |
allocate a new CMMapi object More... | |
OYAPI oyCMMapi_s *OYEXPORT | oyCMMapi_Copy (oyCMMapi_s *cmmapi, oyObject_s object) |
copy or reference a CMMapi object More... | |
OYAPI int OYEXPORT | oyCMMapi_Release (oyCMMapi_s **cmmapi) |
release and possibly deallocate a oyCMMapi_s object More... | |
void | oyCMMapi_Set (oyCMMapi_s *api, oyCMMInit_f init, oyCMMMessageFuncSet_f msg_set, const char *registration, int32_t version[3], int32_t module_api[3]) |
CMMapi member setter. More... | |
void | oyCMMapi_SetNext (oyCMMapi_s *api, oyCMMapi_s *next) |
chain CMMapi's More... | |
oyCMMapi_s * | oyCMMapi_GetNext (oyCMMapi_s *api) |
get next CMMapi More... | |
void | oyCMMapi_Release__Members (oyCMMapi_s_ *cmmapi) |
Custom CMMapi destructor. More... | |
int | oyCMMapi_Init__Members (oyCMMapi_s_ *cmmapi) |
Custom CMMapi constructor. More... | |
int | oyCMMapi_Copy__Members (oyCMMapi_s_ *dst, oyCMMapi_s_ *src) |
Custom CMMapi copy constructor. More... | |
![]() | |
const char * | oyStruct_GetTextFromModule (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags) |
get object infos from a module More... | |
const char * | oyStruct_GetText (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags) |
get a text dump More... | |
Data Fields | |
const oyOBJECT_e | type_ |
Type of object. More... | |
oyStruct_Copy_f | copy |
Copy function. More... | |
oyStruct_Release_f | release |
Release function. More... | |
oyObject_s | oy_ |
Oyranos internal object. More... | |
oyCMMProfileTag_GetValues_f | oyCMMProfileTag_GetValues |
oyCMMProfileTag_Create_f | oyCMMProfileTag_Create |
![]() | |
const oyOBJECT_e | type_ |
Type of object. More... | |
oyStruct_Copy_f | copy |
Copy function. More... | |
oyStruct_Release_f | release |
Release function. More... | |
oyObject_s | oy_ |
Oyranos internal object. More... | |
![]() | |
const oyOBJECT_e | type_ |
Type of object. More... | |
oyStruct_Copy_f | copy |
Copy function. More... | |
oyStruct_Release_f | release |
Release function. More... | |
oyObject_s | oy_ |
Oyranos internal object. More... | |
The API 3 to implement and set to provide low level ICC profile support.
typedef int(* oyCMMProfileTag_Create_f) (oyProfileTag_s *tag, oyStructList_s *list, icTagTypeSignature tag_type, uint32_t version) |
typedef oyCMMProfileTag_Create_f
typedef oyStructList_s*(* oyCMMProfileTag_GetValues_f) (oyProfileTag_s *tag) |
typedef oyCMMProfileTag_GetValues_f
OYAPI oyCMMapi3_s *OYEXPORT oyCMMapi3_Copy | ( | oyCMMapi3_s * | cmmapi3, |
oyObject_s | object | ||
) |
copy or reference a CMMapi3 object
Function oyCMMapi3_Copy
The function is for copying and for referencing. The reference is the most often used way, which saves resourcs and time.
[in] | cmmapi3 | CMMapi3 struct object |
object | NULL - means reference, the optional object triggers a real copy |
References oyOBJECT_CMM_API3_S.
Referenced by oyCMMapi3_Copy__Members().
int oyCMMapi3_Copy__Members | ( | oyCMMapi3_s_ * | dst, |
oyCMMapi3_s_ * | src | ||
) |
Custom CMMapi3 copy constructor.
Function oyCMMapi3_Copy__Members
References oyCMMapi3_Copy(), oyCMMapi3_Init__Members(), oyCMMapi3_New(), oyCMMapi3_Release(), oyCMMapi3_Release__Members(), oyCMMapi_s::oyCMMapi_Copy__Members(), oyCMMapi_s::oyCMMapi_Init__Members(), oyCMMapi_s::oyCMMapi_Release__Members(), oyOBJECT_CMM_API3_S, oyOBJECT_CMM_API_S, oyObject_s::oyObject_Copy(), oyObject_s::oyObject_NewFrom(), oyObject_s::oyObject_Release(), oyObject_s::oyObject_SetParent(), oyObject_s::oyObject_UnRef(), and release.
int oyCMMapi3_Init__Members | ( | oyCMMapi3_s_ * | cmmapi3 | ) |
Custom CMMapi3 constructor.
Function oyCMMapi3_Init__Members
Referenced by oyCMMapi3_Copy__Members().
OYAPI oyCMMapi3_s *OYEXPORT oyCMMapi3_New | ( | oyObject_s | object | ) |
allocate a new CMMapi3 object
Function oyCMMapi3_New
References oyOBJECT_OBJECT_S.
Referenced by oyCMMapi3_Copy__Members().
oyOBJECT_e oyCMMapi3_Query_ | ( | oyCMMinfo_s_ * | cmm_info, |
oyCMMapi_s_ * | api, | ||
oyPointer | data, | ||
uint32_t * | rank | ||
) |
Implements oyCMMapi_Check_f.
Function oyCMMapi3_Query_
References oyOBJECT_CMM_API3_S.
Referenced by oyProfileTag_s::oyProfileTag_Create(), and oyProfileTag_s::oyProfileTag_Get().
OYAPI int OYEXPORT oyCMMapi3_Release | ( | oyCMMapi3_s ** | cmmapi3 | ) |
release and possibly deallocate a oyCMMapi3_s object
Function oyCMMapi3_Release
[in,out] | cmmapi3 | CMMapi3 struct object |
References oyOBJECT_CMM_API3_S.
Referenced by oyCMMapi3_Copy__Members().
void oyCMMapi3_Release__Members | ( | oyCMMapi3_s_ * | cmmapi3 | ) |
Custom CMMapi3 destructor.
Function oyCMMapi3_Release__Members
Referenced by oyCMMapi3_Copy__Members().
oyStruct_Copy_f oyCMMapi3_s::copy |
Copy function.
oyObject_s oyCMMapi3_s::oy_ |
Oyranos internal object.
Features name and hash. Do not change during object life time.
oyCMMProfileTag_Create_f oyCMMProfileTag_Create |
oyCMMProfileTag_GetValues_f oyCMMProfileTag_GetValues |
oyStruct_Release_f oyCMMapi3_s::release |
Release function.
Referenced by oyCMMapi3_Copy__Members().
const oyOBJECT_e oyCMMapi3_s::type_ |
Type of object.
The struct type tells Oyranos how to interprete hidden fields.