Reimplemented from Impala::Visualization::DataDocumentGui< DataDocT >. Definition at line 182 of file SegmentationDocumentGuiMain.h. References Impala::Core::VideoSet::SegmentationDocument::CurShot(), Impala::Core::VideoSet::SegmentationDocument::GetSegmentation(), Impala::Core::VideoSet::SegmentationDocument::HasCurShot(), mSegDoc, PLAY, and Impala::Core::VideoSet::PlayShot(). 00183 { 00184 int listenerData = (long long) vData; 00185 DataDocumentGui<SegmentationDocument>::ButtonSelectionEvent(src, vData); 00186 switch (listenerData) 00187 { 00188 case PLAY: 00189 if (! mSegDoc->HasCurShot()) 00190 break; 00191 Core::VideoSet::PlayShot(mSegDoc->GetSegmentation(), 00192 mSegDoc->CurShot()); 00193 break; 00194 } // end switch 00195 }
Here is the call graph for this function:
|