#include <ScreenTimeLineVideo.h>
Inheritance diagram for Impala::Application::IDash::ScreenTimeLineVideo:


Public Member Functions | |
| ScreenTimeLineVideo (int w, int h, int id) | |
| ScreenTimeLineVideo (OglGui::Window *parent, int w, int h, int id) | |
| ScreenTimeLineVideo (OglGui::Window *parent, int id) | |
| void | SetSegmentationDoc (SegmentationDocument *segDoc) |
| virtual void | HandleActivate () |
| void | HandleNewVideo () |
Protected Member Functions | |
| bool | CheckValidity (RgbDataSrc *vRgb, RgbDataSrc *sRgb) |
Private Types | |
| typedef Core::VideoSet::SegmentationDocument | SegmentationDocument |
| typedef Core::VideoSet::VideoSet | VideoSet |
| typedef Core::Stream::RgbDataSrc | RgbDataSrc |
| typedef Visualization::VideoTimeLine | VideoTimeLine |
Private Member Functions | |
| void | InitScreen (int controlId) |
Private Attributes | |
| SegmentationDocument * | mSegDoc |
| VideoTimeLine * | mVideoTimeLine |
| int | mCurFile |
| ILOG_VAR_DEC | |
Definition at line 25 of file ScreenTimeLineVideo.h.
1.5.1