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

virtual void Impala::Visualization::Window::HandleStart (  )  [inline, virtual]

Reimplemented from Impala::Visualization::AppControl.

Definition at line 55 of file Window.h.

References HandleStart(), OglGui::Sys::Instance(), OglGui::OglWindow::mOglWnd, OglGui::Sys::Start(), and OglGui::OglWindow::Valid().

Referenced by HandleStart().

00056     {
00057         if (!Valid())
00058             return;
00059         OglGui::Sys::Instance().Start(mOglWnd);
00060     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:34 2011 for ImpalaSrc by  doxygen 1.5.1