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


Public Types | |
| typedef Core::Array::Array2dVec3UInt8 | Array2dVec3UInt8 |
| typedef Core::VideoSet::SegmentationDocument | SegmentationDocument |
| typedef Core::VideoSet::Stills | Stills |
Public Member Functions | |
| SegmentationDocumentGuiStills (OglGui::Window *parent, int w, int h, int nrImOnRow, int thumbW, int thumbH, double viewScale, bool doFullSize, bool imageStills, SegmentationDocument *segDoc, int controlId) | |
| virtual void | HandleNewFile () |
| virtual void | HandleNewKey (int c, int state) |
| virtual void | ButtonSelectionEvent (OglGui::Button *src, void *listenerData) |
| virtual void | OnViewMouse (OglGui::View *view, int msg, int btn, int state, float x, float y) |
Private Member Functions | |
| void | UpdateFromMpg () |
| bool | UpdateFromJpg () |
| void | SetAsBox (OglGui::Window *w) |
Private Attributes | |
| bool | mDoFullSize |
| bool | mImageStills |
| bool | mForceUpdate |
| double | mViewScale |
| int | mNrIm |
| SegmentationDocument * | mSegDoc |
| Stills * | mStills |
| OglGui::CheckBox * | mCheckBox |
| OglGui::TextField * | mFrameSkipField |
| ImageSet * | mImagesSet |
| ILOG_VAR_DEC | |
Definition at line 22 of file SegmentationDocumentGuiStills.h.
1.5.1