#include <ScreenPlay.h>
Inheritance diagram for Impala::Application::IDash::ScreenPlay:
Public Types | |
typedef Core::VideoSet::SegmentationDocument | SegmentationDocument |
typedef Core::VideoSet::VideoSet | VideoSet |
Public Member Functions | |
ScreenPlay (int width, int height) | |
ScreenPlay (OglGui::Window *parent, int width, int height) | |
ScreenPlay (OglGui::Window *parent) | |
virtual void | PlayFileEvent (int videoID) |
void | Play () |
void | Stop () |
void | Rewind () |
void | ToBrowser () |
virtual void | ButtonSelectionEvent (Button *src, void *vData) |
virtual void | OnRadioChange (RadioGroup *src, int button, void *data) |
void | AddDossierListener (DossierListener *l) |
ScreenPlay (int w, int h, SegmentationDocument *segDoc) | |
ScreenPlay (OglGui::Window *parent, int w, int h, SegmentationDocument *segDoc) | |
ScreenPlay (OglGui::Window *parent, SegmentationDocument *segDoc) | |
virtual void | HandleActivate () |
virtual void | PlayFile (int videoID) |
virtual void | CheckBoxEvent (OglGui::CheckBox *src, bool checked, void *userData) |
Private Member Functions | |
void | InitScreen () |
void | InitScreen (int w, int h, SegmentationDocument *segDoc) |
Private Attributes | |
NfiSixView * | mPlayer |
StaticText * | mLabel |
bool | mHasFile |
int | mVideoId |
std::vector< DossierListener * > | mListeners |
ILOG_VAR_DEC | |
SegmentationDocument * | mSegDoc |
NfiSixView * | mNfiSixView |
NfiSixViewControl * | mNfiSixViewControl |
StaticText * | mVideoLabel |
Static Private Attributes | |
static const int | BTN_PLAY = 1 |
static const int | BTN_STOP = 2 |
static const int | BTN_REWIND = 3 |
static const int | BTN_TOBROWSER = 4 |
static const int | RAD_SPEED = 1 |
static const int | RAD_LOOP = 2 |
static const int | CHECK_LOOPVIDEO = 1 |
Definition at line 24 of file ScreenPlay.h.