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:
|