![]() |
Oyranos Color Management System API |
Basic objects to make all higher level object types happy. More...
![]() |
Data Structures | |
struct | oyList_s |
a pointer list More... | |
struct | oyName_s |
Oyranos Name structure. More... | |
struct | oyObject_s |
Oyranos structure baseThe base object of Oyranos object system is self contained. It can be handled by the belonging function set. Complex objects for user interaction should almost all be derived from this struct. The memory management can be controlled by the user and will affect internal and derived data. More... | |
struct | oyObserver_s |
Oyranos object observers. More... | |
struct | oyPointer_s |
custom pointer More... | |
struct | oyStruct_s |
Oyranos base structure. More... | |
struct | oyStructList_s |
a pointer list More... | |
Enumerations |
Basic objects to make all higher level object types happy.
enum oyNAME_e |
describe the base types of a oyObject_s name
Enumerator | |
---|---|
oyNAME_NAME |
compatible to oyName_s/oyObject_s |
oyNAME_NICK |
compatible to oyName_s/oyObject_s |
oyNAME_DESCRIPTION |
compatible to oyName_s/oyObject_s |
enum oyOBJECT_e |
Oyranos structure type.
enum oySIGNAL_e |
observer signalsThe signal types are similiar to the graph event enum oyCONNECTOR_EVENT_e.