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

virtual void Impala::Visualization::SimilarityTimeLineVideo::ButtonSelectionEvent ( Button src,
void *  userData 
) [inline, protected, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 430 of file SimilarityTimeLineVideo.h.

References OglGui::CheckBoxValueBar::ChBox(), OglGui::CheckBox::DoSelect(), OglGui::CheckBoxValueBars::GetItem(), mChBoxValBars, mCheckAllBtn, mClearAllBtn, and OglGui::CheckBoxValueBars::NrOfItems().

00431     {
00432         if (src == mCheckAllBtn || src == mClearAllBtn)
00433         {
00434             bool mode = (src == mCheckAllBtn);
00435             for (int i=0; i<mChBoxValBars->NrOfItems(); i++)
00436                 mChBoxValBars->GetItem(i)->ChBox()->DoSelect(mode);
00437         }
00438     }

Here is the call graph for this function:


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