Home || Visual Search || Applications || Architecture || 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 529 of file SimilarityTableSetRank.h.

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

00530     {
00531         if (mShowNextFrom)
00532             mShowNextFrom->StartVal(0);
00533         else
00534             HandleNewFile();
00535     }

Here is the call graph for this function:


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