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:
|