Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void OglGui::UpDownButton::SetRepeatMode ( bool  mode  )  [inline]

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:


Generated on Fri Mar 19 12:09:10 2010 for ImpalaSrc by  doxygen 1.5.1