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

virtual void Impala::Application::VideoExcel::TableColumn::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 98 of file TableColumn.h.

References OglGui::Window::DisplayFunc(), mCache, Impala::Application::VideoExcel::TableViewCache::ProcessDelayLoad(), and UpdateRows().

00099     {
00100         if (mCache && mCache->ProcessDelayLoad())
00101             UpdateRows();
00102         Window::DisplayFunc();
00103     }

Here is the call graph for this function:


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