Searched refs:ShapeManagerImpl (Results 1 – 3 of 3) sorted by relevance
44 ShapeManagerImpl::ShapeManagerImpl( EventMultiplexer& rMultiplexer, in ShapeManagerImpl() function in slideshow::internal::ShapeManagerImpl61 void ShapeManagerImpl::activate( bool bSlideBackgoundPainted ) in activate()77 boost::bind( &ShapeManagerImpl::listenerAdded, in activate()87 boost::bind( &ShapeManagerImpl::cursorChanged, in activate()101 void ShapeManagerImpl::deactivate() in deactivate()119 void ShapeManagerImpl::dispose() in dispose()130 bool ShapeManagerImpl::handleMousePressed( awt::MouseEvent const& ) in handleMousePressed()136 bool ShapeManagerImpl::handleMouseReleased( awt::MouseEvent const& e ) in handleMouseReleased()190 bool ShapeManagerImpl::handleMouseEntered( const awt::MouseEvent& ) in handleMouseEntered()196 bool ShapeManagerImpl::handleMouseExited( const awt::MouseEvent& ) in handleMouseExited()[all …]
57 class ShapeManagerImpl : public SubsettableShapeManager, class61 public boost::enable_shared_from_this<ShapeManagerImpl>,71 ShapeManagerImpl( EventMultiplexer& rMultiplexer,
242 boost::shared_ptr<ShapeManagerImpl> mpShapeManager;374 mpShapeManager( new ShapeManagerImpl( in SlideImpl()