|
Public Types |
typedef std::list< Core::Trec::KeyframeResult > | KeyframeResultList |
typedef Core::VideoSet::Keyframes | Keyframes |
Public Member Functions |
| KeyframeResultBar (OglGui::Window *parent, int w, int h, String name, KeyframeResultList results, Keyframes *keyframes, Core::ImageSet::ImageSet *imSet, int thumbW, int thumbH, double viewscale) |
virtual void | ImageSelectionEvent (Visualization::ImagesWindow *src, int imIndex, void *listenerData) |
void | SetListener (KeyframeResultBarListener *listener) |
String | NiceName () |
Protected Member Functions |
void | DoRankPlot (int wndW, int wndH) |
void | Init (int wndW, int wndH, String name, KeyframeResultList results, Keyframes *keyframes, Core::ImageSet::ImageSet *imSet, int thumbW, int thumbH, double viewscale) |
virtual int | GetImageKeyframeID (int rank) |
Protected Attributes |
String | mName |
Visualization::ImageSet * | mPreviewImages |
KeyframeResultList | mKeyResults |
Keyframes * | mKeyframes |
KeyframeResultBarListener * | mBarListener |
Visualization::View * | mSimPlotView |
| ILOG_VAR_DEC |