

Public Member Functions | |
| WindowTrecResult (int width, int height) | |
| void | SetActiveShot (int idx) |
| virtual void | StringSelectionEvent (OglGui::StringSelector *src, int strIndex, void *listenerData) |
| virtual void | ButtonSelectionEvent (OglGui::Button *src, void *listenerData) |
Private Member Functions | |
| void | ReadData () |
| void | BuildGUI (int wndWidth, int wndHeight) |
Private Attributes | |
| double | mViewScale |
| Core::Trec::SearchResult | mSearchResult |
| int | mCurShotId |
| int | mCurVidId |
| Core::ImageSet::ImageSet * | mImSetThumb |
| Core::VideoSet::VideoSet * | mVidSet |
| Core::VideoSet::Segmentation * | mShots |
| Core::VideoSet::Keyframes * | mKeyframes |
| Core::Trec::SearchJudge * | mJudge |
| int | mThumbWidth |
| int | mThumbHeight |
| ImageStrip * | mImageStrip |
| OglGui::StringSelector * | mResultWnd |
| OglGui::TextArea * | mApText |
| OglGui::Button * | mPlayBut |
Definition at line 28 of file mainTrecResult.cpp.
1.5.1