Home
last modified time | relevance | path

Searched refs:mpShapeManager (Results 1 – 7 of 7) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx77 mpShapeManager( rShapeManager ), in TupleAnimation()
126 mpShapeManager->enterAnimationMode( mpShape ); in start()
138 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
141 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
164 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
199 ShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::__anona2187d150111::TupleAnimation
225 mpShapeManager( rShapeManager ), in PathAnimation()
289 mpShapeManager->enterAnimationMode( mpShape ); in start()
301 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
304 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
[all …]
H A Dshapesubset.cxx48 mpShapeManager( rShapeManager ) in ShapeSubset()
50 ENSURE_OR_THROW( mpShapeManager, in ShapeSubset()
61 mpShapeManager( rOriginalSubset->mpShapeManager ) in ShapeSubset()
63 ENSURE_OR_THROW( mpShapeManager, in ShapeSubset()
76 mpShapeManager( rShapeManager ) in ShapeSubset()
78 ENSURE_OR_THROW( mpShapeManager, in ShapeSubset()
108 mpSubsetShape = mpShapeManager->getSubsetShape( in enableSubsetShape()
120 mpShapeManager->revokeSubset( mpOriginalShape, in disableSubsetShape()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx242 boost::shared_ptr<ShapeManagerImpl> mpShapeManager; member in slideshow::internal::__anon32f8aec00111::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()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx91 ShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::__anond5708cfe0111::ClippingAnimation
104 mpShapeManager( rShapeManager ), in ClippingAnimation()
157 mpShapeManager->enterAnimationMode( mpShape ); in start()
172 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
175 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
190 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
/trunk/main/slideshow/source/engine/shapes/
H A Dexternalshapebase.cxx99 mpShapeManager( rContext.mpSubsettableShapeManager ), in ExternalShapeBase()
106 mpShapeManager->addIntrinsicAnimationHandler( mpListener ); in ExternalShapeBase()
117 mpShapeManager->removeIntrinsicAnimationHandler( mpListener ); in ~ExternalShapeBase()
H A Dexternalshapebase.hxx131 SubsettableShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::ExternalShapeBase
/trunk/main/slideshow/source/inc/
H A Dshapesubset.hxx141 SubsettableShapeManagerSharedPtr mpShapeManager; member in slideshow::internal::ShapeSubset