Definition at line 751 of file mainTrecSearch.cpp. References Impala::Visualization::AppController::AddControl(), OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), Impala::Visualization::AppController::Instance(), mSegDoc, mTabs, mThreadSet, mThreadSetGui, mThumbHeight, mThumbWidth, mViewScale, TAB_THREAD, and OglGui::OglWindow::W(). Referenced by BuildGUI(). 00752 { 00753 OglGui::Window* tab = mTabs->CreateTab("Threads", -1, TAB_THREAD); 00754 mThreadSetGui = new ThreadSetGui(tab, tab->W(), tab->H(), nrImOnRow, 00755 mThumbWidth, mThumbHeight, mViewScale, 00756 mThreadSet, mSegDoc, TAB_THREAD); 00757 AppController::Instance().AddControl((ThreadSetGui*)mThreadSetGui); 00758 00759 }
Here is the call graph for this function:
|