Searched refs:ViewAppletShape (Results 1 – 3 of 3) sorted by relevance
69 … ViewAppletShape::ViewAppletShape( const ViewLayerSharedPtr& rViewLayer, in ViewAppletShape() function in slideshow::internal::ViewAppletShape111 ViewAppletShape::~ViewAppletShape() in ~ViewAppletShape()128 ViewLayerSharedPtr ViewAppletShape::getViewLayer() const in getViewLayer()135 bool ViewAppletShape::startApplet( const ::basegfx::B2DRectangle& rBounds ) in startApplet()233 void ViewAppletShape::endApplet() in endApplet()248 bool ViewAppletShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()266 bool ViewAppletShape::resize( const ::basegfx::B2DRectangle& rBounds ) const in resize()
160 &ViewAppletShape::resize, in implViewsChanged()173 ViewAppletShapeSharedPtr( new ViewAppletShape( rNewLayer, in addViewLayer()204 ::boost::bind( &ViewAppletShape::getViewLayer, _1 ), in removeViewLayer()214 ::boost::bind( &ViewAppletShape::getViewLayer, in removeViewLayer()244 ::boost::mem_fn( &ViewAppletShape::render ), in implRender()263 ::boost::bind( &ViewAppletShape::startApplet, in implStartIntrinsicAnimation()277 ::boost::mem_fn( &ViewAppletShape::endApplet ) ); in implEndIntrinsicAnimation()
57 class ViewAppletShape : private boost::noncopyable class79 ViewAppletShape( const ViewLayerSharedPtr& rViewLayer, 90 virtual ~ViewAppletShape();160 typedef ::boost::shared_ptr< ViewAppletShape > ViewAppletShapeSharedPtr;
Completed in 25 milliseconds