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

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

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

Definition at line 148 of file TableViewerPointCloud.h.

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

00149         {
00150                 if(mark == 1) // (un)mark selection
00151                 {
00152                         LIST   *obj, *objList = mOglWnd->objectList;
00153                         ForAllElements(obj, objList)
00154                         {
00155                                 OGLVIEW*    view = (OGLVIEW*) obj->info;
00156                                 viewSys.SetTagsTo(view, selectedTag, state);
00157                         }                       
00158                         //mSource->MarkAllRows(1, false);
00159                         //mSource->DoUpdateSelectionEvent();
00160                 } else
00161                         TableDataViewController::MarkAllRows(mark, state);
00162         }

Here is the call graph for this function:


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