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


Public Member Functions | |
| NfiSixView (OglGui::Window *parent, int x, int y, int w, int h) | |
| void | SetVideo (Core::VideoSet::VideoSet *vset, int id) |
| void | ClearVideos () |
| bool | OpenVideo () |
| VideoPlayer * | GetVideoPlayer (int n) |
| void | SetLoopVideo (bool value) |
| bool | GetLoopVideo () |
| void | TogglePause () |
| void | DoNormalSpeed (bool val) |
| void | Play () |
| void | Stop () |
| void | Rewind () |
| void | FFwd () |
| void | FBwd () |
| void | NextFrame (int inc=1) |
| virtual void | OnKey (VideoPlayer *src, int c, int state, void *userData) |
| virtual void | ReshapeFunc (int w, int h) |
Protected Member Functions | |
| bool | CheckRgbValidity (RgbDataSrc *rgb) |
Private Types | |
| typedef Impala::Visualization::VideoPlayer | VideoPlayer |
| typedef Impala::Visualization::VideoPlayerListener | VideoPlayerListener |
| typedef Impala::Core::Stream::RgbDataSrc | RgbDataSrc |
Private Member Functions | |
| void | Init (int w, int h) |
Private Attributes | |
| Core::VideoSet::VideoSet * | mVideoSet |
| VideoPlayer * | mPlayers [6] |
| int | mVideoID |
| ILOG_VAR_DEC | |
Definition at line 12 of file NfiSixView.h.
1.5.1