Lines Matching refs:mpShapeManager
242 boost::shared_ptr<ShapeManagerImpl> mpShapeManager; member in slideshow::internal::__anon8a7409210111::SlideImpl
374 mpShapeManager( new ShapeManagerImpl( in SlideImpl()
380 mpSubsettableShapeManager( mpShapeManager ), in SlideImpl()
419 maContext.mrScreenUpdater.addViewUpdate(mpShapeManager); in SlideImpl()
431 if( mpShapeManager ) in ~SlideImpl()
433 maContext.mrScreenUpdater.removeViewUpdate(mpShapeManager); in ~SlideImpl()
434 mpShapeManager->dispose(); in ~SlideImpl()
450 if( mpShapeManager ) in dispose()
452 maContext.mrScreenUpdater.removeViewUpdate(mpShapeManager); in dispose()
453 mpShapeManager->dispose(); in dispose()
461 mpShapeManager.reset(); in dispose()
482 if( !mpShapeManager || !mpLayerManager ) in show()
502 mpShapeManager->activate( true ); in show()
562 if( !mbActive || !mpShapeManager ) in hide()
588 mpShapeManager->deactivate(); in hide()