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

void Impala::Visualization::StatusOverlayWindow::HideStatus (  )  [inline]

Definition at line 104 of file StatusOverlayWindow.h.

References OglGui::OglWindow::GetOGLWND(), OglGui::Window::GetParent(), OglGui::OglWindow::SetVisible(), and OglGui::OglWindow::UpdateScene().

Referenced by DisplayFunc().

00105     {
00106         SetVisible(false);
00107         oglSys.SetAlwaysDraw(GetOGLWND(), 0);
00108         // RvB: Added next line
00109         GetParent()->UpdateScene();
00110     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:48:53 2010 for ImpalaSrc by  doxygen 1.5.1