Definition at line 852 of file mainTrecSearch.cpp. References OglGui::Tabs::CreateTab(), Impala::Core::VideoSet::SegmentationDocument::GetImSetKeyframes(), OglGui::OglWindow::H(), mJudge, mKeyframes, mSearchJudgeGui, mSegDoc, mShots, mTabs, mThumbHeight, mThumbWidth, mTrecTopic, mViewScale, TAB_JUDGE, and OglGui::OglWindow::W(). Referenced by BuildGUI(). 00853 { 00854 if (!mJudge) return; 00855 00856 OglGui::Window* tab = mTabs->CreateTab("Judge", -1, TAB_JUDGE); 00857 mSearchJudgeGui = new SearchJudgeGui(tab, tab->W(), tab->H(), nrImOnRow, 00858 mThumbWidth, mThumbHeight, 00859 mViewScale, "bookmarked", 00860 "retrieved", mJudge, mTrecTopic, 00861 mShots, mKeyframes, 00862 mSegDoc->GetImSetKeyframes(true)); 00863 }
Here is the call graph for this function:
|