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