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

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

Reimplemented from OglGui::CheckBoxListener.

Definition at line 500 of file SimilarityTableSetRank.h.

References HandleNewFile(), mShowNextFrom, and Impala::Visualization::ShowNextFromControl::StartVal().

00501     {
00502         if (mShowNextFrom)
00503             mShowNextFrom->StartVal(0);
00504         else
00505             HandleNewFile();
00506     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:48:13 2010 for ImpalaSrc by  doxygen 1.5.1