#include <VideoPlayerView.h>
Inheritance diagram for Impala::Application::SDash::VideoPlayerView:


Public Types | |
| typedef Core::Geometry::Rectangle | Rectangle |
Public Member Functions | |
| VideoPlayerView (OGLVIEW *oglView) | |
| virtual | ~VideoPlayerView () |
| virtual void | OnDrawView () |
| virtual void | OnMouse (int msg, int btn, int state, float x, float y) |
| void | SubjectWindow (OglGui::WindowView2D *subjectWindow, const std::string &roiPath) |
| void | Color (ULONG col) |
| int | GetVideoId () |
| int | GetFrameNr () |
| int | GetRoiNr () |
| void | SetVideoId (int id) |
| void | SetFrameNr (int nr) |
| void | SetRoiNr (int nr) |
| void | SetRegionsOfInterest (const std::vector< RegionsOfInterestInfo::ScaledRegion > ®ions) |
Public Attributes | |
| bool | mShowFrameNr |
Private Member Functions | |
| void | Init () |
Private Attributes | |
| OglGui::WindowView2D * | mSubjectWindow |
| RoiLoader * | mRoiLoader |
| ULONG | mColor |
| float | mX |
| float | mY |
| float | mW |
| float | mH |
| int | mVideoId |
| int | mFrameNr |
| int | mRoiNr |
| std::vector< RegionsOfInterestInfo::ScaledRegion > | mRegionsOfInterest |
Definition at line 27 of file VideoPlayerView.h.
1.5.1