#include <SegmentationDocumentGuiMain.h>
Inheritance diagram for Impala::Visualization::SegmentationDocumentGuiMain:


Public Types | |
| typedef Core::VideoSet::SegmentationDocument | SegmentationDocument |
| typedef Core::Array::Array2dVec3UInt8 | Array2dVec3UInt8 |
Public Member Functions | |
| SegmentationDocumentGuiMain (OglGui::Window *parent, int wndWidth, int wndHeight, int nrImOnRow, int imWidth, int imHeight, double viewScale, bool showAnno, SegmentationDocument *segDoc, Array2dVec3UInt8 *logoIm, bool logoAnim, int controlId) | |
| virtual void | HandleNewFile () |
| virtual void | HandleNewShot () |
| virtual void | HandleNewBookmarked () |
| virtual void | HandleAddedBookmark () |
| virtual void | HandleCursorBookmarked () |
| virtual void | HandleNewRetrieved () |
| virtual void | ImageSelectionEvent (ImagesWindow *src, int imIndex, void *vData) |
| virtual void | OnViewMouse (OglGui::View *view, int msg, int btn, int state, float x, float y) |
| virtual void | ButtonSelectionEvent (OglGui::Button *src, void *vData) |
Private Attributes | |
| SegmentationDocument * | mSegDoc |
| ImageStrip * | mBookmarkedImages |
| ImageStrip * | mCurrentShotStrip |
| ImageSet * | mRetrievedImages |
Static Private Attributes | |
| static const int | PLAY = 100 |
| static const int | IM_BOOKMARKED = 1 |
| static const int | IM_CURRENT = 2 |
| static const int | IM_RETRIEVED = 3 |
| static const int | IM_CROSS = 4 |
Definition at line 21 of file SegmentationDocumentGuiMain.h.
1.5.1