SDL++
C++wrapperfortheSDLlibrary.

sdl::event::WindowManagerBase Struct Reference

Base for a window manager event that exposes the SDL_SysWMEvent structure. More...

#include <WindowEvents.h>

Inheritance diagram for sdl::event::WindowManagerBase:
Collaboration diagram for sdl::event::WindowManagerBase:

List of all members.

Public Member Functions

 WindowManagerBase (const SDL_Event *event)
const SDL_SysWMEvent & get () const
const SDL_SysWMEvent & get ()

Detailed Description

Base for a window manager event that exposes the SDL_SysWMEvent structure.

Definition at line 166 of file WindowEvents.h.


Constructor & Destructor Documentation

sdl::event::WindowManagerBase::WindowManagerBase ( const SDL_Event *  event) [inline]

Constructs a WindowManagerBase from a SDL_Event structure.

Parameters:
eventThe SDL_Event structure.

Definition at line 172 of file WindowEvents.h.


Member Function Documentation

const SDL_SysWMEvent& sdl::event::WindowManagerBase::get ( ) const [inline]

Exposes the SDL_SysWMEvent structure.

Returns:
The SDL_SysWMEvent structure.

Definition at line 179 of file WindowEvents.h.

const SDL_SysWMEvent& sdl::event::WindowManagerBase::get ( ) [inline]

Exposes the SDL_SysWMEvent structure.

Returns:
The SDL_SysWMEvent structure.

Definition at line 186 of file WindowEvents.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs