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

void Impala::Application::VideoExcel::TableDataSource::SetNumberOfRows ( int  number  )  [inline]

Definition at line 92 of file TableDataSource.h.

References DoUpdateRowsEvent(), ILOG_DEBUG, and mDisplayRows.

Referenced by SetNumberOfRowsInPixels(), and Impala::Application::VideoExcel::GridWindow::UpdateNumberOfRowsEvent().

00093     {
00094         if (number > 0 && number != mDisplayRows)
00095         {
00096             ILOG_DEBUG("SetNumberOfRows(" << number << ")");
00097             mDisplayRows = number;
00098             DoUpdateRowsEvent();
00099         }
00100     }

Here is the call graph for this function:


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