Lines Matching refs:CustomAnimationPresetPtr

193 	CustomAnimationPresetPtr getSelectedPreset() const;
227 bool operator()( const CustomAnimationPresetPtr& p1, const CustomAnimationPresetPtr& p2 );
248 …tlEffectCategorySortHelper::operator()( const CustomAnimationPresetPtr& p1, const CustomAnimationP… in operator ()()
289 std::vector< CustomAnimationPresetPtr > aSortedVector(pCategory->maEffects.size()); in CustomAnimationCreateTabPage()
294 std::vector< CustomAnimationPresetPtr >::const_iterator aIter( aSortedVector.begin() ); in CustomAnimationCreateTabPage()
295 const std::vector< CustomAnimationPresetPtr >::const_iterator aEnd( aSortedVector.end() ); in CustomAnimationCreateTabPage()
298 CustomAnimationPresetPtr pDescriptor = (*aIter++); in CustomAnimationCreateTabPage()
302 …mpLBEffects->SetEntryData( nPos, static_cast<void*>( new CustomAnimationPresetPtr( pDescriptor ) )… in CustomAnimationCreateTabPage()
351CustomAnimationPresetPtr*p = static_cast< CustomAnimationPresetPtr* >( mpLBEffects->GetEntryData( … in onSelectEffect()
356 CustomAnimationPresetPtr pPreset( *p ); in onSelectEffect()
388 delete static_cast< CustomAnimationPresetPtr* >( mpLBEffects->GetEntryData( nPos ) ); in clearEffects()
393 CustomAnimationPresetPtr CustomAnimationCreateTabPage::getSelectedPreset() const in getSelectedPreset()
395 CustomAnimationPresetPtr pPreset; in getSelectedPreset()
401 pPreset = *static_cast< CustomAnimationPresetPtr* >( pEntryData ); in getSelectedPreset()
438 CustomAnimationPresetPtr pPreset = getSelectedPreset(); in getDuration()
502 CustomAnimationPresetPtr& pPtr = *static_cast< CustomAnimationPresetPtr* >(pEntryData); in select()
609 CustomAnimationPresetPtr CustomAnimationCreateDialog::getSelectedPreset() const in getSelectedPreset()
633 void CustomAnimationCreateDialog::preview( const CustomAnimationPresetPtr& pPreset ) const in preview()