Lines Matching refs:mpPaneContainer
113 mpPaneContainer(rpPaneContainer), in PresenterController()
117 mpWindowManager(new PresenterWindowManager(rxContext,mpPaneContainer,this)), in PresenterController()
253 mpPaneContainer = NULL; in disposing()
404 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in UpdatePaneTitles()
462 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in UpdateViews()
528 return mpPaneContainer; in GetPaneContainer()
589 mpPaneContainer->FindViewURL(rsViewURL)); in ShowView()
611 mpPaneContainer->FindViewURL(rsViewURL)); in HideView()
628 mpPaneContainer->FindViewURL(rsViewURL)); in IsViewVisible()
774 PresenterPaneContainer::PaneList::const_iterator iEnd (mpPaneContainer->maPanes.end()); in RequestViews()
775 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in RequestViews()
838 mpPaneContainer->FindPaneId(xPane->getResourceId())); in notifyConfigurationChange()
856 mpPaneContainer->StoreView(xView, pViewBackground); in notifyConfigurationChange()
871 mpPaneContainer->RemoveView(xView)); in notifyConfigurationChange()
939 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in keyPressed()
1096 … for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in keyReleased()
1270 … mpPaintManager.reset(new PresenterPaintManager(mxMainWindow, mxPresenterHelper, mpPaneContainer)); in InitializeMainPane()