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

void Impala::Application::MediaTable::TableDataView::SetStartRowToFirstMarked ( int  mark  )  [inline]

Definition at line 239 of file TableDataView.h.

References GetFilteredRows(), GetMark(), and SetStartRow().

Referenced by Impala::Application::MediaTable::TableWindow::UpdateNumberOfRowsEvent().

00240         {
00241                 for(int row=0; row < GetFilteredRows(); row++)
00242                 {
00243                         if(GetMark(row) & mark)
00244                         {
00245                                 SetStartRow(row);
00246                                 return;
00247                         }
00248                 }
00249         }       

Here is the call graph for this function:


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