Searched refs:NSWindow (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcr.h38 typedef struct OpaqueNSWindow NSWindow; typedef in typeref:struct:OpaqueNSWindow
53 NSWindow *window;
H A DXServer.h55 IBOutlet NSWindow *modeWindow;
59 IBOutlet NSWindow *helpWindow;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcr.h38 typedef struct OpaqueNSWindow NSWindow; typedef in typeref:struct:OpaqueNSWindow
53 NSWindow *window;
H A DXServer.h57 IBOutlet NSWindow *modeWindow;
61 IBOutlet NSWindow *helpWindow;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcr.h38 typedef struct OpaqueNSWindow NSWindow; typedef in typeref:struct:OpaqueNSWindow
53 NSWindow *window;
H A DXServer.h57 IBOutlet NSWindow *modeWindow;
61 IBOutlet NSWindow *helpWindow;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m102 NSWindow *m_pOverlayWin;
117 - (void)setOverlayWin: (NSWindow*)win;
118 - (NSWindow*)overlayWin;
149 @interface VMSVGA3DOverlayWindow: NSWindow
159 - (void)parentWindowChanged:(NSWindow*)pWindow;
290 NSWindow *pParentWin = nil;
360 - (void)parentWindowChanged:(NSWindow*)pWindow
487 - (void)setOverlayWin:(NSWindow*)pWin
495 - (NSWindow*)overlayWin
697 NSWindow *pWi
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin-cocoa.mm326 NSWindow *pWindow = [(pViewOld ? pViewOld : pViewNew) window];
390 int theight = (NSHeight([NSWindow contentRectForFrameRect:[pWindow frame] styleMask:[pWindow styleMask]]) - NSHeight([[pWindow contentView] frame]));
429 NSWindow *pWin = ::darwinToNativeWindow((QWidget*)pvUser);
481 NSWindow *pWin = ::darwinToNativeWindow((QWidget*)pvUser);
571 -(void)addWindow:(NSWindow*)pWindow;
572 -(void)removeWindow:(NSWindow*)pWindow;
573 -(BOOL)containsWindow:(NSWindow*)pWindow;
593 - (void)addWindow:(NSWindow*)pWindow
618 - (void)removeWindow:(NSWindow*)pWindow
622 - (BOOL)containsWindow:(NSWindow*)pWindo
[all...]
H A DUICocoaApplication.h29 ADD_COCOA_NATIVE_REF(NSWindow); variable
H A DUICocoaApplication.mm26 #import <AppKit/NSWindow.h>
74 - (void)registerToNotificationOfWindow :(NSString*)pstrNotificationName :(NSWindow*)pWindow;
75 - (void)unregisterFromNotificationOfWindow :(NSString*)pstrNotificationName :(NSWindow*)pWindow;
194 - (void) registerToNotificationOfWindow :(NSString*)pstrNotificationName :(NSWindow*)pWindow
204 - (void) unregisterFromNotificationOfWindow :(NSString*)pstrNotificationName :(NSWindow*)pWindow
H A DCocoaEventHelper.mm177 NSWindow *pEvtWindow = [pEvent window];
H A DVBoxUtils-darwin.h29 ADD_COCOA_NATIVE_REF(NSWindow); variable
138 * @returns either WindowRef or NSWindow* of the QWidget.
149 * @returns either WindowRef or NSWindow* of the View.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DXServer.h55 IBOutlet NSWindow *modeWindow;
59 IBOutlet NSWindow *helpWindow;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m764 NSWindow *m_pOverlayWin;
815 - (void)setOverlayWin: (NSWindow *)win;
816 - (NSWindow *)overlayWin;
900 @interface OverlayWindow : NSWindow
910 - (void)parentWindowChanged:(NSWindow *)pWindow;
1210 NSWindow *pParentWin = nil;
1299 - (void)parentWindowChanged:(NSWindow *)pWindow
1488 - (void)setOverlayWin:(NSWindow *)pWin
1497 - (NSWindow *)overlayWin
1557 NSWindow *pWi
[all...]

Completed in 92 milliseconds