![]() |
Oyranos Colour Management System API |
external CMM module API More...
Data Structures | |
| struct | oyCMMapi_s |
| the basic API interface More... | |
| struct | oyCMMapi3_s |
| the API 3 to implement and set to provide low level ICC profile support More... | |
| struct | oyCMMapiFilter_s |
| the module API 4,6,7 interface base More... | |
| struct | oyCMMobjectType_s |
| custom object handler More... | |
| struct | oyConnectorImaging_s |
| node connection descriptor More... | |
| struct | oyCMMapi5_s |
| module or script loader More... | |
| struct | oyCMMapi7_s |
| data processing node More... | |
| struct | oyCMMapi6_s |
| context convertor More... | |
| struct | oyCMMui_s |
| the CMM API UI part More... | |
| struct | oyCMMapi4_s |
| context creator More... | |
| struct | oyCMMapi8_s |
| configuration handler More... | |
| struct | oyCMMapi9_s |
| graph policies More... | |
| struct | oyCMMapi10_s |
| generic data exchange More... | |
Typedefs | |
| typedef int(* | oyCMMobjectOpen_f )(oyStruct_s *data, oyPointer_s *oy) |
| CMM data to Oyranos cache. | |
| typedef int(* | oyCMMuiGet_f )(oyOptions_s *options, char **ui_text, oyAlloc_f allocateFunc) |
| obtain a XFORMS ui descriptionThe structures can provide a XFORMS ui based on the modules own set of options. The options are in the property of the caller. | |
Enumerations | |
| enum | oyCMMQUERY_e { oyQUERY_OYRANOS_COMPATIBILITY, oyQUERY_PROFILE_FORMAT = 20, oyQUERY_PROFILE_TAG_TYPE_READ, oyQUERY_PROFILE_TAG_TYPE_WRITE } |
| CMM capabilities query enum. More... | |
| enum | oyWIDGET_EVENT_e |
external CMM module API
Oyranos is an open source Colour Management System
| typedef int(* oyCMMobjectOpen_f)(oyStruct_s *data, oyPointer_s *oy) |
CMM data to Oyranos cache.
| [in] | data | the data struct know to the module |
| [in,out] | oy | the Oyranos cache struct to fill by the module |