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

virtual void Impala::Application::IDash::ScreenPlay::CheckBoxEvent ( OglGui::CheckBox src,
bool  checked,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::CheckBoxListener.

Definition at line 93 of file ScreenPlayX.h.

References CHECK_LOOPVIDEO, mNfiSixView, and Impala::Application::IDash::NfiSixView::SetLoopVideo().

00094     {
00095         if (userData == (void*) CHECK_LOOPVIDEO)
00096             mNfiSixView->SetLoopVideo(checked);
00097     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:21 2010 for ImpalaSrc by  doxygen 1.5.1