Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:22 2011 for ImpalaSrc by  doxygen 1.5.1