Searched refs:aTimeList (Results 1 – 2 of 2) sorted by relevance
248 for( i = 0, nCount = aTimeList.Count(); i < nCount; i++ ) in ~AnimationWindow()249 delete static_cast< Time* >( aTimeList.GetObject( i ) ); in ~AnimationWindow()250 aTimeList.Clear(); in ~AnimationWindow()297 aTime += *static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()335 Time* pTime = static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()417 Time* pTime = static_cast< Time* >( aTimeList.GetObject( n - 1 ) ); in IMPL_LINK()459 Time* pTime = static_cast< Time* >( aTimeList.GetObject( nPos ) ); in IMPL_LINK()463 aTimeList.Remove( nPos ); in IMPL_LINK()507 nCount = aTimeList.Count(); in IMPL_LINK()510 delete static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()[all …]
140 List aTimeList; member in sd::AnimationWindow