#include <CameraEventButton.h>
Inheritance diagram for Impala::Application::SDash::CameraEventButton:
Public Member Functions | |
CameraEventButton (Window *parent, int x, int y, int w, int h, const CameraEvent *cameraEvent) | |
void | SetXPositions (int x0, int x1, int x2, int x3) |
virtual void | DisplayFunc () |
int | CameraId () |
int | EventType () |
int | FrameNr () |
long | Seconds () |
std::string | Comments () |
Private Types | |
typedef Impala::Application::SDash::CameraEvent | CameraEvent |
typedef OglGui::Window | Window |
typedef OglGui::Button | Button |
Private Member Functions | |
void | Init (const CameraEvent *cameraEvent) |
Private Attributes | |
const CameraEvent * | mCameraEvent |
int | mX [4] |
Definition at line 22 of file CameraEventButton.h.