tell about the conversion profiles 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.) | |
OYAPI oyProfiles_s *OYEXPORT | oyProfiles_New (oyObject_s object) |
OYAPI oyProfiles_s *OYEXPORT | oyProfiles_Create (oyProfiles_s *patterns, oyObject_s object) |
get a list of installed profiles | |
OYAPI oyProfiles_s *OYEXPORT | oyProfiles_ForStd (oyPROFILE_e std_profile_class, int *current, oyObject_s object) |
get a list of installed profiles | |
OYAPI int OYEXPORT | oyProfiles_Release (oyProfiles_s **obj) |
oyProfiles_s * | oyProfiles_MoveIn (oyProfiles_s *list, oyProfile_s **obj, int pos) |
int | oyProfiles_ReleaseAt (oyProfiles_s *list, int pos) |
oyProfile_s * | oyProfiles_Get (oyProfiles_s *list, int pos) |
int | oyProfiles_Count (oyProfiles_s *list) |
tell about the conversion profiles
oyStruct_Copy_f oyProfiles_s::copy |
copy function
oyStructList_s* oyProfiles_s::list_ |
list of profiles
Referenced by oyProfiles_Count(), oyProfiles_Get(), oyProfiles_MoveIn(), oyProfiles_Release(), and oyProfiles_ReleaseAt().
base object
Referenced by oyProfiles_Release().
oyStruct_Release_f oyProfiles_s::release |
release function
Referenced by oyProfiles_New().
struct type oyOBJECT_PROFILES_S
Referenced by oyProfiles_Release().