#include <ScreenReconstruction.h>
Inheritance diagram for Impala::Application::IDash::ScreenReconstruction:
Public Types | |
typedef OglGui::Window | Window |
typedef OglGui::Button | Button |
typedef OglGui::WindowView2DWithRect | WindowView2DWithRect |
typedef OglGui::WindowView2DWithRectListener | WindowView2DWithRectListener |
typedef Visualization::VideoPlayer | VideoPlayer |
Public Member Functions | |
ScreenReconstruction (int width, int height) | |
ScreenReconstruction (OglGui::Window *parent, int width, int height) | |
ScreenReconstruction (OglGui::Window *parent) | |
void | AddReconstructionListener (ReconstructionListener *listener) |
void | OnRectangleSelect (float x, float y, float w, float h) |
Private Member Functions | |
virtual void | ButtonSelectionEvent (Button *src, void *vData) |
void | CheckLoad () |
void | Toggle () |
void | Play () |
void | Stop () |
void | InitScreen () |
Private Attributes | |
OGLIMAGE * | oglIm |
VideoPlayer * | mPlayer |
int | mCrimeScene |
bool | mLoaded |
std::vector< ReconstructionListener * > | mListeners |
ILOG_VAR_DEC | |
Static Private Attributes | |
static const int | BTN_PLAY = 1 |
static const int | BTN_STOP = 2 |
Definition at line 42 of file ScreenReconstruction.h.