]>
Commit | Line | Data |
---|---|---|
e9576ca5 | 1 | ///////////////////////////////////////////////////////////////////////////// |
f3078f07 | 2 | // Name: src/mac/carbon/cursor.cpp |
e9576ca5 | 3 | // Purpose: wxCursor class |
a31a5f85 | 4 | // Author: Stefan Csomor |
e9576ca5 | 5 | // Modified by: |
a31a5f85 | 6 | // Created: 1998-01-01 |
e9576ca5 | 7 | // RCS-ID: $Id$ |
a31a5f85 | 8 | // Copyright: (c) Stefan Csomor |
670f9935 | 9 | // Licence: wxWindows licence |
e9576ca5 SC |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
3d1a4878 | 12 | #include "wx/wxprec.h" |
0e13e965 | 13 | |
e9576ca5 | 14 | #include "wx/cursor.h" |
670f9935 WS |
15 | |
16 | #ifndef WX_PRECOMP | |
17 | #include "wx/app.h" | |
923d28da | 18 | #include "wx/icon.h" |
155ecd4c | 19 | #include "wx/image.h" |
670f9935 WS |
20 | #endif // WX_PRECOMP |
21 | ||
c5e59178 SC |
22 | #include "wx/xpmdecod.h" |
23 | ||
76a5e5d2 | 24 | #include "wx/mac/private.h" |
e9576ca5 | 25 | |
f3078f07 | 26 | |
e9576ca5 | 27 | IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap) |
e9576ca5 | 28 | |
f3078f07 | 29 | |
20b69855 SC |
30 | class WXDLLEXPORT wxCursorRefData: public wxBitmapRefData |
31 | { | |
32 | DECLARE_NO_COPY_CLASS(wxCursorRefData) | |
f3078f07 | 33 | |
20b69855 SC |
34 | friend class WXDLLEXPORT wxBitmap; |
35 | friend class WXDLLEXPORT wxCursor; | |
f3078f07 | 36 | |
20b69855 SC |
37 | public: |
38 | wxCursorRefData(); | |
d3c7fc99 | 39 | virtual ~wxCursorRefData(); |
20b69855 SC |
40 | |
41 | protected: | |
42 | WXHCURSOR m_hCursor; | |
43 | bool m_disposeHandle; | |
44 | bool m_releaseHandle; | |
f3078f07 DS |
45 | bool m_isColorCursor; |
46 | long m_themeCursor; | |
20b69855 SC |
47 | }; |
48 | ||
716d0327 | 49 | #define M_CURSORDATA wx_static_cast(wxCursorRefData*, m_refData) |
20b69855 | 50 | |
f3078f07 DS |
51 | const short kwxCursorBullseye = 0; |
52 | const short kwxCursorBlank = 1; | |
53 | const short kwxCursorPencil = 2; | |
54 | const short kwxCursorMagnifier = 3; | |
55 | const short kwxCursorNoEntry = 4; | |
56 | const short kwxCursorPaintBrush = 5; | |
57 | const short kwxCursorPointRight = 6; | |
58 | const short kwxCursorPointLeft = 7; | |
59 | const short kwxCursorQuestionArrow = 8; | |
60 | const short kwxCursorRightArrow = 9; | |
61 | const short kwxCursorSizeNS = 10; | |
62 | const short kwxCursorSize = 11; | |
63 | const short kwxCursorSizeNESW = 12; | |
64 | const short kwxCursorSizeNWSE = 13; | |
65 | const short kwxCursorRoller = 14; | |
66 | const short kwxCursorLast = kwxCursorRoller; | |
dd05f811 SC |
67 | |
68 | Cursor gMacCursors[kwxCursorLast+1] = | |
69 | { | |
699e27dc | 70 | |
dd05f811 | 71 | { |
699e27dc RN |
72 | {0x0000, 0x03E0, 0x0630, 0x0808, 0x1004, 0x31C6, 0x2362, 0x2222, |
73 | 0x2362, 0x31C6, 0x1004, 0x0808, 0x0630, 0x03E0, 0x0000, 0x0000}, | |
74 | {0x0000, 0x03E0, 0x07F0, 0x0FF8, 0x1FFC, 0x3FFE, 0x3FFE, 0x3FFE, | |
75 | 0x3FFE, 0x3FFE, 0x1FFC, 0x0FF8, 0x07F0, 0x03E0, 0x0000, 0x0000}, | |
76 | {0x0007, 0x0008} | |
dd05f811 SC |
77 | }, |
78 | ||
79 | { | |
699e27dc RN |
80 | {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, |
81 | 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, | |
82 | {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | |
83 | 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, | |
84 | {0x0000, 0x0000} | |
dd05f811 SC |
85 | }, |
86 | ||
87 | { | |
699e27dc RN |
88 | {0x00F0, 0x0088, 0x0108, 0x0190, 0x0270, 0x0220, 0x0440, 0x0440, |
89 | 0x0880, 0x0880, 0x1100, 0x1E00, 0x1C00, 0x1800, 0x1000, 0x0000}, | |
90 | {0x00F0, 0x00F8, 0x01F8, 0x01F0, 0x03F0, 0x03E0, 0x07C0, 0x07C0, | |
91 | 0x0F80, 0x0F80, 0x1F00, 0x1E00, 0x1C00, 0x1800, 0x1000, 0x0000}, | |
92 | {0x000E, 0x0003} | |
dd05f811 SC |
93 | }, |
94 | ||
95 | { | |
699e27dc RN |
96 | {0x0000, 0x1E00, 0x2100, 0x4080, 0x4080, 0x4080, 0x4080, 0x2180, |
97 | 0x1FC0, 0x00E0, 0x0070, 0x0038, 0x001C, 0x000E, 0x0006, 0x0000}, | |
98 | {0x3F00, 0x7F80, 0xFFC0, 0xFFC0, 0xFFC0, 0xFFC0, 0xFFC0, 0x7FC0, | |
99 | 0x3FE0, 0x1FF0, 0x00F8, 0x007C, 0x003E, 0x001F, 0x000F, 0x0007}, | |
100 | {0x0004, 0x0004} | |
dd05f811 SC |
101 | }, |
102 | ||
103 | { | |
699e27dc RN |
104 | {0x0000, 0x07E0, 0x1FF0, 0x3838, 0x3C0C, 0x6E0E, 0x6706, 0x6386, |
105 | 0x61C6, 0x60E6, 0x7076, 0x303C, 0x1C1C, 0x0FF8, 0x07E0, 0x0000}, | |
106 | {0x0540, 0x0FF0, 0x3FF8, 0x3C3C, 0x7E0E, 0xFF0F, 0x6F86, 0xE7C7, | |
107 | 0x63E6, 0xE1F7, 0x70FE, 0x707E, 0x3C3C, 0x1FFC, 0x0FF0, 0x0540}, | |
108 | {0x0007, 0x0007} | |
dd05f811 SC |
109 | }, |
110 | ||
111 | { | |
699e27dc RN |
112 | {0x0000, 0x0380, 0x0380, 0x0380, 0x0380, 0x0380, 0x0380, 0x0FE0, |
113 | 0x1FF0, 0x1FF0, 0x0000, 0x1FF0, 0x1FF0, 0x1550, 0x1550, 0x1550}, | |
114 | {0x07C0, 0x07C0, 0x07C0, 0x07C0, 0x07C0, 0x07C0, 0x0FE0, 0x1FF0, | |
115 | 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8, 0x3FF8}, | |
116 | {0x000B, 0x0007} | |
dd05f811 SC |
117 | }, |
118 | ||
119 | { | |
699e27dc RN |
120 | {0x00C0, 0x0140, 0x0640, 0x08C0, 0x3180, 0x47FE, 0x8001, 0x8001, |
121 | 0x81FE, 0x8040, 0x01C0, 0x0040, 0x03C0, 0xC080, 0x3F80, 0x0000}, | |
122 | {0x00C0, 0x01C0, 0x07C0, 0x0FC0, 0x3F80, 0x7FFE, 0xFFFF, 0xFFFF, | |
123 | 0xFFFE, 0xFFC0, 0xFFC0, 0xFFC0, 0xFFC0, 0xFF80, 0x3F80, 0x0000}, | |
124 | {0x0006, 0x000F} | |
dd05f811 SC |
125 | }, |
126 | ||
127 | { | |
699e27dc RN |
128 | {0x0100, 0x0280, 0x0260, 0x0310, 0x018C, 0x7FE3, 0x8000, 0x8000, |
129 | 0x7F80, 0x0200, 0x0380, 0x0200, 0x03C0, 0x0107, 0x01F8, 0x0000}, | |
130 | {0x0100, 0x0380, 0x03E0, 0x03F0, 0x01FC, 0x7FFF, 0xFFFF, 0xFFFF, | |
131 | 0xFFFF, 0x03FF, 0x03FF, 0x03FF, 0x03FF, 0x01FF, 0x01F8, 0x0000}, | |
132 | {0x0006, 0x0000} | |
dd05f811 SC |
133 | }, |
134 | ||
135 | { | |
699e27dc RN |
136 | {0x0000, 0x4078, 0x60FC, 0x71CE, 0x7986, 0x7C06, 0x7E0E, 0x7F1C, |
137 | 0x7FB8, 0x7C30, 0x6C30, 0x4600, 0x0630, 0x0330, 0x0300, 0x0000}, | |
138 | {0xC078, 0xE0FC, 0xF1FE, 0xFBFF, 0xFFCF, 0xFF8F, 0xFF1F, 0xFFBE, | |
139 | 0xFFFC, 0xFE78, 0xFF78, 0xEFF8, 0xCFF8, 0x87F8, 0x07F8, 0x0300}, | |
140 | {0x0001, 0x0001} | |
dd05f811 SC |
141 | }, |
142 | ||
143 | { | |
699e27dc RN |
144 | {0x0000, 0x0002, 0x0006, 0x000E, 0x001E, 0x003E, 0x007E, 0x00FE, |
145 | 0x01FE, 0x003E, 0x0036, 0x0062, 0x0060, 0x00C0, 0x00C0, 0x0000}, | |
146 | {0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF, | |
147 | 0x03FF, 0x07FF, 0x007F, 0x00F7, 0x00F3, 0x01E1, 0x01E0, 0x01C0}, | |
148 | {0x0001, 0x000E} | |
dd05f811 SC |
149 | }, |
150 | ||
151 | { | |
699e27dc RN |
152 | {0x0000, 0x0080, 0x01C0, 0x03E0, 0x0080, 0x0080, 0x0080, 0x1FFC, |
153 | 0x1FFC, 0x0080, 0x0080, 0x0080, 0x03E0, 0x01C0, 0x0080, 0x0000}, | |
154 | {0x0080, 0x01C0, 0x03E0, 0x07F0, 0x0FF8, 0x01C0, 0x3FFE, 0x3FFE, | |
155 | 0x3FFE, 0x3FFE, 0x01C0, 0x0FF8, 0x07F0, 0x03E0, 0x01C0, 0x0080}, | |
156 | {0x0007, 0x0008} | |
dd05f811 SC |
157 | }, |
158 | ||
159 | { | |
699e27dc RN |
160 | {0x0000, 0x0080, 0x01C0, 0x03E0, 0x0080, 0x0888, 0x188C, 0x3FFE, |
161 | 0x188C, 0x0888, 0x0080, 0x03E0, 0x01C0, 0x0080, 0x0000, 0x0000}, | |
162 | {0x0080, 0x01C0, 0x03E0, 0x07F0, 0x0BE8, 0x1DDC, 0x3FFE, 0x7FFF, | |
163 | 0x3FFE, 0x1DDC, 0x0BE8, 0x07F0, 0x03E0, 0x01C0, 0x0080, 0x0000}, | |
164 | {0x0007, 0x0008} | |
dd05f811 SC |
165 | }, |
166 | ||
167 | { | |
699e27dc RN |
168 | {0x0000, 0x001E, 0x000E, 0x060E, 0x0712, 0x03A0, 0x01C0, 0x00E0, |
169 | 0x0170, 0x1238, 0x1C18, 0x1C00, 0x1E00, 0x0000, 0x0000, 0x0000}, | |
170 | {0x007F, 0x003F, 0x0E1F, 0x0F0F, 0x0F97, 0x07E3, 0x03E1, 0x21F0, | |
171 | 0x31F8, 0x3A7C, 0x3C3C, 0x3E1C, 0x3F00, 0x3F80, 0x0000, 0x0000}, | |
172 | {0x0006, 0x0009} | |
dd05f811 SC |
173 | }, |
174 | ||
175 | { | |
699e27dc RN |
176 | {0x0000, 0x7800, 0x7000, 0x7060, 0x48E0, 0x05C0, 0x0380, 0x0700, |
177 | 0x0E80, 0x1C48, 0x1838, 0x0038, 0x0078, 0x0000, 0x0000, 0x0000}, | |
178 | {0xFE00, 0xFC00, 0xF870, 0xF0F0, 0xE9F0, 0xC7E0, 0x87C0, 0x0F84, | |
179 | 0x1F8C, 0x3E5C, 0x3C3C, 0x387C, 0x00FC, 0x01FC, 0x0000, 0x0000}, | |
180 | {0x0006, 0x0006} | |
dd05f811 SC |
181 | }, |
182 | ||
183 | { | |
699e27dc RN |
184 | {0x0006, 0x000E, 0x001C, 0x0018, 0x0020, 0x0040, 0x00F8, 0x0004, |
185 | 0x1FF4, 0x200C, 0x2AA8, 0x1FF0, 0x1F80, 0x3800, 0x6000, 0x8000}, | |
186 | {0x000F, 0x001F, 0x003E, 0x007C, 0x0070, 0x00E0, 0x01FC, 0x3FF6, | |
187 | 0x7FF6, 0x7FFE, 0x7FFC, 0x7FF8, 0x3FF0, 0x7FC0, 0xF800, 0xE000}, | |
188 | {0x000A, 0x0006} | |
189 | }, | |
190 | ||
f3078f07 | 191 | }; |
c6a071d2 | 192 | |
e40298d5 | 193 | wxCursor gMacCurrentCursor ; |
519cb848 | 194 | |
dd05f811 SC |
195 | CursHandle wxGetStockCursor( int number ) |
196 | { | |
197 | wxASSERT_MSG( number >= 0 && number <=kwxCursorLast , wxT("invalid stock cursor id") ) ; | |
198 | CursHandle c = (CursHandle) NewHandle( sizeof(Cursor) ) ; | |
f3078f07 DS |
199 | memcpy( *c, &gMacCursors[number], sizeof(Cursor) ) ; |
200 | ||
7e81aa03 SC |
201 | #ifndef WORDS_BIGENDIAN |
202 | short *sptr = (short*) *c ; | |
203 | for ( int i = 0 ; i < 2 * 16 /* image and mask */ ; ++i, ++sptr ) | |
204 | { | |
205 | *sptr = CFSwapInt16( *sptr ) ; | |
206 | } | |
207 | #endif | |
f3078f07 | 208 | return c ; |
dd05f811 SC |
209 | } |
210 | ||
e9576ca5 SC |
211 | wxCursorRefData::wxCursorRefData() |
212 | { | |
f3078f07 | 213 | SetWidth( 16 ); |
20b69855 | 214 | SetHeight( 16 ); |
f3078f07 DS |
215 | m_hCursor = NULL; |
216 | m_disposeHandle = false; | |
217 | m_releaseHandle = false; | |
218 | m_isColorCursor = false; | |
219 | m_themeCursor = -1; | |
e9576ca5 SC |
220 | } |
221 | ||
222 | wxCursorRefData::~wxCursorRefData() | |
223 | { | |
c6a071d2 SC |
224 | if ( m_isColorCursor ) |
225 | { | |
226 | ::DisposeCCursor( (CCrsrHandle) m_hCursor ) ; | |
227 | } | |
e40298d5 JS |
228 | else if ( m_disposeHandle ) |
229 | { | |
230 | ::DisposeHandle( (Handle ) m_hCursor ) ; | |
f3078f07 | 231 | } |
e40298d5 JS |
232 | else if ( m_releaseHandle ) |
233 | { | |
234 | // we don't release the resource since it may already | |
235 | // be in use again | |
236 | } | |
e9576ca5 SC |
237 | } |
238 | ||
e9576ca5 SC |
239 | wxCursor::wxCursor() |
240 | { | |
241 | } | |
242 | ||
243 | wxCursor::wxCursor(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSED(height), | |
244 | int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), const char WXUNUSED(maskBits)[]) | |
245 | { | |
246 | } | |
247 | ||
c6a071d2 SC |
248 | wxCursor::wxCursor( const wxImage &image ) |
249 | { | |
5e0526df | 250 | #if wxUSE_IMAGE |
ce72eadb | 251 | CreateFromImage( image ) ; |
5e0526df | 252 | #endif |
c6a071d2 SC |
253 | } |
254 | ||
f3078f07 | 255 | wxCursor::wxCursor(const char **bits) |
c5e59178 SC |
256 | { |
257 | (void) CreateFromXpm(bits); | |
258 | } | |
259 | ||
f3078f07 | 260 | wxCursor::wxCursor(char **bits) |
c5e59178 SC |
261 | { |
262 | (void) CreateFromXpm((const char **)bits); | |
263 | } | |
264 | ||
265 | bool wxCursor::CreateFromXpm(const char **bits) | |
266 | { | |
476a5dec | 267 | #if wxUSE_IMAGE |
637b7e4f | 268 | wxCHECK_MSG( bits != NULL, false, wxT("invalid cursor data") ); |
c5e59178 SC |
269 | wxXPMDecoder decoder; |
270 | wxImage img = decoder.ReadData(bits); | |
637b7e4f | 271 | wxCHECK_MSG( img.Ok(), false, wxT("invalid cursor data") ); |
f3078f07 DS |
272 | CreateFromImage( img ) ; |
273 | return true; | |
476a5dec | 274 | #else |
f3078f07 | 275 | return false; |
476a5dec | 276 | #endif |
c5e59178 SC |
277 | } |
278 | ||
f3078f07 DS |
279 | WXHCURSOR wxCursor::GetHCURSOR() const |
280 | { | |
281 | return (M_CURSORDATA ? M_CURSORDATA->m_hCursor : 0); | |
20b69855 SC |
282 | } |
283 | ||
b7cacb43 | 284 | bool wxCursor::IsOk() const |
f3078f07 DS |
285 | { |
286 | return (m_refData != NULL && ( M_CURSORDATA->m_hCursor != NULL || M_CURSORDATA->m_themeCursor != -1 ) ) ; | |
20b69855 SC |
287 | } |
288 | ||
c5e59178 SC |
289 | short GetCTabIndex( CTabHandle colors , RGBColor *col ) |
290 | { | |
291 | short retval = 0 ; | |
292 | unsigned long bestdiff = 0xFFFF ; | |
f3078f07 | 293 | |
c5e59178 SC |
294 | for ( int i = 0 ; i < (**colors).ctSize ; ++i ) |
295 | { | |
296 | unsigned long diff = abs(col->red - (**colors).ctTable[i].rgb.red ) + | |
297 | abs(col->green - (**colors).ctTable[i].rgb.green ) + | |
298 | abs(col->blue - (**colors).ctTable[i].rgb.blue ) ; | |
f3078f07 | 299 | |
c5e59178 SC |
300 | if ( diff < bestdiff ) |
301 | { | |
302 | bestdiff = diff ; | |
303 | retval = (**colors).ctTable[i].value ; | |
304 | } | |
305 | } | |
f3078f07 | 306 | |
c5e59178 SC |
307 | return retval ; |
308 | } | |
309 | ||
476a5dec RN |
310 | #if wxUSE_IMAGE |
311 | ||
f3078f07 | 312 | void wxCursor::CreateFromImage(const wxImage & image) |
c6a071d2 SC |
313 | { |
314 | m_refData = new wxCursorRefData; | |
315 | ||
b737ad10 RR |
316 | int w = 16; |
317 | int h = 16; | |
318 | ||
319 | int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); | |
320 | int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); | |
321 | int image_w = image.GetWidth(); | |
322 | int image_h = image.GetHeight(); | |
323 | ||
324 | wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && | |
325 | hotSpotY >= 0 && hotSpotY < image_h, | |
f3078f07 | 326 | wxT("invalid cursor hot spot coordinates") ); |
b737ad10 RR |
327 | |
328 | wxImage image16(image); // final image of correct size | |
f3078f07 | 329 | |
b737ad10 RR |
330 | // if image is too small then place it in the center, resize it if too big |
331 | if ((w > image_w) && (h > image_h)) | |
332 | { | |
f3078f07 | 333 | wxPoint offset((w - image_w) / 2, (h - image_h) / 2); |
b737ad10 RR |
334 | hotSpotX = hotSpotX + offset.x; |
335 | hotSpotY = hotSpotY + offset.y; | |
f3078f07 | 336 | |
b737ad10 RR |
337 | image16 = image.Size(wxSize(w, h), offset); |
338 | } | |
339 | else if ((w != image_w) || (h != image_h)) | |
340 | { | |
f3078f07 DS |
341 | hotSpotX = int(hotSpotX * double(w) / double(image_w)); |
342 | hotSpotY = int(hotSpotY * double(h) / double(image_h)); | |
b737ad10 RR |
343 | |
344 | image16 = image.Scale(w, h); | |
345 | } | |
346 | ||
347 | unsigned char * rgbBits = image16.GetData(); | |
c6a071d2 SC |
348 | bool bHasMask = image16.HasMask() ; |
349 | ||
f3078f07 | 350 | PixMapHandle pm = (PixMapHandle) NewHandleClear( sizeof(PixMap) ) ; |
c5e59178 SC |
351 | short extent = 16 ; |
352 | short bytesPerPixel = 1 ; | |
353 | short depth = 8 ; | |
354 | Rect bounds = { 0 , 0 , extent , extent } ; | |
f3078f07 | 355 | CCrsrHandle ch = (CCrsrHandle) NewHandleClear( sizeof(CCrsr) ) ; |
c5e59178 | 356 | CTabHandle newColors = GetCTable( 8 ) ; |
f3078f07 DS |
357 | HandToHand( (Handle *) &newColors ); |
358 | ||
c5e59178 SC |
359 | // set the values to the indices |
360 | for ( int i = 0 ; i < (**newColors).ctSize ; ++i ) | |
361 | { | |
362 | (**newColors).ctTable[i].value = i ; | |
363 | } | |
c5e59178 | 364 | |
f3078f07 DS |
365 | HLock( (Handle)ch ); |
366 | (**ch).crsrType = 0x8001; // color cursors | |
367 | (**ch).crsrMap = pm; | |
368 | short bytesPerRow = bytesPerPixel * extent; | |
369 | ||
370 | (**pm).baseAddr = 0; | |
c5e59178 | 371 | (**pm).rowBytes = bytesPerRow | 0x8000; |
f3078f07 DS |
372 | (**pm).bounds = bounds; |
373 | (**pm).pmVersion = 0; | |
374 | (**pm).packType = 0; | |
375 | (**pm).packSize = 0; | |
376 | (**pm).hRes = 0x00480000; // 72 DPI default res | |
377 | (**pm).vRes = 0x00480000; // 72 DPI default res | |
c5e59178 SC |
378 | (**pm).pixelSize = depth; |
379 | (**pm).pixelType = 0; | |
f3078f07 | 380 | (**pm).cmpCount = 1; |
c5e59178 SC |
381 | (**pm).cmpSize = depth; |
382 | (**pm).pmTable = newColors; | |
383 | ||
f3078f07 | 384 | (**ch).crsrData = NewHandleClear( extent * bytesPerRow ) ; |
c5e59178 SC |
385 | (**ch).crsrXData = NULL ; |
386 | (**ch).crsrXValid = 0; | |
387 | (**ch).crsrXHandle = NULL; | |
388 | ||
389 | (**ch).crsrHotSpot.h = hotSpotX ; | |
390 | (**ch).crsrHotSpot.v = hotSpotY ; | |
f3078f07 | 391 | (**ch).crsrXTable = 0 ; |
c5e59178 | 392 | (**ch).crsrID = GetCTSeed() ; |
f3078f07 | 393 | |
c5e59178 SC |
394 | memset( (**ch).crsr1Data , 0 , sizeof( Bits16 ) ) ; |
395 | memset( (**ch).crsrMask , 0 , sizeof( Bits16 ) ) ; | |
f3078f07 | 396 | |
c5e59178 SC |
397 | unsigned char mr = image16.GetMaskRed() ; |
398 | unsigned char mg = image16.GetMaskGreen() ; | |
399 | unsigned char mb = image16.GetMaskBlue() ; | |
f3078f07 | 400 | |
c5e59178 SC |
401 | for ( int y = 0 ; y < h ; ++y ) |
402 | { | |
f3078f07 DS |
403 | short rowbits = 0, maskbits = 0 ; |
404 | ||
c5e59178 SC |
405 | for ( int x = 0 ; x < w ; ++x ) |
406 | { | |
407 | long pos = (y * w + x) * 3; | |
408 | ||
409 | unsigned char r = rgbBits[pos] ; | |
f3078f07 DS |
410 | unsigned char g = rgbBits[pos + 1] ; |
411 | unsigned char b = rgbBits[pos + 2] ; | |
412 | RGBColor col = { 0xFFFF, 0xFFFF, 0xFFFF } ; | |
413 | ||
414 | if ( bHasMask && r == mr && g == mg && b == mb ) | |
c5e59178 SC |
415 | { |
416 | // masked area, does not appear anywhere | |
417 | } | |
418 | else | |
419 | { | |
420 | if ( (int)r + (int)g + (int)b < 0x0200 ) | |
f3078f07 DS |
421 | rowbits |= ( 1 << (15 - x) ) ; |
422 | ||
423 | maskbits |= ( 1 << (15 - x) ) ; | |
424 | ||
c5e59178 SC |
425 | col = *((RGBColor*) wxColor( r , g , b ).GetPixel()) ; |
426 | } | |
f3078f07 DS |
427 | |
428 | *((*(**ch).crsrData) + y * bytesPerRow + x) = | |
c5e59178 SC |
429 | GetCTabIndex( newColors , &col) ; |
430 | } | |
7e81aa03 | 431 | #ifdef WORDS_BIGENDIAN |
c5e59178 SC |
432 | (**ch).crsr1Data[y] = rowbits ; |
433 | (**ch).crsrMask[y] = maskbits ; | |
7e81aa03 SC |
434 | #else |
435 | (**ch).crsr1Data[y] = CFSwapInt16(rowbits) ; | |
436 | (**ch).crsrMask[y] = CFSwapInt16(maskbits) ; | |
437 | #endif | |
c5e59178 | 438 | } |
f3078f07 | 439 | |
c5e59178 | 440 | if ( !bHasMask ) |
c5e59178 | 441 | memcpy( (**ch).crsrMask , (**ch).crsr1Data , sizeof( Bits16) ) ; |
f3078f07 DS |
442 | |
443 | HUnlock( (Handle)ch ) ; | |
c5e59178 SC |
444 | M_CURSORDATA->m_hCursor = ch ; |
445 | M_CURSORDATA->m_isColorCursor = true ; | |
c6a071d2 SC |
446 | } |
447 | ||
476a5dec RN |
448 | #endif //wxUSE_IMAGE |
449 | ||
e9576ca5 SC |
450 | wxCursor::wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int hotSpotY) |
451 | { | |
452 | m_refData = new wxCursorRefData; | |
c6a071d2 SC |
453 | if ( flags == wxBITMAP_TYPE_MACCURSOR_RESOURCE ) |
454 | { | |
e40298d5 | 455 | Str255 theName ; |
f3078f07 DS |
456 | wxMacStringToPascal( cursor_file , theName ) ; |
457 | ||
e40298d5 JS |
458 | Handle resHandle = ::GetNamedResource( 'crsr' , theName ) ; |
459 | if ( resHandle ) | |
460 | { | |
461 | short theId = -1 ; | |
462 | OSType theType ; | |
f3078f07 | 463 | |
e40298d5 JS |
464 | GetResInfo( resHandle , &theId , &theType , theName ) ; |
465 | ReleaseResource( resHandle ) ; | |
f3078f07 | 466 | |
e40298d5 JS |
467 | M_CURSORDATA->m_hCursor = GetCCursor( theId ) ; |
468 | if ( M_CURSORDATA->m_hCursor ) | |
469 | M_CURSORDATA->m_isColorCursor = true ; | |
470 | } | |
471 | else | |
f3078f07 | 472 | { |
e40298d5 JS |
473 | Handle resHandle = ::GetNamedResource( 'CURS' , theName ) ; |
474 | if ( resHandle ) | |
475 | { | |
476 | short theId = -1 ; | |
477 | OSType theType ; | |
f3078f07 | 478 | |
e40298d5 JS |
479 | GetResInfo( resHandle , &theId , &theType , theName ) ; |
480 | ReleaseResource( resHandle ) ; | |
f3078f07 DS |
481 | |
482 | M_CURSORDATA->m_hCursor = GetCursor( theId ) ; | |
e40298d5 JS |
483 | if ( M_CURSORDATA->m_hCursor ) |
484 | M_CURSORDATA->m_releaseHandle = true ; | |
485 | } | |
c6a071d2 SC |
486 | } |
487 | } | |
488 | else | |
489 | { | |
476a5dec | 490 | #if wxUSE_IMAGE |
c6a071d2 | 491 | wxImage image ; |
f3078f07 DS |
492 | image.LoadFile( cursor_file, flags ) ; |
493 | if ( image.Ok() ) | |
c6a071d2 | 494 | { |
f3078f07 DS |
495 | image.SetOption( wxIMAGE_OPTION_CUR_HOTSPOT_X, hotSpotX ) ; |
496 | image.SetOption( wxIMAGE_OPTION_CUR_HOTSPOT_Y, hotSpotY ) ; | |
c6a071d2 | 497 | delete m_refData ; |
f3078f07 | 498 | CreateFromImage( image ) ; |
c6a071d2 | 499 | } |
476a5dec | 500 | #endif |
c6a071d2 | 501 | } |
e9576ca5 SC |
502 | } |
503 | ||
504 | // Cursors by stock number | |
505 | wxCursor::wxCursor(int cursor_type) | |
506 | { | |
e40298d5 | 507 | m_refData = new wxCursorRefData; |
f3078f07 | 508 | |
e40298d5 JS |
509 | switch (cursor_type) |
510 | { | |
c5e59178 | 511 | case wxCURSOR_COPY_ARROW: |
f3078f07 | 512 | M_CURSORDATA->m_themeCursor = kThemeCopyArrowCursor; |
c5e59178 | 513 | break; |
f3078f07 | 514 | |
e9576ca5 | 515 | case wxCURSOR_WAIT: |
f3078f07 | 516 | M_CURSORDATA->m_themeCursor = kThemeWatchCursor; |
e40298d5 | 517 | break; |
f3078f07 | 518 | |
e9576ca5 | 519 | case wxCURSOR_IBEAM: |
f3078f07 | 520 | M_CURSORDATA->m_themeCursor = kThemeIBeamCursor; |
e40298d5 | 521 | break; |
f3078f07 | 522 | |
e9576ca5 | 523 | case wxCURSOR_CROSS: |
e40298d5 JS |
524 | M_CURSORDATA->m_themeCursor = kThemeCrossCursor; |
525 | break; | |
f3078f07 | 526 | |
e9576ca5 | 527 | case wxCURSOR_SIZENWSE: |
f3078f07 | 528 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSizeNWSE); |
e40298d5 | 529 | break; |
f3078f07 | 530 | |
e9576ca5 | 531 | case wxCURSOR_SIZENESW: |
f3078f07 | 532 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSizeNESW); |
e40298d5 | 533 | break; |
f3078f07 | 534 | |
e9576ca5 | 535 | case wxCURSOR_SIZEWE: |
f3078f07 | 536 | M_CURSORDATA->m_themeCursor = kThemeResizeLeftRightCursor; |
e40298d5 | 537 | break; |
f3078f07 | 538 | |
e9576ca5 | 539 | case wxCURSOR_SIZENS: |
f3078f07 | 540 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSizeNS); |
e40298d5 | 541 | break; |
f3078f07 | 542 | |
e40298d5 | 543 | case wxCURSOR_SIZING: |
f3078f07 | 544 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSize); |
e40298d5 | 545 | break; |
f3078f07 | 546 | |
e9576ca5 | 547 | case wxCURSOR_HAND: |
f3078f07 | 548 | M_CURSORDATA->m_themeCursor = kThemePointingHandCursor; |
e40298d5 | 549 | break; |
f3078f07 | 550 | |
e9576ca5 | 551 | case wxCURSOR_BULLSEYE: |
f3078f07 | 552 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorBullseye); |
fe3fcb05 | 553 | break; |
f3078f07 | 554 | |
e9576ca5 | 555 | case wxCURSOR_PENCIL: |
f3078f07 | 556 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPencil); |
fe3fcb05 | 557 | break; |
f3078f07 | 558 | |
e9576ca5 | 559 | case wxCURSOR_MAGNIFIER: |
f3078f07 | 560 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorMagnifier); |
fe3fcb05 | 561 | break; |
f3078f07 | 562 | |
e9576ca5 | 563 | case wxCURSOR_NO_ENTRY: |
f3078f07 | 564 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorNoEntry); |
fe3fcb05 | 565 | break; |
f3078f07 | 566 | |
e9576ca5 | 567 | case wxCURSOR_WATCH: |
f3078f07 DS |
568 | M_CURSORDATA->m_themeCursor = kThemeWatchCursor; |
569 | break; | |
570 | ||
e9576ca5 | 571 | case wxCURSOR_PAINT_BRUSH: |
f3078f07 DS |
572 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPaintBrush); |
573 | break; | |
574 | ||
e9576ca5 | 575 | case wxCURSOR_POINT_LEFT: |
f3078f07 DS |
576 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPointLeft); |
577 | break; | |
578 | ||
e9576ca5 | 579 | case wxCURSOR_POINT_RIGHT: |
f3078f07 DS |
580 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPointRight); |
581 | break; | |
582 | ||
e9576ca5 | 583 | case wxCURSOR_QUESTION_ARROW: |
f3078f07 DS |
584 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorQuestionArrow); |
585 | break; | |
586 | ||
e9576ca5 | 587 | case wxCURSOR_BLANK: |
f3078f07 DS |
588 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorBlank); |
589 | break; | |
590 | ||
c6a071d2 | 591 | case wxCURSOR_RIGHT_ARROW: |
f3078f07 DS |
592 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorRightArrow); |
593 | break; | |
594 | ||
c6a071d2 | 595 | case wxCURSOR_SPRAYCAN: |
f3078f07 DS |
596 | M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorRoller); |
597 | break; | |
598 | ||
c6a071d2 | 599 | case wxCURSOR_CHAR: |
e9576ca5 | 600 | case wxCURSOR_ARROW: |
c6a071d2 SC |
601 | case wxCURSOR_LEFT_BUTTON: |
602 | case wxCURSOR_RIGHT_BUTTON: | |
603 | case wxCURSOR_MIDDLE_BUTTON: | |
e40298d5 | 604 | default: |
f3078f07 | 605 | M_CURSORDATA->m_themeCursor = kThemeArrowCursor; |
e40298d5 JS |
606 | break; |
607 | } | |
f3078f07 | 608 | |
e40298d5 | 609 | if ( M_CURSORDATA->m_themeCursor == -1 ) |
f3078f07 | 610 | M_CURSORDATA->m_releaseHandle = true; |
519cb848 | 611 | } |
e9576ca5 | 612 | |
f3078f07 | 613 | void wxCursor::MacInstall() const |
519cb848 | 614 | { |
e40298d5 JS |
615 | gMacCurrentCursor = *this ; |
616 | if ( m_refData && M_CURSORDATA->m_themeCursor != -1 ) | |
617 | { | |
618 | SetThemeCursor( M_CURSORDATA->m_themeCursor ) ; | |
619 | } | |
620 | else if ( m_refData && M_CURSORDATA->m_hCursor ) | |
621 | { | |
622 | if ( M_CURSORDATA->m_isColorCursor ) | |
623 | ::SetCCursor( (CCrsrHandle) M_CURSORDATA->m_hCursor ) ; | |
624 | else | |
625 | ::SetCursor( * (CursHandle) M_CURSORDATA->m_hCursor ) ; | |
626 | } | |
627 | else | |
628 | { | |
629 | SetThemeCursor( kThemeArrowCursor ) ; | |
630 | } | |
e9576ca5 SC |
631 | } |
632 | ||
633 | wxCursor::~wxCursor() | |
634 | { | |
635 | } | |
636 | ||
637 | // Global cursor setting | |
638 | void wxSetCursor(const wxCursor& cursor) | |
639 | { | |
e40298d5 | 640 | cursor.MacInstall() ; |
e9576ca5 | 641 | } |