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

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

Definition at line 120 of file MediaTable.h.

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

00120                                  : Window(0, 0, w, h)
00121     {
00122         Impala::CmdOptions& options = Impala::CmdOptions::GetInstance();
00123 
00124         ILOG_STARTACTION("building GUI", ILOG_LEVEL_INFO);
00125         Init(w,h);
00126         ILOG_ENDACTION("building GUI");
00127 
00128         GetOGLWND()->topTitle = "MediaTable";
00129     }

Here is the call graph for this function:


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