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

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

Reimplemented from OglGui::Window.

Definition at line 106 of file BarPlot.h.

References OglGui::Window::DisplayFunc(), HandleViews(), mCache, NrVisible(), and ShowHistogram().

Referenced by Impala::Application::TagsLife::TagsWeekBarPlot::DisplayFunc().

00107     {
00108         OGC oldOGC;
00109         OGCSave(&oldOGC);
00110         Window::DisplayFunc();
00111         if (NrVisible() != 0 && mCache != 0)
00112         {
00113             ShowHistogram();
00114             HandleViews();
00115         }
00116         OGCRestore(&oldOGC);
00117     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:43:08 2010 for ImpalaSrc by  doxygen 1.5.1