Searched refs:mpCBSmoothStart (Results 1 – 1 of 1) sorted by relevance
1159 CheckBox* mpCBSmoothStart; member in sd::CustomAnimationEffectTabPage1207 mpCBSmoothStart = new CheckBox( this, SdResId( CB_SMOOTH_START ) ); in CustomAnimationEffectTabPage()1325 mpCBSmoothStart->Show(); in CustomAnimationEffectTabPage()1328 move_down( mpCBSmoothStart, nOffsetX, nOffsetY ); in CustomAnimationEffectTabPage()1331 nOffsetY += mpCBSmoothStart->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()1335 mpCBSmoothStart->Check( fTemp > 0.0 ); in CustomAnimationEffectTabPage()1518 delete mpCBSmoothStart; in ~CustomAnimationEffectTabPage()1610 if( mpCBSmoothStart->IsVisible() ) in update()1614 double fTemp = mpCBSmoothStart->IsChecked() ? 0.5 : 0.0; in update()
Completed in 29 milliseconds