Oyranos  git-devel
Oyranos is a full featured Color Management System
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

◆ copy

oyStruct_Copy_f oyName_s::copy

copy function

◆ description

char* oyName_s::description

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

Referenced by oyName_get_().

◆ dummy

oyPointer oyName_s::dummy

keep to zero

◆ lang

char oyName_s::lang[8]

i18n language, eg. "en_GB"

◆ name

char* oyName_s::name

normal visible name, eg. "A1-MySys"

Referenced by oyName_get_().

◆ nick

char* oyName_s::nick

few letters for mass representation, eg. "A1"

Referenced by oyName_get_().

◆ release

oyStruct_Release_f oyName_s::release

release function

◆ type

oyOBJECT_e oyName_s::type

internal struct type oyOBJECT_NAME_S

Referenced by oyName_newWith().