Searched refs:mpPBSoundPreview (Results 1 – 1 of 1) sorted by relevance
1177 PushButton* mpPBSoundPreview; member in sd::CustomAnimationEffectTabPage1225 mpPBSoundPreview = new PushButton( this, SdResId( PB_SOUND_PREVIEW ) ); in CustomAnimationEffectTabPage()1242 mpPBSoundPreview->SetClickHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()1243 mpPBSoundPreview->SetSymbol( SYMBOL_PLAY ); in CustomAnimationEffectTabPage()1364 move_down( mpPBSoundPreview, nOffsetX, nOffsetY ); in CustomAnimationEffectTabPage()1525 delete mpPBSoundPreview; in ~CustomAnimationEffectTabPage()1550 mpPBSoundPreview->Enable( nPos >= 2 ); in updateControlStates()1577 else if( pControl == mpPBSoundPreview ) in IMPL_LINK()
Completed in 21 milliseconds