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

Impala::Application::IDash::ScreenBase::ScreenBase ( int  width,
int  height 
) [inline]

Definition at line 38 of file ScreenBase.h.

References OglGui::OglWindow::GetOGLWND(), ScreenBaseInit(), OglGui::OglWindow::SetBackground(), and sSidebySide.

00038                                       :
00039         Visualization::Window(sSidebySide, 1, width, height, true)
00040     {
00041         sSidebySide += width;
00042 #ifdef AS_TODS_BROWSER
00043         GetOGLWND()->topTitle = "TODS - Video Analysis Toolkit";
00044 #else
00045         GetOGLWND()->topTitle =
00046             "MultimediaN - Investigators Dashboard - Golden Demo";
00047 #endif
00048         SetBackground(oglGUI_BG);
00049 
00050         ScreenBaseInit();
00051     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:40:07 2010 for ImpalaSrc by  doxygen 1.5.1