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

void Impala::Application::MediaTable::TableDataView::MarkAllRows ( int  mask,
bool  mark = true 
) [inline]

Definition at line 159 of file TableDataView.h.

References GetMarkById(), GetTotalRows(), and SetMarkById().

Referenced by Impala::Application::MediaTable::GridWindow::DisplayFunc(), Impala::Application::MediaTable::TableDataViewController::MarkAllRows(), and Impala::Application::MediaTable::TableWindow::MouseFunc().

00160     {
00161                 for(int id=0; id < GetTotalRows(); id++)
00162                 {
00163                         if (mark)
00164                                 SetMarkById(id, GetMarkById(id) | mask);
00165                         else
00166                                 SetMarkById(id, GetMarkById(id) & ~mask);
00167                 }
00168     }   

Here is the call graph for this function:


Generated on Fri Mar 19 10:45:53 2010 for ImpalaSrc by  doxygen 1.5.1