#include <CameraEvent.h>
Collaboration diagram for Impala::Application::SDash::CameraEvent:
Public Member Functions | |
CameraEvent () | |
CameraEvent (int camId, int type, std::string comments="") | |
CameraEvent (int camId, int type, long seconds, std::string comments="") | |
CameraEvent (int camId, int type, int frameNr, std::string comments="") | |
int | CameraId () const |
int | Type () const |
int | FrameNr () const |
long | Seconds () const |
std::string | Comments () |
const std::string & | Comments () const |
const char * | CommentsC () const |
void | SetSeconds (long virtualSecondsSinceStart) |
void | SetComments (const std::string &comments) |
const char * | AlertDescription () const |
ULONG | PreferredBackColor () const |
Private Attributes | |
int | mType |
int | mCameraId |
int | mFrameNr |
long | mSeconds |
std::string | mComments |
Static Private Attributes | |
static const char * | sAlertDescriptions [] |
Definition at line 14 of file CameraEvent.h.