![]() |
Oyranos Color Management System API |
Macros | |
| #define | OY_FILTEREDGE_FREE 0x01 |
| #define | OY_FILTEREDGE_CONNECTED 0x02 |
| #define | OY_FILTEREDGE_LASTTYPE 0x04 |
Enumerations |
Functions | |
| char | oyFilterRegistrationModify (const char *registration, oyFILTER_REG_MODE_e mode, char **result, oyAlloc_f allocateFunc) |
| process a registration string More... | |
[Template file inheritance graph] +– oyranos_module.template.h
Oyranos is an open source Color Management System
| #define OY_FILTEREDGE_CONNECTED 0x02 |
list connected edges
Referenced by oyFilterGraph_s::oyFilterGraph_ToText(), and oyFilterSocket_s::oyFilterSocket_SignalToGraph().
| #define OY_FILTEREDGE_FREE 0x01 |
list free edges
Referenced by oyFilterNode_s::oyFilterNode_Connect().
| #define OY_FILTEREDGE_LASTTYPE 0x04 |
list last type edges
| enum oyCMMQUERY_e |
CMM capabilities query enum.
| char oyFilterRegistrationModify | ( | const char * | registration, |
| oyFILTER_REG_MODE_e | mode, | ||
| char ** | result, | ||
| oyAlloc_f | allocateFunc | ||
| ) |
process a registration string
A semantical overview is given in module_api.
| [in] | registration | registration key |
| [in] | mode | the processing rule |
| [out] | result | allocated by allocateFunc |
| [in] | allocateFunc | optional user allocator; defaults to oyAllocateFunc_ |
References OY_SLASH, and OY_SLASH_C.