Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

CEventSystem Class Reference

#include <cevent.h>

Inheritance diagram for CEventSystem:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual CEventget_next_event ()=0

Detailed Description

Abstract base class for the event system singleton. This singleton is managed by CSingletonManager (see csingletonmanager.h for more information on how this works).

Definition at line 50 of file cevent.h.


Member Function Documentation

virtual CEvent* CEventSystem::get_next_event  )  [pure virtual]
 

Return the next event. If there are no events available, this function should return 0. The client needs to take care of deleting the CEvent object this returns.

Implemented in SDLDriver::CEventSystemSDL.


The documentation for this class was generated from the following file:
Generated on Wed Aug 27 11:58:49 2003 for GFW by doxygen 1.3.3