Oyranos Color Management System API - Version 0.9.6
Data Fields
oyName_s Struct Reference

Oyranos Name structure. More...

#include <oyName_s_.h>

Collaboration diagram for oyName_s:
Collaboration graph

Data Fields

oyOBJECT_e type
 
oyStruct_Copy_f copy
 
oyStruct_Release_f release
 
oyPointer dummy
 
char * nick
 
char * name
 
char * description
 
char lang [8]
 

Detailed Description

Oyranos Name structure.

This class is a public members only class and does not belong to the oyranos object model, like all "Generic Objects".

Note
New templates will not be created automaticly [notemplates]
Version
Oyranos: x.x.x
Since
YYYY/MM/DD (Oyranos: x.x.x)
Date
YYYY/MM/DD

Field Documentation

oyStruct_Copy_f oyName_s::copy

copy function

char* oyName_s::description

full user description, eg. "A1-MySys from Oyranos"

Referenced by oyName_copy_(), oyName_get_(), and oyName_releaseMembers().

oyPointer oyName_s::dummy

keep to zero

char oyName_s::lang[8]
char* oyName_s::name
char* oyName_s::nick

few letters for mass representation, eg. "A1"

Referenced by oyName_copy_(), oyName_get_(), and oyName_releaseMembers().

oyStruct_Release_f oyName_s::release

release function

Referenced by oyName_new().

oyOBJECT_e oyName_s::type

internal struct type oyOBJECT_NAME_S

Referenced by oyName_copy_(), and oyName_new().