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

void Impala::Application::WindowTrecSearch::HandleInitSecondWindow ( int  wndW,
int  wndH 
) [inline, private]

Definition at line 624 of file mainTrecSearch.cpp.

References ILOG_DEBUG, mUseWnd2, and mWnd2.

Referenced by BuildGUI().

00625     {
00626         mWnd2 = 0;
00627         //if (mUseWnd2 != String("") && mUseWnd2 != String("None"))
00628         if (mUseWnd2 != "" && mUseWnd2 != "None")
00629         {
00630             mWnd2 = new Visualization::Window(wndW+6, 0, wndW, wndH);
00631                         ILOG_DEBUG( "BuildGUI: 2nd window enabled.");
00632         }
00633         else
00634             mUseWnd2 = "";
00635     }


Generated on Fri Mar 19 10:38:35 2010 for ImpalaSrc by  doxygen 1.5.1