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

virtual void Impala::Visualization::SegmentationDocumentGuiMain::ButtonSelectionEvent ( OglGui::Button src,
void *  vData 
) [inline, virtual]

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:


Generated on Thu Jan 13 09:25:02 2011 for ImpalaSrc by  doxygen 1.5.1