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

void Impala::Application::MediaTable::TableWindow::ZoomRow ( int  row  )  [inline]

Definition at line 533 of file TableWindow.h.

References Impala::Application::MediaTable::TableDataView::DoUpdateNumberOfRowsEvent(), Impala::Application::MediaTable::TableDataView::DoUpdateRowsEvent(), Impala::Application::MediaTable::TableDataViewController::GetTableDataView(), and mZoomRow.

Referenced by MouseFunc().

00534     {
00535                 if (row == mZoomRow)
00536                         return;
00537                 if (GetTableDataView()->OutOfBounds(row))
00538                         return;
00539                 if (mZoomRow == -1)
00540                         GetTableDataView()->DoUpdateNumberOfRowsEvent();
00541                 mZoomRow = row;
00542                 GetTableDataView()->DoUpdateRowsEvent();
00543     }

Here is the call graph for this function:


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