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