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

Impala::Application::VideoExcel::VideoExcel::VideoExcel ( int  w,
int  h 
) [inline]

Definition at line 36 of file mainVideoExcel.cpp.

References Impala::CmdOptions::GetInstance(), OglGui::OglWindow::GetOGLWND(), ILOG_ENDACTION, ILOG_LEVEL_INFO, ILOG_STARTACTION, and OglGui::OglWindow::Init().

00036                              : Window(0, 0, w, h)
00037     {
00038         Impala::CmdOptions& options = Impala::CmdOptions::GetInstance();
00039 
00040         ILOG_STARTACTION("building GUI", ILOG_LEVEL_INFO);
00041         Init(w,h);
00042         ILOG_ENDACTION("building GUI");  
00043 
00044         GetOGLWND()->topTitle = "VideoExcel";
00045     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:53:08 2010 for ImpalaSrc by  doxygen 1.5.1