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

virtual void OglGui::OglWindow::Start (  )  [inline, virtual]

/brief initialisation.

.. This function should be called after all children (windows, buttons, scrollbars, etc) are added. The function initialises the OGL components so that after this function returns a window with all added children is displayed on the monitor.

It is possible to add (and remove) children after the call to Start(). In that case Start should be called again to re-initialise the window.

Definition at line 383 of file OglWindow.h.

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

Referenced by Impala::Application::Videolympics::Vidolvi::BuildGUI(), Impala::Application::SDash::SurveillanceApp::BuildSecondScreenGUI(), Impala::Application::VideoExcel::VideoExcel::Go(), Impala::Application::MediaTable::MediaTable::Go(), main(), Impala::Application::mainShow(), and Impala::Application::SDash::SurveillanceApp::SurveillanceApp().

00384     {
00385         Sys::Instance().Start(mOglWnd);
00386     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:16 2010 for ImpalaSrc by  doxygen 1.5.1