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

SDLDriver Namespace Reference


Compounds

class  CEventSDL
class  CEventSystemFactorySDL
class  CEventSystemSDL
class  CSurfaceImplSDL
class  CTimerSystemFactorySDL
class  CTimerSystemSDL
class  CVideoSystemFactorySDL
class  CVideoSystemSDL

Functions

CEventSystemFactorymake_event_system_factory ()
CTimerSystemFactorymake_timer_system_factory ()
CVideoSystemFactorymake_video_system_factory (int width, int height, int depth, int is_fullscreen)


Detailed Description

The SDLDriver namespace is the domain in which the SDL driver implementations for the multimedia layer are defiend. The only members of this namespace visible to the public are the ones that return the driver factory objects (e.g. CVideoSystemFactory, etc).


Function Documentation

CEventSystemFactory * SDLDriver::make_event_system_factory  ) 
 

Return a CEventSystemFactory that can be passed to the CEventSystemManager::init() method.

Definition at line 97 of file sdl_cevent.cpp.

CTimerSystemFactory * SDLDriver::make_timer_system_factory  ) 
 

Return a CTimerSystemFactory that can be passed to the CTimerSystemManager::init() method.

Definition at line 32 of file sdl_ctimer.cpp.

CVideoSystemFactory * SDLDriver::make_video_system_factory int  width,
int  height,
int  depth,
int  is_fullscreen
 

Return a CVideoSystemFactory that can be passed to the CVideoSystemManager::init() method.

Definition at line 252 of file sdl_cvideo.cpp.


Generated on Wed Aug 27 11:59:27 2003 for GFW by doxygen 1.3.3