Searched refs:getNSWindow (Results 1 – 7 of 7) sorted by relevance
98 [(SalFrameWindow*)pFrame->getNSWindow() windowShouldClose: nil];108 …if ( nModMask == NSCommandKeyMask && ([pFrame->getNSWindow() styleMask] & NSMiniaturizableWindowMa…110 [pFrame->getNSWindow() performMiniaturize: nil];239 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];251 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];279 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];291 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];486 NSWindow* pNSWindow = (*it)->getNSWindow();514 [(*it)->getNSWindow() setLevel: NSNormalWindowLevel];
178 if( mbWindow && mpFrame && mpFrame->getNSWindow() ) in CheckContext()201 …aphicsContext* pNSGContext = [NSGraphicsContext graphicsContextWithWindow: mpFrame->getNSWindow()]; in CheckContext()
206 NSWindow* pNSWindow = pSalFrame->getNSWindow(); in SetSize()
437 const bool bDrawActive = mpFrame ? ([mpFrame->getNSWindow() isKeyWindow] ? true : false) : true; in getState()457 const bool bDrawActive = mpFrame ? ([mpFrame->getNSWindow() isKeyWindow] ? true : false) : true; in getTrackState()
331 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in updateResolution()426 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in GetResolution()435 rGraphics.initResolution( rGraphics.mpFrame->getNSWindow() ); in copyResolution()
431 …if ((self = [super initWithFrame: [NSWindow contentRectForFrameRect: [pFrame->getNSWindow() frame]…521 [mpFrame->getNSWindow() invalidateShadow];554 NSRect aFrameRect = [pDispatchFrame->getNSWindow() frame];1693 return mpFrame->getNSWindow();1713 return mpFrame->getNSWindow();
178 NSWindow* getNSWindow() const { return mpNSWindow; } in getNSWindow() function in AquaSalFrame
Completed in 41 milliseconds