Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:51:26 2010 for ImpalaSrc by  doxygen 1.5.1