SDL++
C++wrapperfortheSDLlibrary.

sdl::subsystem Namespace Reference

Classes

struct  Subsystem
 Represents a SDL subsystem. More...
struct  AudioBase
struct  CdRomBase
 Base for the cd-rom subsystem. More...
struct  EverythingBase
 Base to the everything subsystem. More...
struct  EventThreadBase
 Base for the event thread subsystem. More...
struct  JoystickBase
 Base for the joystick subsystem. More...
struct  NoParachuteBase
 Base for the no parachute subsystem. More...
struct  TimerBase
 Base for the timer subsystem. More...
struct  VideoBase

Typedefs

typedef Subsystem
< SDL_INIT_AUDIO, AudioBase
Audio
 Represents the audio subsystem.
typedef Subsystem
< SDL_INIT_CDROM, CdRomBase
CdRom
 Represents the cd-rom subsystem.
typedef Subsystem
< SDL_INIT_EVERYTHING,
EverythingBase
Everything
 Represents the everything subsystem.
typedef Subsystem
< SDL_INIT_EVENTTHREAD,
EventThreadBase
EventThread
 Represents the event thread subsystem.
typedef Subsystem
< SDL_INIT_JOYSTICK,
JoystickBase
Joystick
 Represents the joystick subsystem.
typedef Subsystem
< SDL_INIT_NOPARACHUTE,
NoParachuteBase
NoParachute
 Represents the no parachute subsystem.
typedef Subsystem
< SDL_INIT_TIMER, TimerBase
Timer
 Represents the timer subsystem.
typedef Subsystem
< SDL_INIT_VIDEO, VideoBase
Video
 Represents the video subsystem.

Typedef Documentation

Represents the audio subsystem.

Definition at line 150 of file Subsystem.h.

Represents the cd-rom subsystem.

Definition at line 177 of file Subsystem.h.

Represents the event thread subsystem.

Definition at line 217 of file Subsystem.h.

Represents the everything subsystem.

Definition at line 197 of file Subsystem.h.

Represents the joystick subsystem.

Definition at line 271 of file Subsystem.h.

Represents the no parachute subsystem.

Definition at line 291 of file Subsystem.h.

Represents the timer subsystem.

Definition at line 326 of file Subsystem.h.

Represents the video subsystem.

Definition at line 350 of file Subsystem.h.

 All Classes Namespaces Files Functions Variables Typedefs