1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/osx/cocoa/private.h
3 // Purpose: Private declarations: as this header is only included by
4 // wxWidgets itself, it may contain identifiers which don't start
6 // Author: Stefan Csomor
9 // RCS-ID: $Id: private.h 53819 2008-05-29 14:11:45Z SC $
10 // Copyright: (c) Stefan Csomor
11 // Licence: wxWindows licence
12 /////////////////////////////////////////////////////////////////////////////
14 #ifndef _WX_PRIVATE_COCOA_H_
15 #define _WX_PRIVATE_COCOA_H_
17 #include "wx/osx/core/private.h"
21 #include <ApplicationServices/ApplicationServices.h>
23 #if wxOSX_USE_ATSU_TEXT
24 // we need theming and atsu
25 #include <Carbon/Carbon.h>
27 // we only need theming, if we find a better include replace the following
28 #include <Carbon/Carbon.h>
32 #import <Cocoa/Cocoa.h>
36 // shared between Cocoa and Carbon
39 // bring in theming types without pulling in the headers
42 typedef SInt16 ThemeBrush
;
43 CGColorRef WXDLLIMPEXP_CORE
wxMacCreateCGColorFromHITheme( ThemeBrush brush
) ;
44 OSStatus WXDLLIMPEXP_CORE
wxMacDrawCGImage(
45 CGContextRef inContext
,
46 const CGRect
* inBounds
,
48 WX_NSImage WXDLLIMPEXP_CORE
wxOSXCreateNSImageFromCGImage( CGImageRef image
);
49 CGImageRef WXDLLIMPEXP_CORE
wxOSXCreateCGImageFromNSImage( WX_NSImage nsimage
);
52 long UMAGetSystemVersion() ;
53 WXDLLIMPEXP_BASE
void wxMacStringToPascal( const wxString
&from
, StringPtr to
);
54 WXDLLIMPEXP_BASE wxString
wxMacFSRefToPath( const FSRef
*fsRef
, CFStringRef additionalPathComponent
= NULL
);
55 WXDLLIMPEXP_BASE OSStatus
wxMacPathToFSRef( const wxString
&path
, FSRef
*fsRef
);
56 WXDLLIMPEXP_BASE wxString
wxMacHFSUniStrToString( ConstHFSUniStr255Param uniname
);
64 class WXDLLIMPEXP_CORE wxWidgetCocoaImpl
: public wxWidgetImpl
67 wxWidgetCocoaImpl( wxWindowMac
* peer
, WXWidget w
, bool isRootControl
= false ) ;
73 virtual bool IsVisible() const ;
74 virtual void SetVisibility(bool);
76 // we provide a static function which can be reused from
77 // wxNonOwnedWindowCocoaImpl too
78 static bool ShowViewOrWindowWithEffect(wxWindow
*win
,
83 virtual bool ShowWithEffect(bool show
,
91 virtual void ScrollRect( const wxRect
*rect
, int dx
, int dy
);
93 virtual WXWidget
GetWXWidget() const { return m_osxView
; }
95 virtual void SetBackgroundColour(const wxColour
&);
97 virtual void GetContentArea( int &left
, int &top
, int &width
, int &height
) const;
98 virtual void Move(int x
, int y
, int width
, int height
);
99 virtual void GetPosition( int &x
, int &y
) const;
100 virtual void GetSize( int &width
, int &height
) const;
101 virtual void SetControlSize( wxWindowVariant variant
);
103 virtual void SetNeedsDisplay( const wxRect
* where
= NULL
);
104 virtual bool GetNeedsDisplay() const;
106 virtual bool CanFocus() const;
107 // return true if successful
108 virtual bool SetFocus();
109 virtual bool HasFocus() const;
111 void RemoveFromParent();
112 void Embed( wxWidgetImpl
*parent
);
114 void SetDefaultButton( bool isDefault
);
116 virtual void SetLabel(const wxString
& title
, wxFontEncoding encoding
);
118 void SetCursor( const wxCursor
& cursor
);
122 wxInt32
GetValue() const;
123 void SetValue( wxInt32 v
);
124 wxBitmap
GetBitmap() const;
125 void SetBitmap( const wxBitmap
& bitmap
);
126 void SetBitmapPosition( wxDirection dir
);
127 void SetupTabs( const wxNotebook
¬ebook
);
128 void GetBestRect( wxRect
*r
) const;
129 bool IsEnabled() const;
130 void Enable( bool enable
);
131 bool ButtonClickDidStateChange() { return true ;}
132 void SetMinimum( wxInt32 v
);
133 void SetMaximum( wxInt32 v
);
134 wxInt32
GetMinimum() const;
135 wxInt32
GetMaximum() const;
137 void SetScrollThumb( wxInt32 value
, wxInt32 thumbSize
);
139 void SetFont( const wxFont
& font
, const wxColour
& foreground
, long windowStyle
, bool ignoreBlack
= true );
141 void InstallEventHandler( WXWidget control
= NULL
);
143 virtual bool DoHandleMouseEvent(NSEvent
*event
);
144 virtual bool DoHandleKeyEvent(NSEvent
*event
);
145 virtual bool DoHandleCharEvent(NSEvent
*event
, NSString
*text
);
146 virtual void DoNotifyFocusEvent(bool receivedFocus
, wxWidgetImpl
* otherWindow
);
148 virtual void SetupKeyEvent(wxKeyEvent
&wxevent
, NSEvent
* nsEvent
, NSString
* charString
= NULL
);
149 virtual void SetupMouseEvent(wxMouseEvent
&wxevent
, NSEvent
* nsEvent
);
152 void SetFlipped(bool flipped
);
153 virtual bool IsFlipped() const { return m_isFlipped
; }
155 // cocoa thunk connected calls
157 virtual unsigned int draggingEntered(void* sender
, WXWidget slf
, void* _cmd
);
158 virtual void draggingExited(void* sender
, WXWidget slf
, void* _cmd
);
159 virtual unsigned int draggingUpdated(void* sender
, WXWidget slf
, void* _cmd
);
160 virtual bool performDragOperation(void* sender
, WXWidget slf
, void* _cmd
);
161 virtual void mouseEvent(WX_NSEvent event
, WXWidget slf
, void* _cmd
);
162 virtual void keyEvent(WX_NSEvent event
, WXWidget slf
, void* _cmd
);
163 virtual void insertText(NSString
* text
, WXWidget slf
, void* _cmd
);
164 virtual bool performKeyEquivalent(WX_NSEvent event
, WXWidget slf
, void* _cmd
);
165 virtual bool acceptsFirstResponder(WXWidget slf
, void* _cmd
);
166 virtual bool becomeFirstResponder(WXWidget slf
, void* _cmd
);
167 virtual bool resignFirstResponder(WXWidget slf
, void* _cmd
);
168 virtual void resetCursorRects(WXWidget slf
, void* _cmd
);
169 virtual bool isFlipped(WXWidget slf
, void* _cmd
);
170 virtual void drawRect(void* rect
, WXWidget slf
, void* _cmd
);
172 virtual void controlAction(WXWidget slf
, void* _cmd
, void* sender
);
173 virtual void controlDoubleAction(WXWidget slf
, void* _cmd
, void *sender
);
177 NSEvent
* m_lastKeyDownEvent
;
179 // if it the control has an editor, that editor will already send some
180 // events, don't resend them
183 DECLARE_DYNAMIC_CLASS_NO_COPY(wxWidgetCocoaImpl
)
186 DECLARE_WXCOCOA_OBJC_CLASS( wxNSWindow
);
188 class wxNonOwnedWindowCocoaImpl
: public wxNonOwnedWindowImpl
191 wxNonOwnedWindowCocoaImpl( wxNonOwnedWindow
* nonownedwnd
) ;
192 wxNonOwnedWindowCocoaImpl();
194 virtual ~wxNonOwnedWindowCocoaImpl();
196 virtual void Destroy() ;
197 void Create( wxWindow
* parent
, const wxPoint
& pos
, const wxSize
& size
,
198 long style
, long extraStyle
, const wxString
& name
) ;
200 WXWindow
GetWXWindow() const;
203 bool Show(bool show
);
205 virtual bool ShowWithEffect(bool show
,
210 bool SetTransparent(wxByte alpha
);
211 bool SetBackgroundColour(const wxColour
& col
);
212 void SetExtraStyle( long exStyle
);
213 void SetWindowStyleFlag( long style
);
214 bool SetBackgroundStyle(wxBackgroundStyle style
);
215 bool CanSetTransparent();
217 void MoveWindow(int x
, int y
, int width
, int height
);
218 void GetPosition( int &x
, int &y
) const;
219 void GetSize( int &width
, int &height
) const;
221 void GetContentArea( int &left
, int &top
, int &width
, int &height
) const;
222 bool SetShape(const wxRegion
& region
);
224 virtual void SetTitle( const wxString
& title
, wxFontEncoding encoding
) ;
226 virtual bool IsMaximized() const;
228 virtual bool IsIconized() const;
230 virtual void Iconize( bool iconize
);
232 virtual void Maximize(bool maximize
);
234 virtual bool IsFullScreen() const;
236 virtual bool ShowFullScreen(bool show
, long style
);
238 virtual void ShowWithoutActivating();
240 virtual void RequestUserAttention(int flags
);
242 virtual void ScreenToWindow( int *x
, int *y
);
244 virtual void WindowToScreen( int *x
, int *y
);
246 virtual bool IsActive();
248 virtual void SetModified(bool modified
);
249 virtual bool IsModified() const;
251 wxNonOwnedWindow
* GetWXPeer() { return m_wxPeer
; }
253 WX_wxNSWindow m_macWindow
;
254 void * m_macFullScreenData
;
255 DECLARE_DYNAMIC_CLASS_NO_COPY(wxNonOwnedWindowCocoaImpl
)
260 WXDLLIMPEXP_CORE NSRect
wxToNSRect( NSView
* parent
, const wxRect
& r
);
261 WXDLLIMPEXP_CORE wxRect
wxFromNSRect( NSView
* parent
, const NSRect
& rect
);
262 WXDLLIMPEXP_CORE NSPoint
wxToNSPoint( NSView
* parent
, const wxPoint
& p
);
263 WXDLLIMPEXP_CORE wxPoint
wxFromNSPoint( NSView
* parent
, const NSPoint
& p
);
265 NSRect WXDLLIMPEXP_CORE
wxOSXGetFrameForControl( wxWindowMac
* window
, const wxPoint
& pos
, const wxSize
&size
,
266 bool adjustForOrigin
= true );
268 // used for many wxControls
270 @interface wxNSButton
: NSButton
272 NSTrackingRectTag rectTag
;
277 @interface wxNSBox
: NSBox
283 @interface wxNSTextFieldEditor
: NSTextView
285 NSEvent
* lastKeyDownEvent
;
290 @interface wxNSTextField
: NSTextField
292 wxNSTextFieldEditor
* fieldEditor
;
295 - (wxNSTextFieldEditor
*) fieldEditor
;
296 - (void) setFieldEditor
:(wxNSTextFieldEditor
*) fieldEditor
;
300 @interface wxNSSecureTextField
: NSSecureTextField
307 @interface wxNSTextView
: NSTextView
wxOSX_10_6_AND_LATER(<NSTextViewDelegate
>)
311 - (void)textDidChange
:(NSNotification
*)aNotification
;
315 @interface wxNSMenu
: NSMenu
320 - (void) setImplementation
:(wxMenuImpl
*) item
;
321 - (wxMenuImpl
*) implementation
;
325 @interface wxNSMenuItem
: NSMenuItem
327 wxMenuItemImpl
* impl
;
330 - (void) setImplementation
:(wxMenuItemImpl
*) item
;
331 - (wxMenuItemImpl
*) implementation
;
333 - (void)clickedAction
:(id
)sender
;
334 - (BOOL
)validateMenuItem
:(NSMenuItem
*)menuItem
;
338 void WXDLLIMPEXP_CORE
wxOSXCocoaClassAddWXMethods(Class c
);
341 We need this for ShowModal, as the sheet just disables the parent window and
342 returns control to the app, whereas we don't want to return from ShowModal
343 until the sheet has been dismissed.
345 @interface ModalDialogDelegate
: NSObject
353 - (void)waitForSheetToFinish
;
354 - (void)sheetDidEnd
:(NSWindow
*)sheet returnCode
:(int)returnCode contextInfo
:(void *)contextInfo
;
362 WX_NSCursor
wxMacCocoaCreateStockCursor( int cursor_type
);
363 WX_NSCursor
wxMacCocoaCreateCursorFromCGImage( CGImageRef cgImageRef
, float hotSpotX
, float hotSpotY
);
364 void wxMacCocoaSetCursor( WX_NSCursor cursor
);
365 void wxMacCocoaHideCursor();
366 void wxMacCocoaShowCursor();
368 typedef struct tagClassicCursor
375 const short kwxCursorBullseye
= 0;
376 const short kwxCursorBlank
= 1;
377 const short kwxCursorPencil
= 2;
378 const short kwxCursorMagnifier
= 3;
379 const short kwxCursorNoEntry
= 4;
380 const short kwxCursorPaintBrush
= 5;
381 const short kwxCursorPointRight
= 6;
382 const short kwxCursorPointLeft
= 7;
383 const short kwxCursorQuestionArrow
= 8;
384 const short kwxCursorRightArrow
= 9;
385 const short kwxCursorSizeNS
= 10;
386 const short kwxCursorSize
= 11;
387 const short kwxCursorSizeNESW
= 12;
388 const short kwxCursorSizeNWSE
= 13;
389 const short kwxCursorRoller
= 14;
390 const short kwxCursorLast
= kwxCursorRoller
;
392 // exposing our fallback cursor map
394 extern ClassicCursor gMacCursors
[];
399 // _WX_PRIVATE_COCOA_H_