oyNamedColours_s Struct Reference
[Named Colour API]

list of colour patches

Data management on library side. User can control memory management at creation time. More...

#include <oyranos_alpha.h>


Data Fields

oyOBJECT_e type_
oyStruct_Copy_f copy
oyStruct_Release_f release
oyObject_s oy_
oyStructList_s * list_

Related Functions

(Note that these are not member functions.)

oyNamedColours_soyNamedColours_New (oyObject_s object)
 create a list object for oyNamedColour_s
oyNamedColours_soyNamedColours_Copy (oyNamedColours_s *colours, oyObject_s obj)
 Copy.
int oyNamedColours_Release (oyNamedColours_s **obj)
 release and probably free a named colour object
int oyNamedColours_Count (oyNamedColours_s *obj)
 count in oyNamedColours_s
oyNamedColour_soyNamedColours_Get (oyNamedColours_s *obj, int position)
 obtain a referenced patch from the list
oyNamedColours_soyNamedColours_MoveIn (oyNamedColours_s *list, oyNamedColour_s **obj, int pos)
 add a patch to the colours list
int oyNamedColours_ReleaseAt (oyNamedColours_s *obj, int position)
 release a patch from the list


Detailed Description

list of colour patches

Data management on library side. User can control memory management at creation time.

It has the complexity of a object, and should not be accessed directly.

Since:
Oyranos: version 0.1.8
Date:
october 2007 (API 0.1.8)
TODO: make the object non visible

Field Documentation

oyStruct_Copy_f oyNamedColours_s::copy

copy function

oyStructList_s* oyNamedColours_s::list_

base object

Referenced by oyNamedColours_Copy(), and oyNamedColours_Release().

oyStruct_Release_f oyNamedColours_s::release

release function

Referenced by oyNamedColours_New().


Generated on Tue Mar 10 09:46:21 2009 for Oyranos by  doxygen 1.5.8