![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
Oyranos Name structure. More...
#include <oyName_s_.h>

Data Fields | |
| oyOBJECT_e | type |
| oyStruct_Copy_f | copy |
| oyStruct_Release_f | release |
| oyPointer | dummy |
| char * | nick |
| char * | name |
| char * | description |
| char | lang [8] |
Oyranos Name structure.
This class is a public members only class and does not belong to the oyranos object model, like all "Generic Objects".
| oyStruct_Copy_f oyName_s::copy |
copy function
| char* oyName_s::description |
full user description, eg. "A1-MySys from Oyranos"
Referenced by oyName_get_().
| oyPointer oyName_s::dummy |
keep to zero
| char oyName_s::lang[8] |
i18n language, eg. "en_GB"
| char* oyName_s::name |
normal visible name, eg. "A1-MySys"
Referenced by oyName_get_().
| char* oyName_s::nick |
few letters for mass representation, eg. "A1"
Referenced by oyName_get_().
| oyStruct_Release_f oyName_s::release |
release function
| oyOBJECT_e oyName_s::type |
internal struct type oyOBJECT_NAME_S
Referenced by oyName_newWith().
1.8.13