Lines Matching refs:ValueT
63 template< typename ValueT > class TupleAnimation : public PairAnimation
70 const ValueT& rDefaultValue, in TupleAnimation()
74 void (ShapeAttributeLayer::*pSetValue)( const ValueT& ) ) : in TupleAnimation()
153 ValueT aValue( rValue.getX(), in operator ()()
204 void (ShapeAttributeLayer::*mpSetValueFunc)( const ValueT& );
209 const ValueT maDefaultValue;
392 typedef typename AnimationBase::ValueType ValueT; typedef in slideshow::internal::__anonb57eb1350111::GenericAnimation
423 const ValueT& rDefaultValue, in GenericAnimation()
424 ValueT (ShapeAttributeLayer::*pGetValue)() const, in GenericAnimation()
425 void (ShapeAttributeLayer::*pSetValue)( const ValueT& ), in GenericAnimation()
531 bool operator()( const ValueT& x ) in operator ()()
546 bool operator()( ValueT x ) in operator ()()
559 ValueT getUnderlyingValue() const in getUnderlyingValue()
578 ValueT (ShapeAttributeLayer::*mpGetValueFunc)() const;
579 void (ShapeAttributeLayer::*mpSetValueFunc)( const ValueT& );
586 const ValueT maDefaultValue;