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

virtual void Impala::Application::MediaTable::RandomImageWindow::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 47 of file RandomImageWindow.h.

References OglGui::Window::DisplayFunc(), Impala::Application::MediaTable::TableDataViewController::GetTableDataView(), and ShowImages().

00048         {
00049                 OGC oldOGC;
00050                 OGCSave(&oldOGC);
00051                 Window::DisplayFunc();
00052                 if (GetTableDataView() != 0)
00053                 {
00054                         ShowImages();
00055                 }
00056                 OGCRestore(&oldOGC);
00057         }

Here is the call graph for this function:


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