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

void Impala::Application::MediaTable::TableViewerPointCloud::MarkAllFilteredRows ( int  mark,
bool  state 
) [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataViewController.

Definition at line 164 of file TableViewerPointCloud.h.

References Impala::Application::MediaTable::TableDataViewController::MarkAllFilteredRows(), and OglGui::OglWindow::mOglWnd.

00165         {
00166                 if(mark == 1) // (un)mark selection
00167                 {
00168                         LIST   *obj, *objList = mOglWnd->objectList;
00169                         ForAllElements(obj, objList)
00170                         {
00171                                 OGLVIEW*    view = (OGLVIEW*) obj->info;
00172                                 viewSys.SetTagsTo(view, selectedTag, state);
00173                         }
00174                         //mSource->MarkAllRows(1, false);
00175                         //mSource->DoUpdateSelectionEvent();
00176                 } else
00177                         TableDataViewController::MarkAllFilteredRows(mark, state);
00178         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:22 2011 for ImpalaSrc by  doxygen 1.5.1