#include <SegmentationDocumentGuiKeyframes.h>
Inheritance diagram for Impala::Visualization::SegmentationDocumentGuiKeyframes:
Public Types | |
typedef Core::VideoSet::SegmentationDocument | SegmentationDocument |
Public Member Functions | |
SegmentationDocumentGuiKeyframes (OglGui::Window *parent, int wndWidth, int wndHeight, int nrImOnRow, int thumbWidth, int thumbHeight, double viewScale, SegmentationDocument *segDoc, int controlId) | |
SegmentationDocumentGuiKeyframes (OglGui::Window *parent, int x, int y, int wndWidth, int wndHeight, int nrImOnRow, int thumbWidth, int thumbHeight, double viewScale, SegmentationDocument *segDoc, int controlId) | |
virtual void | HandleNewFile () |
virtual void | ImageSelectionEvent (ImagesWindow *src, int imIndex, void *listenerData) |
virtual void | ImageSelectionEvent (ImageSetIdxGrid *src, int imIndex, void *listenerData) |
Private Member Functions | |
void | Init (OglGui::Window *parent, int nrImOnRow, int thumbWidth, int thumbHeight, double viewScale, SegmentationDocument *segDoc) |
Private Attributes | |
SegmentationDocument * | mSegDoc |
int | mCurFile |
int | mStartKey |
ImageSet * | mImagesSet |
ImageSetIdxGridScroller * | mImSetIdxGridScroller |
ImageSetIdxGrid * | mImSetIdxGrid |
ILOG_VAR_DEC |
Definition at line 16 of file SegmentationDocumentGuiKeyframes.h.