Oyranos Color Management System API - Version 0.9.6
Public Member Functions | Data Fields
oyConfDomain_s Struct Reference

a ConfDomain object More...

#include <oyranos_devices.h>

Inheritance diagram for oyConfDomain_s:
Inheritance graph
Collaboration diagram for oyConfDomain_s:
Collaboration graph

Public Member Functions

OYAPI oyConfDomain_s *OYEXPORT oyConfDomain_FromReg (const char *registration_domain, oyObject_s object)
 allocate a new ConfDomain object
OYAPI oyConfDomain_s *OYEXPORT oyConfDomain_Copy (oyConfDomain_s *obj, oyObject_s object)
 copy or reference a ConfDomain object
OYAPI int OYEXPORT oyConfDomain_Release (oyConfDomain_s **obj)
 release and possibly deallocate a ConfDomain object
OYAPI const char *OYEXPORT oyConfDomain_GetText (oyConfDomain_s *obj, const char *name, oyNAME_e type)
 obtain a UI text from a ConfDomain object
OYAPI const char **OYEXPORT oyConfDomain_GetTexts (oyConfDomain_s *obj)
 obtain a list of possible UI text from a ConfDomain object
- Public Member Functions inherited from oyStruct_s
const char * oyStruct_GetTextFromModule (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags)
 get object infos from a module
const char * oyStruct_GetText (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags)
 Get a text dump.
 oyStruct_RegisterStaticMessageFunc
 register a function for verbosity
 oyStruct_GetInfo
 get a additional string from a object
const char * oyStructTypeToText (oyOBJECT_e type)
 Objects type to small string.

Data Fields

oyOBJECT_e type_
oyStruct_Copy_f copy
oyStruct_Release_f release
oyObject_s oy_
- Data Fields inherited from oyStruct_s
const oyOBJECT_e type_
 Type of object.
oyStruct_Copy_f copy
 Copy function.
oyStruct_Release_f release
 Release function.
oyObject_s oy_
 Oyranos internal object.

Detailed Description

a ConfDomain object

Version
Oyranos: 0.1.10
Since
2009/12/30 (Oyranos: 0.1.10)
Date
2009/12/30

Field Documentation

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