Reimplemented from OglGui::WindowListener. Definition at line 458 of file AllFramesTLineVideo.h. References Impala::Visualization::SimilarityTimeLineVideo::ChBoxValueBars(), OglGui::CheckBoxValueBars::GetItem(), mChBoxValueBars, mSimTLV, NEXT_PREV_POSITIVE, RightUpDownButton(), ShowBoundaries(), and ShowPositives(). 00459 { 00460 ShowBoundaries((SimilarityTimeLine*) src); 00461 ShowPositives((SimilarityTimeLine*) src); 00462 00463 if (!mChBoxValueBars) 00464 { 00465 mChBoxValueBars = mSimTLV->ChBoxValueBars(); 00466 OglGui::CheckBoxValueBar* chBoxVB; 00467 int item = 0; 00468 while( chBoxVB = mChBoxValueBars->GetItem(item) ) 00469 { 00470 UpDownButton* upDownBtn 00471 = RightUpDownButton(chBoxVB,20,12,NEXT_PREV_POSITIVE+item); 00472 item++; 00473 } 00474 } 00475 }
Here is the call graph for this function: ![]()
|