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

void OglGui::CheckBox::DoSelect ( bool  flag = true  )  [inline]

Definition at line 49 of file CheckBox.h.

References mSelected, and PublishSelection().

Referenced by Impala::Visualization::SimilarityTimeLineVideo::ButtonSelectionEvent(), and OglGui::CheckBoxValueBars::StringSelectionEvent().

00050     {
00051         mSelected = flag;
00052         PublishSelection();
00053     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:59:02 2010 for ImpalaSrc by  doxygen 1.5.1