Searched refs:SalFrameWindow (Results 1 – 5 of 5) sorted by relevance
81 if( pKeyWin && [pKeyWin isKindOfClass: [SalFrameWindow class]] )83 AquaSalFrame* pFrame = [(SalFrameWindow*)pKeyWin getSalFrame];98 [(SalFrameWindow*)pFrame->getNSWindow() windowShouldClose: nil];207 if( [pWin isKindOfClass: [SalFrameWindow class]] && [pWin canBecomeKeyWindow] == NO )
140 …if( pWin && [pWin isMemberOfClass: [SalFrameWindow class]] && [(SalFrameWindow*)pWin containsMouse…141 pDispatchFrame = [(SalFrameWindow*)pWin getSalFrame];146 @implementation SalFrameWindow implementation174 return (SalFrameWindow*)pNSWindow;566 if( pWindow && [pWindow isMemberOfClass: [SalFrameWindow class]] )567 pDispatchFrame = [(SalFrameWindow*)pWindow getSalFrame];569 However if a non SalFrameWindow is on screen (like e.g. the file dialog)
197 mpNSWindow = [[SalFrameWindow alloc] initWithSalFrame: this]; in initWindowAndView()
57 @interface SalFrameWindow : NSWindow interface1024 …if ( [ element isKindOfClass: [ SalFrameWindow class ] ] && [ self isViewElement: element hitByPoi…1026 …Reference < XAccessibleRelationSet > relationSet = [ ( ( SalFrameWindow * ) element ) accessibleCo…
29 @interface SalFrameWindow : NSWindow<NSWindowDelegate> interface
Completed in 27 milliseconds