Home
last modified time | relevance | path

Searched refs:ShapeAttributeLayer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx59 void ShapeAttributeLayer::updateStateIds() in updateStateIds()
139ShapeAttributeLayer::ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer ) : in ShapeAttributeLayer() function in slideshow::internal::ShapeAttributeLayer
279 double ShapeAttributeLayer::getWidth() const in getWidth()
285 &ShapeAttributeLayer::getWidth ); in getWidth()
309 &ShapeAttributeLayer::getHeight ); in getHeight()
338 double ShapeAttributeLayer::getPosX() const in getPosX()
343 &ShapeAttributeLayer::isPosXValid, in getPosX()
344 &ShapeAttributeLayer::getPosX ); in getPosX()
362 double ShapeAttributeLayer::getPosY() const in getPosY()
367 &ShapeAttributeLayer::isPosYValid, in getPosY()
[all …]
H A Danimationfactory.cxx577 bool (ShapeAttributeLayer::*mpIsValidFunc)() const;
1180 &ShapeAttributeLayer::isWidthValid, in createPairPropertyAnimation()
1181 &ShapeAttributeLayer::isHeightValid, in createPairPropertyAnimation()
1188 &ShapeAttributeLayer::getWidth, in createPairPropertyAnimation()
1189 &ShapeAttributeLayer::getHeight, in createPairPropertyAnimation()
1190 &ShapeAttributeLayer::setSize ) ); in createPairPropertyAnimation()
1197 &ShapeAttributeLayer::isPosXValid, in createPairPropertyAnimation()
1198 &ShapeAttributeLayer::isPosYValid, in createPairPropertyAnimation()
1205 &ShapeAttributeLayer::getPosX, in createPairPropertyAnimation()
1206 &ShapeAttributeLayer::getPosY, in createPairPropertyAnimation()
[all …]
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx47 class ShapeAttributeLayer;
49 typedef ::boost::shared_ptr< ShapeAttributeLayer > ShapeAttributeLayerSharedPtr;
62 class ShapeAttributeLayer class
78 explicit ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer );
479 bool (ShapeAttributeLayer::*pIsValid)() const,
480 … T (ShapeAttributeLayer::*pGetValue)() const ) const;
H A Dtools.hxx70 class ShapeAttributeLayer;
212 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
232 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
255 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
288 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx1148 mpAttributeLayer.reset( new ShapeAttributeLayer( mpAttributeLayer ) ); in createAttributeLayer()

Completed in 46 milliseconds