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

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

Definition at line 740 of file mainTrecSearch.cpp.

References Impala::Visualization::AppController::AddControl(), OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), Impala::Visualization::AppController::Instance(), mSortGui, mTabs, mThreadSet, mThumbHeight, mThumbWidth, mViewScale, TAB_SORT_NEGATIVE, and OglGui::OglWindow::W().

Referenced by BuildGUI().

00741     {
00742         OglGui::Window* tab =
00743             mTabs->CreateTab("Negative", -1, TAB_SORT_NEGATIVE);
00744         mSortGui = new SortGui(tab, tab->W(), tab->H(), mThumbWidth, mThumbHeight,
00745                                mViewScale, mThreadSet, TAB_SORT_NEGATIVE,
00746                                "bookmarked_negative");
00747         AppController::Instance().AddControl((SortGui*)mSortGui);
00748         mSortGui->SetSortGuiListener(this);
00749     }

Here is the call graph for this function:


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