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

virtual void Impala::Application::VideoExcel::GridWindow::UpdateNumberOfRowsEvent (  )  [inline, virtual]

Reimplemented from Impala::Application::VideoExcel::TableUpdateListener.

Definition at line 165 of file GridWindow.h.

References GetGridColumns(), GetGridRows(), ILOG_DEBUG, mSource, mVertScrollBar, OglGui::ScrollBar::SetLineIncrement(), and Impala::Application::VideoExcel::TableDataSource::SetNumberOfRows().

Referenced by HandleLayoutChange(), SetGridSize(), and Impala::Application::VideoExcel::TableControlBarWindow::SwitchMode().

00166     {
00167         ILOG_DEBUG("UpdateNumberOfRowsEvent: " << GetGridRows() << " rows, " <<
00168                    GetGridColumns() << " columns.");
00169         mSource->SetNumberOfRows(GetGridRows() * GetGridColumns());
00170 
00171         mVertScrollBar->SetLineIncrement(GetGridColumns());
00172     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:52:50 2010 for ImpalaSrc by  doxygen 1.5.1