|
Oyranos
0.9.7
Oyranos is a full featured Color Management System
|
monitor device detection More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include <math.h>#include <limits.h>#include <unistd.h>#include <locale.h>#include <errno.h>#include "oyranos_config_internal.h"#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/Xatom.h>#include <X11/Xcm/XcmEdidParse.h>#include <X11/Xcm/XcmEvents.h>#include <X11/Xcm/Xcm.h>#include <X11/extensions/Xfixes.h>#include "oyranos.h"#include "oyranos_devices.h"#include "oyranos_cmm.h"#include "oyranos_internal.h"#include "oyranos_io.h"#include "oyranos_monitor.h"#include "oyranos_monitor_effect.h"#include "oyranos_monitor_internal_x11.h"#include "oyranos_monitor_internal.h"#include "oyranos_monitor_hooks_x11.h"#include "oyranos_debug.h"#include "oyranos_helper.h"#include "oyranos_sentinel.h"#include "oyranos_string.h"#include "oyCMMapi10_s_.h"Functions | |
| int | oyX1ColorServer_Handle (oyOptions_s *options OY_UNUSED, const char *command, oyOptions_s **result) |
| const char * | oyX1InfoGetTextMyHandlerA (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED) |
| int | oyX1CleanOptions_Handle (oyOptions_s *options, const char *command, oyOptions_s **result OY_UNUSED) |
| const char * | oyX1InfoGetTextMyHandlerC (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED) |
| int | oyX1MoveOptions_Handle (oyOptions_s *options, const char *command, oyOptions_s **result OY_UNUSED) |
| const char * | oyX1InfoGetTextMyHandlerM (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED) |
| int | oyX1UpdateOptions_Handle (oyOptions_s *options, const char *command, oyOptions_s **result OY_UNUSED) |
| const char * | oyX1InfoGetTextMyHandlerU (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED) |
| int | oyX1MOptions_Handle (oyOptions_s *options, const char *command, oyOptions_s **result OY_UNUSED) |
| const char * | oyX1InfoGetTextMyHandler (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED) |
Variables | |
| oyCMMapi10_s_ | oyX1_api10_color_server_active_handler |
| oyX1 oyCMMapi10_s implementation More... | |
| oyCMMapi10_s_ | oyX1_api10_clean_profiles_handler |
| oyX1 oyCMMapi10_s implementation More... | |
| oyCMMapi10_s_ | oyX1_api10_move_color_server_profiles_handler |
| oyX1 oyCMMapi10_s implementation More... | |
| oyCMMapi10_s_ | oyX1_api10_send_native_update_event_handler |
| oyX1 oyCMMapi10_s implementation More... | |
| oyCMMapi10_s_ | oyX1_api10_set_xcm_region_handler |
| oyX1 oyCMMapi10_s implementation More... | |
monitor device detection
Oyranos is an open source Color Management System
| int oyX1CleanOptions_Handle | ( | oyOptions_s * | options, |
| const char * | command, | ||
| oyOptions_s **result | OY_UNUSED | ||
| ) |
This function implements oyMOptions_Handle_f.
References oyFilterRegistrationMatch(), and oyOptions_s::oyOptions_FindString().
| int oyX1ColorServer_Handle | ( | oyOptions_s *options | OY_UNUSED, |
| const char * | command, | ||
| oyOptions_s ** | result | ||
| ) |
This function implements oyMOptions_Handle_f.
References OY_CREATE_NEW, OY_TYPE_STD, oyFilterRegistrationMatch(), oyOptions_s::oyOptions_FindInt(), oyOptions_s::oyOptions_SetFromString(), and oySOURCE_DATA.
| const char* oyX1InfoGetTextMyHandler | ( | const char * | select, |
| oyNAME_e | type, | ||
| oyStruct_s *context | OY_UNUSED | ||
| ) |
This function implements oyCMMinfoGetText_f.
References oyNAME_NAME, and oyNAME_NICK.
| const char* oyX1InfoGetTextMyHandlerA | ( | const char * | select, |
| oyNAME_e | type, | ||
| oyStruct_s *context | OY_UNUSED | ||
| ) |
This function implements oyCMMinfoGetText_f.
References oyNAME_NAME, and oyNAME_NICK.
| const char* oyX1InfoGetTextMyHandlerC | ( | const char * | select, |
| oyNAME_e | type, | ||
| oyStruct_s *context | OY_UNUSED | ||
| ) |
This function implements oyCMMinfoGetText_f.
References oyNAME_NAME, and oyNAME_NICK.
| const char* oyX1InfoGetTextMyHandlerM | ( | const char * | select, |
| oyNAME_e | type, | ||
| oyStruct_s *context | OY_UNUSED | ||
| ) |
This function implements oyCMMinfoGetText_f.
References oyNAME_NAME, and oyNAME_NICK.
| const char* oyX1InfoGetTextMyHandlerU | ( | const char * | select, |
| oyNAME_e | type, | ||
| oyStruct_s *context | OY_UNUSED | ||
| ) |
This function implements oyCMMinfoGetText_f.
References oyNAME_NAME, and oyNAME_NICK.
| int oyX1MOptions_Handle | ( | oyOptions_s * | options, |
| const char * | command, | ||
| oyOptions_s **result | OY_UNUSED | ||
| ) |
This function implements oyMOptions_Handle_f.
References oyBlob_s::oyBlob_GetPointer(), oyBlob_s::oyBlob_Release(), oyFilterRegistrationMatch(), oyNAME_PATTERN, oyOBJECT_BLOB_S, oyOBJECT_PROFILE_S, oyOBJECT_RECTANGLE_S, oyOption_s::oyOption_Release(), oyOptions_s::oyOptions_Find(), oyOptions_s::oyOptions_GetType(), oyProfile_s::oyProfile_GetMD5(), oyProfile_s::oyProfile_GetMem(), and oyRectangle_s::oyRectangle_GetGeo().
| int oyX1MoveOptions_Handle | ( | oyOptions_s * | options, |
| const char * | command, | ||
| oyOptions_s **result | OY_UNUSED | ||
| ) |
This function implements oyMOptions_Handle_f.
References oyFilterRegistrationMatch(), oyOptions_s::oyOptions_FindInt(), and oyOptions_s::oyOptions_FindString().
| int oyX1UpdateOptions_Handle | ( | oyOptions_s * | options, |
| const char * | command, | ||
| oyOptions_s **result | OY_UNUSED | ||
| ) |
This function implements oyMOptions_Handle_f.
References oyFilterRegistrationMatch().
| oyCMMapi10_s_ oyX1_api10_clean_profiles_handler |
oyX1 oyCMMapi10_s implementation
oyX1_api10_clean_profiles_handler X Color Management desktop device profile handler
| oyCMMapi10_s_ oyX1_api10_color_server_active_handler |
oyX1 oyCMMapi10_s implementation
oyX1_api10_color_server_active_handler X Color Management desktop advanced toogle
| oyCMMapi10_s_ oyX1_api10_move_color_server_profiles_handler |
oyX1 oyCMMapi10_s implementation
oyX1_api10_move_color_server_profiles_handler X Color Management desktop device profile handler
| oyCMMapi10_s_ oyX1_api10_send_native_update_event_handler |
oyX1 oyCMMapi10_s implementation
oyX1_api10_send_native_update_event_handler X Color Management desktop advanced toogle
| oyCMMapi10_s_ oyX1_api10_set_xcm_region_handler |
oyX1 oyCMMapi10_s implementation
oyX1_api10_set_xcm_region_handler X Color Management server side regions setup