Home
last modified time | relevance | path

Searched refs:stl_append_effect_func (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx584 struct stl_append_effect_func : public std::unary_function<CustomAnimationEffectPtr, void> struct
586 stl_append_effect_func( CustomAnimationList& rList ) : mrList( rList ) {} in stl_append_effect_func() argument
591 void stl_append_effect_func::operator()(CustomAnimationEffectPtr pEffect) in operator ()()
637 …std::for_each( mpMainSequence->getBegin(), mpMainSequence->getEnd(), stl_append_effect_func( *this… in update()
662 std::for_each( pIS->getBegin(), pIS->getEnd(), stl_append_effect_func( *this ) ); in update()
H A DCustomAnimationList.hxx52 friend struct stl_append_effect_func;

Completed in 18 milliseconds