|
Public Types |
| typedef Core::Trec::Thread | Thread |
| typedef Core::Trec::ThreadVirtual | ThreadVirtual |
| typedef Core::Trec::ThreadBookmarked | ThreadBookmarked |
| typedef Core::Table::SimilarityTableSet | SimilarityTableSet |
| typedef OglGui::ProgressBar | ProgressBar |
| typedef OglGui::StaticText | StaticText |
| typedef Visualization::AppController | AppController |
| typedef Visualization::AppControlDoc | AppControlDoc |
| typedef Visualization::RotorBrowser::RotorBrowserGUI | RotorBrowserGUI |
| typedef Visualization::RotorBrowser::RotorBrowser | RotorBrowser |
| typedef Visualization::SearchTopicGui | SearchTopicGui |
| typedef Visualization::SearchJudgeGui | SearchJudgeGui |
| typedef Visualization::ThreadSetGui | ThreadSetGui |
| typedef Visualization::GUI::HelpViewer | HelpViewer |
| typedef Visualization::SegmentationDocumentGuiMain | SegmentationDocumentGuiMain |
| typedef Visualization::SegmentationDocumentGuiStills | SegmentationDocumentGuiStills |
Public Member Functions |
| | WindowTrecSearch (int width, int height) |
| virtual void | HandleCycleGUI () |
| virtual void | KeyEvent (OglGui::Window *src, int c, int state) |
| virtual void | TabSelectionEvent (OglGui::Tabs *src, int tabNr, void *listenerData, int tabControlData) |
| virtual void | QueryDoneEvent () |
| virtual void | BookmarkEvent (OglGui::Window *src, int shotid, bool isbookmarked) |
| virtual void | ContextMoveEvent (OglGui::Window *src, int direction, int position) |
| virtual void | TopicSelectionEvent (SearchTopicGui *src, int topic, void *userData) |
| virtual bool | RequestSaveFinalEvent () |
| virtual bool | RequestComputeFinalEvent () |
| virtual void | DisplayFunc () |
Static Public Attributes |
| static const int | BUT_SHOW_RESULT = 1 |
| static const int | BUT_SAVE_RESULT = 2 |
| static const int | BUT_CLEAR_RESULT = 3 |
| static const int | TAB_TOPIC = 0 |
| static const int | TAB_QUERY = 1 |
| static const int | TAB_MDBROWSER = 2 |
| static const int | TAB_SORT = 3 |
| static const int | TAB_THREAD = 4 |
| static const int | TAB_GRID = 5 |
| static const int | TAB_CROSS = 6 |
| static const int | TAB_PLAY = 7 |
| static const int | TAB_STILLS = 8 |
| static const int | TAB_PLOT = 9 |
| static const int | TAB_JUDGE = 10 |
| static const int | TAB_HELP = 11 |
| static const int | TAB_DETAILS = 12 |
| static const int | TAB_SORT_NEGATIVE = 13 |
| static const int | MODE_CROSSBROWSER |
| static const int | MODE_FORKBROWSER |
Private Member Functions |
| void | InitConfig () |
| void | InitData () |
| void | InitDataVideoOlympics () |
| void | InitDataConceptRanking () |
| void | InitDataQueryByExample () |
| void | InitDataThreadFile () |
| void | InitDataTrecTopic () |
| void | InitDataThreadSet () |
| void | InitDataSearchJudge () |
| void | HandleInitSecondWindow (int wndW, int wndH) |
| void | BuildGUI (int wndW, int wndH) |
| void | BuildTimeLeftIndicator () |
| void | BuildSearchTopicGui (int nrImOnRow) |
| void | BuildQueryGui () |
| void | BuildRotorBrowserGui () |
| void | BuildSortGui () |
| void | BuildSortNegativeGui () |
| void | BuildThreadSetGui (int nrImOnRow) |
| void | BuildGrid (int nrImOnRow) |
| void | BuildDetails () |
| void | BuildStills (int nrImOnRow) |
| void | BuildSearchJudgeGui (int nrImOnRow) |
| void | BuildHelpGui () |
| void | StripConceptNames () |
| void | SetBg (ULONG bg) |
| void | DoTwoMinutesTimeAlert () |
| void | UpdateProgress () |
| bool | ComputeFinalResult () |
| bool | SaveFinalResult () |
Private Attributes |
| bool | mFilterLanguage |
| bool | mUseVisualRect |
| bool | mShowAnno |
| bool | mUseCross |
| bool | mImageStills |
| bool | mDisableQueryTab |
| bool | mDisableStillsTab |
| bool | mDisableDetailsTab |
| bool | mJudgeInBrowser |
| bool | mLoadWeibull |
| bool | mShowMinimap |
| bool | mLogoAnim |
| bool | mDidTimeAlert |
| bool | mTopicRunning |
| int | mYear |
| int | mWeibullScales |
| int | mNrWeibullLevels |
| int | mThumbWidth |
| int | mThumbHeight |
| int | mInitialBrowser |
| int | mBackgroundColor |
| double | mViewScale |
| String | mSearchTopicImages |
| String | mSearchTopicThumbnails |
| String | mAutomaticResultsDir |
| String | mKeyServer |
| String | mUseWnd2 |
| String | mVideoSetName |
| String | mImageSetName |
| String | mConceptSetName |
| String | mConceptCatName |
| String | mConceptQualityName |
| String | mConceptMappingName |
| String | mQbyExampleSet |
| String | mTrecTopicSetName |
| String | mJudgeFileName |
| String | mConceptModel |
| String | mConceptFeature |
| ProgramNameReader * | mProgramNames |
| SimilarityTableSet * | mConceptRanking |
| SimilarityTableSet * | mThreadRanking |
| SimilarityTableSet * | mQbyExampleRanking |
| Core::VideoSet::VideoSet * | mVidSet |
| Core::VideoSet::SegmentationDocument * | mSegDoc |
| Core::VideoSet::Segmentation * | mShots |
| Core::VideoSet::Keyframes * | mKeyframes |
| Core::Trec::TrecTopic * | mTrecTopic |
| Core::Trec::SearchTopic * | mSearchTopic |
| Core::Trec::SearchJudge * | mJudge |
| Core::Trec::ThreadSet * | mThreadSet |
| Core::Array::Array2dVec3UInt8 * | mLogoIm |
| Visualization::Window * | mWnd2 |
| OglGui::Tabs * | mTabs |
| HelpViewer * | mHelpGui |
| SearchTopicGui * | mSearchTopicGui |
| SearchJudgeGui * | mSearchJudgeGui |
| ThreadSetGui * | mThreadSetGui |
| QueryGui * | mQueryGui |
| SortGui * | mSortGui |
| RotorBrowserGUI * | mBrowserGui |
| SegmentationDocumentGuiMain * | mSegDocMainGrid |
| SegmentationDocumentGuiStills * | mSegDocStills |
| ShotDetailWindow * | mDetailWindow |
| ProgressBar * | mTimeLeft |
| StaticText * | mTimeLeftText |
| Application::Videolympics::VideolympicsClient * | mVideolympicsClient |
| | ILOG_VAR_DEC |