Event Class Reference

#include <event.h>

List of all members.

Public Member Functions

 Event ()
virtual ~Event ()
virtual void process ()=0
int getTimeStamp ()
void setTimeStamp (int timeStamp)

Private Attributes

int mTimeStamp


Detailed Description

This is basic class for all events that manipulate with game data.

Definition at line 9 of file event.h.


Constructor & Destructor Documentation

Event::Event  ) 
 

Definition at line 5 of file event.cpp.

Event::~Event  )  [virtual]
 

Definition at line 10 of file event.cpp.


Member Function Documentation

int Event::getTimeStamp  ) 
 

Get event's time stamp.

Definition at line 15 of file event.cpp.

References mTimeStamp.

virtual void Event::process  )  [pure virtual]
 

Virtual method that process event.

void Event::setTimeStamp int  timeStamp  ) 
 

Set event's time stamp.

Definition at line 20 of file event.cpp.

References mTimeStamp.


Member Data Documentation

int Event::mTimeStamp [private]
 

Definition at line 34 of file event.h.

Referenced by getTimeStamp(), and setTimeStamp().


The documentation for this class was generated from the following files:
Generated on Wed Apr 12 14:14:02 2006 for bjs by  doxygen 1.4.5