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