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

virtual void Impala::Visualization::VxsDocumentGuiPlay::CheckBoxEvent ( OglGui::CheckBox src,
bool  checked,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::CheckBoxListener.

Definition at line 137 of file VxsDocumentGuiPlay.h.

References mCheckBoxFBM, mVxsDoc, and Impala::Core::VideoSet::VxsDocument::SetFrameNavBetweenMarked().

00138     {
00139         if (src == mCheckBoxFBM)
00140             mVxsDoc->SetFrameNavBetweenMarked(checked);
00141     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:33 2011 for ImpalaSrc by  doxygen 1.5.1