![]() |
Oyranos Color Management System API |
a ConfDomain object More...
#include <oyranos_devices.h>
Public Member Functions | |
OYAPI oyConfDomain_s *OYEXPORT | oyConfDomain_FromReg (const char *registration_domain, oyObject_s object) |
allocate a new ConfDomain object More... | |
OYAPI oyConfDomain_s *OYEXPORT | oyConfDomain_Copy (oyConfDomain_s *obj, oyObject_s object) |
copy or reference a ConfDomain object More... | |
OYAPI int OYEXPORT | oyConfDomain_Release (oyConfDomain_s **obj) |
release and possibly deallocate a ConfDomain object More... | |
OYAPI const char *OYEXPORT | oyConfDomain_GetText (oyConfDomain_s *obj, const char *name, oyNAME_e type) |
obtain a UI text from a ConfDomain object More... | |
OYAPI const char **OYEXPORT | oyConfDomain_GetTexts (oyConfDomain_s *obj) |
obtain a list of possible UI text from a ConfDomain object 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 | |
oyOBJECT_e | type_ |
oyStruct_Copy_f | copy |
oyStruct_Release_f | release |
oyObject_s | oy_ |
![]() | |
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... | |
a ConfDomain object
oyStruct_Copy_f oyConfDomain_s::copy |
copy function
oyObject_s oyConfDomain_s::oy_ |
base object
oyStruct_Release_f oyConfDomain_s::release |
release function
oyOBJECT_e oyConfDomain_s::type_ |
struct type oyOBJECT_CONF_DOMAIN_S