]> git.saurik.com Git - wxWidgets.git/blame - src/mac/carbon/cursor.cpp
fix wxBrush for the mac build
[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
e45080c1 279wxCursor::wxCursor(const char* const* bits)
c5e59178
SC
280{
281 (void) CreateFromXpm(bits);
282}
283
8f884a0d
VZ
284wxGDIRefData *wxCursor::CreateGDIRefData() const
285{
286 return new wxCursorRefData;
287}
288
289wxGDIRefData *wxCursor::CloneGDIRefData(const wxGDIRefData *data) const
290{
291 return new wxCursorRefData(*wx_static_cast(const wxCursorRefData *, data));
292}
293
e45080c1 294bool wxCursor::CreateFromXpm(const char* const* bits)
c5e59178 295{
476a5dec 296#if wxUSE_IMAGE
637b7e4f 297 wxCHECK_MSG( bits != NULL, false, wxT("invalid cursor data") );
c5e59178
SC
298 wxXPMDecoder decoder;
299 wxImage img = decoder.ReadData(bits);
637b7e4f 300 wxCHECK_MSG( img.Ok(), false, wxT("invalid cursor data") );
f3078f07
DS
301 CreateFromImage( img ) ;
302 return true;
476a5dec 303#else
f3078f07 304 return false;
476a5dec 305#endif
c5e59178
SC
306}
307
f3078f07
DS
308WXHCURSOR wxCursor::GetHCURSOR() const
309{
310 return (M_CURSORDATA ? M_CURSORDATA->m_hCursor : 0);
20b69855
SC
311}
312
6239ee05 313#if !wxMAC_USE_COCOA
c5e59178
SC
314short GetCTabIndex( CTabHandle colors , RGBColor *col )
315{
316 short retval = 0 ;
317 unsigned long bestdiff = 0xFFFF ;
f3078f07 318
c5e59178
SC
319 for ( int i = 0 ; i < (**colors).ctSize ; ++i )
320 {
321 unsigned long diff = abs(col->red - (**colors).ctTable[i].rgb.red ) +
322 abs(col->green - (**colors).ctTable[i].rgb.green ) +
323 abs(col->blue - (**colors).ctTable[i].rgb.blue ) ;
f3078f07 324
c5e59178
SC
325 if ( diff < bestdiff )
326 {
327 bestdiff = diff ;
328 retval = (**colors).ctTable[i].value ;
329 }
330 }
f3078f07 331
c5e59178
SC
332 return retval ;
333}
6239ee05 334#endif
c5e59178 335
476a5dec
RN
336#if wxUSE_IMAGE
337
f3078f07 338void wxCursor::CreateFromImage(const wxImage & image)
c6a071d2
SC
339{
340 m_refData = new wxCursorRefData;
6239ee05
SC
341 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
342 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
343#if wxMAC_USE_COCOA
344 wxBitmap bmp( image );
345 CGImageRef cgimage = wxMacCreateCGImageFromBitmap(bmp);
346 if ( cgimage )
347 {
348 M_CURSORDATA->m_hCursor = wxMacCocoaCreateCursorFromCGImage( cgimage, hotSpotX, hotSpotY );
349 CFRelease( cgimage );
350 }
351#else
4f74e0d1 352#ifndef __LP64__
b737ad10
RR
353 int w = 16;
354 int h = 16;
355
b737ad10
RR
356 int image_w = image.GetWidth();
357 int image_h = image.GetHeight();
358
359 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w &&
360 hotSpotY >= 0 && hotSpotY < image_h,
f3078f07 361 wxT("invalid cursor hot spot coordinates") );
b737ad10
RR
362
363 wxImage image16(image); // final image of correct size
f3078f07 364
b737ad10
RR
365 // if image is too small then place it in the center, resize it if too big
366 if ((w > image_w) && (h > image_h))
367 {
f3078f07 368 wxPoint offset((w - image_w) / 2, (h - image_h) / 2);
b737ad10
RR
369 hotSpotX = hotSpotX + offset.x;
370 hotSpotY = hotSpotY + offset.y;
f3078f07 371
b737ad10
RR
372 image16 = image.Size(wxSize(w, h), offset);
373 }
374 else if ((w != image_w) || (h != image_h))
375 {
f3078f07
DS
376 hotSpotX = int(hotSpotX * double(w) / double(image_w));
377 hotSpotY = int(hotSpotY * double(h) / double(image_h));
b737ad10
RR
378
379 image16 = image.Scale(w, h);
380 }
381
382 unsigned char * rgbBits = image16.GetData();
c6a071d2
SC
383 bool bHasMask = image16.HasMask() ;
384
f3078f07 385 PixMapHandle pm = (PixMapHandle) NewHandleClear( sizeof(PixMap) ) ;
c5e59178
SC
386 short extent = 16 ;
387 short bytesPerPixel = 1 ;
388 short depth = 8 ;
389 Rect bounds = { 0 , 0 , extent , extent } ;
f3078f07 390 CCrsrHandle ch = (CCrsrHandle) NewHandleClear( sizeof(CCrsr) ) ;
c5e59178 391 CTabHandle newColors = GetCTable( 8 ) ;
f3078f07
DS
392 HandToHand( (Handle *) &newColors );
393
c5e59178
SC
394 // set the values to the indices
395 for ( int i = 0 ; i < (**newColors).ctSize ; ++i )
396 {
397 (**newColors).ctTable[i].value = i ;
398 }
c5e59178 399
f3078f07
DS
400 HLock( (Handle)ch );
401 (**ch).crsrType = 0x8001; // color cursors
402 (**ch).crsrMap = pm;
403 short bytesPerRow = bytesPerPixel * extent;
404
405 (**pm).baseAddr = 0;
c5e59178 406 (**pm).rowBytes = bytesPerRow | 0x8000;
f3078f07
DS
407 (**pm).bounds = bounds;
408 (**pm).pmVersion = 0;
409 (**pm).packType = 0;
410 (**pm).packSize = 0;
411 (**pm).hRes = 0x00480000; // 72 DPI default res
412 (**pm).vRes = 0x00480000; // 72 DPI default res
c5e59178
SC
413 (**pm).pixelSize = depth;
414 (**pm).pixelType = 0;
f3078f07 415 (**pm).cmpCount = 1;
c5e59178
SC
416 (**pm).cmpSize = depth;
417 (**pm).pmTable = newColors;
418
f3078f07 419 (**ch).crsrData = NewHandleClear( extent * bytesPerRow ) ;
c5e59178
SC
420 (**ch).crsrXData = NULL ;
421 (**ch).crsrXValid = 0;
422 (**ch).crsrXHandle = NULL;
423
424 (**ch).crsrHotSpot.h = hotSpotX ;
425 (**ch).crsrHotSpot.v = hotSpotY ;
f3078f07 426 (**ch).crsrXTable = 0 ;
c5e59178 427 (**ch).crsrID = GetCTSeed() ;
f3078f07 428
c5e59178
SC
429 memset( (**ch).crsr1Data , 0 , sizeof( Bits16 ) ) ;
430 memset( (**ch).crsrMask , 0 , sizeof( Bits16 ) ) ;
f3078f07 431
c5e59178
SC
432 unsigned char mr = image16.GetMaskRed() ;
433 unsigned char mg = image16.GetMaskGreen() ;
434 unsigned char mb = image16.GetMaskBlue() ;
f3078f07 435
c5e59178
SC
436 for ( int y = 0 ; y < h ; ++y )
437 {
f3078f07
DS
438 short rowbits = 0, maskbits = 0 ;
439
c5e59178
SC
440 for ( int x = 0 ; x < w ; ++x )
441 {
442 long pos = (y * w + x) * 3;
443
444 unsigned char r = rgbBits[pos] ;
f3078f07
DS
445 unsigned char g = rgbBits[pos + 1] ;
446 unsigned char b = rgbBits[pos + 2] ;
447 RGBColor col = { 0xFFFF, 0xFFFF, 0xFFFF } ;
448
449 if ( bHasMask && r == mr && g == mg && b == mb )
c5e59178
SC
450 {
451 // masked area, does not appear anywhere
452 }
453 else
454 {
455 if ( (int)r + (int)g + (int)b < 0x0200 )
f3078f07
DS
456 rowbits |= ( 1 << (15 - x) ) ;
457
458 maskbits |= ( 1 << (15 - x) ) ;
459
c5e59178
SC
460 col = *((RGBColor*) wxColor( r , g , b ).GetPixel()) ;
461 }
f3078f07
DS
462
463 *((*(**ch).crsrData) + y * bytesPerRow + x) =
c5e59178
SC
464 GetCTabIndex( newColors , &col) ;
465 }
7e81aa03 466#ifdef WORDS_BIGENDIAN
c5e59178
SC
467 (**ch).crsr1Data[y] = rowbits ;
468 (**ch).crsrMask[y] = maskbits ;
7e81aa03
SC
469#else
470 (**ch).crsr1Data[y] = CFSwapInt16(rowbits) ;
471 (**ch).crsrMask[y] = CFSwapInt16(maskbits) ;
472#endif
c5e59178 473 }
f3078f07 474
c5e59178 475 if ( !bHasMask )
c5e59178 476 memcpy( (**ch).crsrMask , (**ch).crsr1Data , sizeof( Bits16) ) ;
f3078f07
DS
477
478 HUnlock( (Handle)ch ) ;
c5e59178
SC
479 M_CURSORDATA->m_hCursor = ch ;
480 M_CURSORDATA->m_isColorCursor = true ;
4f74e0d1 481#endif
6239ee05 482#endif
c6a071d2
SC
483}
484
476a5dec
RN
485#endif //wxUSE_IMAGE
486
e9576ca5
SC
487wxCursor::wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int hotSpotY)
488{
489 m_refData = new wxCursorRefData;
c6a071d2
SC
490 if ( flags == wxBITMAP_TYPE_MACCURSOR_RESOURCE )
491 {
6239ee05
SC
492#if wxMAC_USE_COCOA
493 wxFAIL_MSG( wxT("Not implemented") );
494#else
4f74e0d1 495#ifndef __LP64__
e40298d5 496 Str255 theName ;
f3078f07
DS
497 wxMacStringToPascal( cursor_file , theName ) ;
498
e40298d5
JS
499 Handle resHandle = ::GetNamedResource( 'crsr' , theName ) ;
500 if ( resHandle )
501 {
502 short theId = -1 ;
503 OSType theType ;
f3078f07 504
e40298d5
JS
505 GetResInfo( resHandle , &theId , &theType , theName ) ;
506 ReleaseResource( resHandle ) ;
f3078f07 507
e40298d5
JS
508 M_CURSORDATA->m_hCursor = GetCCursor( theId ) ;
509 if ( M_CURSORDATA->m_hCursor )
510 M_CURSORDATA->m_isColorCursor = true ;
511 }
512 else
f3078f07 513 {
e40298d5
JS
514 Handle resHandle = ::GetNamedResource( 'CURS' , theName ) ;
515 if ( resHandle )
516 {
517 short theId = -1 ;
518 OSType theType ;
f3078f07 519
e40298d5
JS
520 GetResInfo( resHandle , &theId , &theType , theName ) ;
521 ReleaseResource( resHandle ) ;
f3078f07
DS
522
523 M_CURSORDATA->m_hCursor = GetCursor( theId ) ;
e40298d5
JS
524 if ( M_CURSORDATA->m_hCursor )
525 M_CURSORDATA->m_releaseHandle = true ;
526 }
c6a071d2 527 }
6239ee05 528#endif
4f74e0d1 529#endif
c6a071d2
SC
530 }
531 else
532 {
476a5dec 533#if wxUSE_IMAGE
c6a071d2 534 wxImage image ;
f3078f07
DS
535 image.LoadFile( cursor_file, flags ) ;
536 if ( image.Ok() )
c6a071d2 537 {
f3078f07
DS
538 image.SetOption( wxIMAGE_OPTION_CUR_HOTSPOT_X, hotSpotX ) ;
539 image.SetOption( wxIMAGE_OPTION_CUR_HOTSPOT_Y, hotSpotY ) ;
701bc6ca
KH
540 m_refData->DecRef() ;
541 m_refData = NULL ;
f3078f07 542 CreateFromImage( image ) ;
c6a071d2 543 }
476a5dec 544#endif
c6a071d2 545 }
e9576ca5
SC
546}
547
548// Cursors by stock number
549wxCursor::wxCursor(int cursor_type)
550{
e40298d5 551 m_refData = new wxCursorRefData;
6239ee05
SC
552#if wxMAC_USE_COCOA
553 M_CURSORDATA->m_hCursor = wxMacCocoaCreateStockCursor( cursor_type );
554#else
e40298d5
JS
555 switch (cursor_type)
556 {
c5e59178 557 case wxCURSOR_COPY_ARROW:
f3078f07 558 M_CURSORDATA->m_themeCursor = kThemeCopyArrowCursor;
c5e59178 559 break;
f3078f07 560
e9576ca5 561 case wxCURSOR_WAIT:
f3078f07 562 M_CURSORDATA->m_themeCursor = kThemeWatchCursor;
e40298d5 563 break;
f3078f07 564
e9576ca5 565 case wxCURSOR_IBEAM:
f3078f07 566 M_CURSORDATA->m_themeCursor = kThemeIBeamCursor;
e40298d5 567 break;
f3078f07 568
e9576ca5 569 case wxCURSOR_CROSS:
e40298d5
JS
570 M_CURSORDATA->m_themeCursor = kThemeCrossCursor;
571 break;
f3078f07 572
e9576ca5 573 case wxCURSOR_SIZENWSE:
f3078f07 574 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSizeNWSE);
e40298d5 575 break;
f3078f07 576
e9576ca5 577 case wxCURSOR_SIZENESW:
f3078f07 578 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSizeNESW);
e40298d5 579 break;
f3078f07 580
e9576ca5 581 case wxCURSOR_SIZEWE:
f3078f07 582 M_CURSORDATA->m_themeCursor = kThemeResizeLeftRightCursor;
e40298d5 583 break;
f3078f07 584
e9576ca5 585 case wxCURSOR_SIZENS:
f3078f07 586 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSizeNS);
e40298d5 587 break;
f3078f07 588
e40298d5 589 case wxCURSOR_SIZING:
f3078f07 590 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorSize);
e40298d5 591 break;
f3078f07 592
e9576ca5 593 case wxCURSOR_HAND:
f3078f07 594 M_CURSORDATA->m_themeCursor = kThemePointingHandCursor;
e40298d5 595 break;
f3078f07 596
e9576ca5 597 case wxCURSOR_BULLSEYE:
f3078f07 598 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorBullseye);
fe3fcb05 599 break;
f3078f07 600
e9576ca5 601 case wxCURSOR_PENCIL:
f3078f07 602 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPencil);
fe3fcb05 603 break;
f3078f07 604
e9576ca5 605 case wxCURSOR_MAGNIFIER:
f3078f07 606 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorMagnifier);
fe3fcb05 607 break;
f3078f07 608
e9576ca5 609 case wxCURSOR_NO_ENTRY:
f3078f07 610 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorNoEntry);
fe3fcb05 611 break;
f3078f07 612
e9576ca5 613 case wxCURSOR_WATCH:
f3078f07
DS
614 M_CURSORDATA->m_themeCursor = kThemeWatchCursor;
615 break;
616
e9576ca5 617 case wxCURSOR_PAINT_BRUSH:
f3078f07
DS
618 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPaintBrush);
619 break;
620
e9576ca5 621 case wxCURSOR_POINT_LEFT:
f3078f07
DS
622 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPointLeft);
623 break;
624
e9576ca5 625 case wxCURSOR_POINT_RIGHT:
f3078f07
DS
626 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorPointRight);
627 break;
628
e9576ca5 629 case wxCURSOR_QUESTION_ARROW:
f3078f07
DS
630 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorQuestionArrow);
631 break;
632
e9576ca5 633 case wxCURSOR_BLANK:
f3078f07
DS
634 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorBlank);
635 break;
636
c6a071d2 637 case wxCURSOR_RIGHT_ARROW:
f3078f07
DS
638 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorRightArrow);
639 break;
640
c6a071d2 641 case wxCURSOR_SPRAYCAN:
f3078f07
DS
642 M_CURSORDATA->m_hCursor = wxGetStockCursor(kwxCursorRoller);
643 break;
644
c6a071d2 645 case wxCURSOR_CHAR:
e9576ca5 646 case wxCURSOR_ARROW:
c6a071d2
SC
647 case wxCURSOR_LEFT_BUTTON:
648 case wxCURSOR_RIGHT_BUTTON:
649 case wxCURSOR_MIDDLE_BUTTON:
e40298d5 650 default:
f3078f07 651 M_CURSORDATA->m_themeCursor = kThemeArrowCursor;
e40298d5
JS
652 break;
653 }
f3078f07 654
e40298d5 655 if ( M_CURSORDATA->m_themeCursor == -1 )
f3078f07 656 M_CURSORDATA->m_releaseHandle = true;
6239ee05 657#endif
519cb848 658}
e9576ca5 659
f3078f07 660void wxCursor::MacInstall() const
519cb848 661{
e40298d5 662 gMacCurrentCursor = *this ;
6239ee05
SC
663#if wxMAC_USE_COCOA
664 if ( IsOk() )
665 wxMacCocoaSetCursor( M_CURSORDATA->m_hCursor );
666#else
e40298d5
JS
667 if ( m_refData && M_CURSORDATA->m_themeCursor != -1 )
668 {
669 SetThemeCursor( M_CURSORDATA->m_themeCursor ) ;
670 }
671 else if ( m_refData && M_CURSORDATA->m_hCursor )
672 {
4f74e0d1
SC
673#ifndef __LP64__
674 if ( M_CURSORDATA->m_isColorCursor )
e40298d5
JS
675 ::SetCCursor( (CCrsrHandle) M_CURSORDATA->m_hCursor ) ;
676 else
677 ::SetCursor( * (CursHandle) M_CURSORDATA->m_hCursor ) ;
4f74e0d1 678#endif
e40298d5
JS
679 }
680 else
681 {
682 SetThemeCursor( kThemeArrowCursor ) ;
683 }
6239ee05 684#endif
e9576ca5
SC
685}
686
687wxCursor::~wxCursor()
688{
689}
690
691// Global cursor setting
ddcbe732 692wxCursor gGlobalCursor;
e9576ca5
SC
693void wxSetCursor(const wxCursor& cursor)
694{
e40298d5 695 cursor.MacInstall() ;
ddcbe732 696 gGlobalCursor = cursor;
e9576ca5 697}