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

void Impala::Application::MediaTable::TableViewerPointCloud::UpdateSelectionEvent (  )  [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataViewListener.

Definition at line 190 of file TableViewerPointCloud.h.

References mSkipUpdateSelectionEvent, and UpdateAllMarks().

00191         {
00192                 if(mSkipUpdateSelectionEvent)
00193                 {
00194                         mSkipUpdateSelectionEvent = false;
00195                         return;
00196                 }
00197                 
00198                 UpdateAllMarks();
00199         }

Here is the call graph for this function:


Generated on Fri Mar 19 10:44:12 2010 for ImpalaSrc by  doxygen 1.5.1