Searched refs:mpClientWindow (Results 1 – 9 of 9) sorted by relevance
163 mpClientWindow = NULL; // Client-Window of a FrameWindow in WindowImpl()765 ((Window*)pBorderWin)->mpWindowImpl->mpClientWindow = this; in ImplInit()1188 Window *pClientWin = mpWindowImpl->mpClientWindow; in ImplCallMove()1192 pClientWin = pClientWin->mpWindowImpl->mpClientWindow; in ImplCallMove()3390 if ( mpWindowImpl->mpClientWindow ) in ImplPosSizeWindow()3392 …mpWindowImpl->mpClientWindow->ImplPosSizeWindow( mpWindowImpl->mpClientWindow->mpWindowImpl->mnLef… in ImplPosSizeWindow()3403 if ( mpWindowImpl->mpClientWindow->IsVisible() ) in ImplPosSizeWindow()3405 mpWindowImpl->mpClientWindow->ImplCallMove(); in ImplPosSizeWindow()4002 if ( mpWindowImpl->mpClientWindow ) in ImplGrabFocus()4015 mpWindowImpl->mpClientWindow->GrabFocus(); in ImplGrabFocus()[all …]
594 if( mpWindowImpl->mpClientWindow ) in GetPreferredKeyInputWindow()595 return mpWindowImpl->mpClientWindow; in GetPreferredKeyInputWindow()1277 pWin->mpWindowImpl->mpClientWindow = GetWindow(); in StartPopupMode()1402 pWin->mpWindowImpl->mpClientWindow = mpDockingWindow; in SetFloatingMode()
1628 …indow->ImplGetWindowImpl()->mbFrame && pWindow->ImplGetWindowImpl()->mpClientWindow ) ) // propa… in ImplHandleResize()1637 if( pWindow->ImplGetWindowImpl()->mpClientWindow ) in ImplHandleResize()1641 … WorkWindow* pWorkWindow = dynamic_cast<WorkWindow*>(pWindow->ImplGetWindowImpl()->mpClientWindow); in ImplHandleResize()1695 if ( pWindow->ImplGetWindowImpl()->mbFrame && pWindow->ImplGetWindowImpl()->mpClientWindow ) in ImplHandleMove()1696 pWindow->ImplGetWindowImpl()->mpClientWindow->ImplCallMove(); // notify client to update geometry in ImplHandleMove()
1467 if ( mpWindowImpl->mpClientWindow ) in ImplGetWindow()1468 return mpWindowImpl->mpClientWindow; in ImplGetWindow()1490 return mpWindowImpl->mpClientWindow; in ImplGetClientWindow()
334 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()352 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
69 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
122 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
875 pWin->mpWindowImpl->mpClientWindow = this; in SetFloatingMode()
247 Window* mpClientWindow; member in WindowImpl
Completed in 94 milliseconds