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()3393 … mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder, in ImplPosSizeWindow()3394 …mnOutWidth-mpWindowImpl->mpClientWindow->mpWindowImpl->mnLeftBorder-mpWindowImpl->mpClientWindow->… in ImplPosSizeWindow()3395 …mnOutHeight-mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder-mpWindowImpl->mpClientWindow->… in ImplPosSizeWindow()3400 mpWindowImpl->mpClientWindow->mpWindowImpl->maPos = mpWindowImpl->maPos; in ImplPosSizeWindow()[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()
1625 …indow->ImplGetWindowImpl()->mbFrame && pWindow->ImplGetWindowImpl()->mpClientWindow ) ) // propa… in ImplHandleResize()1634 if( pWindow->ImplGetWindowImpl()->mpClientWindow ) in ImplHandleResize()1638 … WorkWindow* pWorkWindow = dynamic_cast<WorkWindow*>(pWindow->ImplGetWindowImpl()->mpClientWindow); in ImplHandleResize()1692 if ( pWindow->ImplGetWindowImpl()->mbFrame && pWindow->ImplGetWindowImpl()->mpClientWindow ) in ImplHandleMove()1693 …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; variable