Definition at line 26 of file RepeatTimer.h. References mRepeatDelay, and mRepeatInterval. Referenced by OglGui::DocFlowDrag::DocFlowDrag(), Impala::Visualization::ImageStrip::Init(), OglGui::ZoomShiftRuler::Init(), OglGui::WindowView2D::Init(), OglGui::Button::Init(), Impala::Visualization::ImageSet::Init(), OglGui::WindowView2DWithRect::Init(), and OglGui::DocFlowDrag::KeyboardFunc(). 00027 { 00028 mRepeatDelay = msDelay; 00029 mRepeatInterval = msInterval; 00030 }
|