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

void Impala::Application::WindowTrecSearch::BuildHelpGui (  )  [inline, private]

Definition at line 865 of file mainTrecSearch.cpp.

References OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), mHelpGui, mTabs, TAB_HELP, and OglGui::OglWindow::W().

Referenced by BuildGUI().

00866     {
00867         OglGui::Window* tab = mTabs->CreateTab("Help", -1, TAB_HELP);
00868         mHelpGui = new HelpViewer(tab, tab->W(), tab->H());
00869     }

Here is the call graph for this function:


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