Definition at line 91 of file UpDownButton.h. References mDownButton, mUpButton, and OglGui::Button::SetRepeatMode(). Referenced by OglGui::UpDownNumber::Init(), Impala::Visualization::SegmentationDocumentGuiAnno::PrevNextAnnoShot(), and Impala::Visualization::AllFramesTLineVideo::RightUpDownButton(). 00092 { 00093 mUpButton->SetRepeatMode(mode); 00094 mDownButton->SetRepeatMode(mode); 00095 }
Here is the call graph for this function:
|