00001 /*======================================================================= 00002 *** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), *** 00003 *** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. *** 00004 *** *** 00005 *** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS *** 00006 *** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR *** 00007 *** WRITTEN AUTHORIZATION OF FEI S.A.S. *** 00008 *** *** 00009 *** RESTRICTED RIGHTS LEGEND *** 00010 *** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS *** 00011 *** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN *** 00012 *** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT *** 00013 *** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN *** 00014 *** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. *** 00015 *** *** 00016 *** COPYRIGHT (C) 1996-2019 BY FEI S.A.S, *** 00017 *** BORDEAUX, FRANCE *** 00018 *** ALL RIGHTS RESERVED *** 00019 **=======================================================================*/ 00020 /*======================================================================= 00021 ** Author : VSG (MMM YYYY) 00022 **=======================================================================*/ 00023 00024 00025 #ifndef _SO_QT_CURSOR_ 00026 #define _SO_QT_CURSOR_ 00027 00028 #include <Inventor/sys/port.h> 00029 00030 #if !defined(_WIN32) && !defined(__APPLE__) 00031 00032 // a generic viewing cursor (arrow with a small `v`) 00033 #define so_xt_viewing_width 16 00034 #define so_xt_viewing_height 16 00035 #define so_xt_viewing_x_hot 0 00036 #define so_xt_viewing_y_hot 0 00037 extern GCC_DLLEXPORT unsigned char so_xt_viewing_bits[]; 00038 00039 // a small curved hand (rolling a ball) 00040 #define so_xt_curved_hand_width 24 00041 #define so_xt_curved_hand_height 24 00042 #define so_xt_curved_hand_x_hot 4 00043 #define so_xt_curved_hand_y_hot 2 00044 extern GCC_DLLEXPORT unsigned char so_xt_curved_hand_bits[]; 00045 00046 // a small flat hand (translating in a plane) 00047 #define so_xt_flat_hand_width 24 00048 #define so_xt_flat_hand_height 28 00049 #define so_xt_flat_hand_x_hot 13 00050 #define so_xt_flat_hand_y_hot 4 00051 extern GCC_DLLEXPORT unsigned char so_xt_flat_hand_bits[]; 00052 00053 // a small pointing hand (dolling in/out) 00054 #define so_xt_pointing_hand_width 24 00055 #define so_xt_pointing_hand_height 24 00056 #define so_xt_pointing_hand_x_hot 9 00057 #define so_xt_pointing_hand_y_hot 4 00058 extern GCC_DLLEXPORT unsigned char so_xt_pointing_hand_bits[]; 00059 00060 // a circle with two arrows showing a roll 00061 #define so_xt_roll_width 17 00062 #define so_xt_roll_height 23 00063 #define so_xt_roll_x_hot 8 00064 #define so_xt_roll_y_hot 11 00065 extern GCC_DLLEXPORT unsigned char so_xt_roll_bits[]; 00066 00067 // circle with cross and center point (seek) 00068 #define so_xt_target_width 21 00069 #define so_xt_target_height 21 00070 #define so_xt_target_x_hot 10 00071 #define so_xt_target_y_hot 10 00072 extern GCC_DLLEXPORT unsigned char so_xt_target_bits[]; 00073 00074 // small polygon with it's normal (set up direction) 00075 #define so_xt_normal_vec_width 24 00076 #define so_xt_normal_vec_height 24 00077 #define so_xt_normal_vec_x_hot 12 00078 #define so_xt_normal_vec_y_hot 18 00079 extern GCC_DLLEXPORT unsigned char so_xt_normal_vec_bits[]; 00080 00081 // 00082 // Walk viewer cursors 00083 // 00084 00085 #define so_xt_walk_width 32 00086 #define so_xt_walk_height 24 00087 #define so_xt_walk_x_hot 15 00088 #define so_xt_walk_y_hot 3 00089 extern GCC_DLLEXPORT unsigned char so_xt_walk_bits[]; 00090 extern GCC_DLLEXPORT unsigned char so_xt_walk_mask_bits[]; 00091 00092 #define so_xt_pan_width 20 00093 #define so_xt_pan_height 24 00094 #define so_xt_pan_x_hot 9 00095 #define so_xt_pan_y_hot 1 00096 extern GCC_DLLEXPORT unsigned char so_xt_pan_bits[]; 00097 00098 #define so_xt_tilt_width 32 00099 #define so_xt_tilt_height 32 00100 #define so_xt_tilt_x_hot 7 00101 #define so_xt_tilt_y_hot 10 00102 extern GCC_DLLEXPORT unsigned char so_xt_tilt_bits[]; 00103 extern GCC_DLLEXPORT unsigned char so_xt_tilt_mask_bits[]; 00104 #endif 00105 00106 extern const char *Classic_Dolly[]; 00107 extern const char *Classic_Fly[]; 00108 /* XPM */ 00109 extern const char *Classic_Pan[]; 00110 00111 /* XPM */ 00112 extern const char *Classic_Roll[]; 00113 00114 /* XPM */ 00115 extern const char *Classic_Seek[]; 00116 00117 /* XPM */ 00118 extern const char *Classic_Spin[]; 00119 00120 /* XPM */ 00121 extern const char *Classic_Up[]; 00122 00123 /* XPM */ 00124 extern const char *Classic_Walk[]; 00125 00126 /* XPM */ 00127 extern const char *Shadow_Dolly[]; 00128 00129 /* XPM */ 00130 extern const char *Shadow_Fly[]; 00131 00132 /* XPM */ 00133 extern const char *Shadow_Pan[]; 00134 00135 /* XPM */ 00136 extern const char *Shadow_Roll[]; 00137 00138 /* XPM */ 00139 extern const char *Shadow_Seek[]; 00140 00141 /* XPM */ 00142 extern const char *Shadow_Spin[]; 00143 00144 /* XPM */ 00145 extern const char *Shadow_Up[]; 00146 00147 /* XPM */ 00148 extern const char *Shadow_Walk[]; 00149 00150 /* XPM */ 00151 extern const char *Xor_Dolly[]; 00152 00153 /* XPM */ 00154 extern const char *Xor_Fly[]; 00155 00156 /* XPM */ 00157 extern const char *Xor_Pan[]; 00158 00159 /* XPM */ 00160 extern const char *Xor_Roll[]; 00161 00162 /* XPM */ 00163 extern const char *Xor_Seek[]; 00164 00165 /* XPM */ 00166 extern const char *Xor_Spin[]; 00167 00168 /* XPM */ 00169 extern const char *Xor_Up[]; 00170 00171 /* XPM */ 00172 extern const char *Xor_Walk[]; 00173 00174 #endif /* _SO_QT_CURSOR_ */ 00175 00176 00177 00178