SDL++
C++wrapperfortheSDLlibrary.

sdl::event::ExposeBase Struct Reference

Base for an expose event that exposes the SDL_ExposeEvent structure. More...

#include <WindowEvents.h>

Inheritance diagram for sdl::event::ExposeBase:
Collaboration diagram for sdl::event::ExposeBase:

List of all members.

Public Member Functions

 ExposeBase (const SDL_Event *event)
const SDL_ExposeEvent & get () const
const SDL_ExposeEvent & get ()

Detailed Description

Base for an expose event that exposes the SDL_ExposeEvent structure.

Definition at line 67 of file WindowEvents.h.


Constructor & Destructor Documentation

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

Constructs an ExposeBase from a SDL_Event structure.

Parameters:
eventThe SDL_Event structure.

Definition at line 73 of file WindowEvents.h.


Member Function Documentation

const SDL_ExposeEvent& sdl::event::ExposeBase::get ( ) const [inline]

Exposes the SDL_ExposeEvent structure.

Returns:
The SDL_ExposeEvent structure.

Definition at line 80 of file WindowEvents.h.

const SDL_ExposeEvent& sdl::event::ExposeBase::get ( ) [inline]

Exposes the SDL_ExposeEvent structure.

Returns:
The SDL_ExposeEvent structure.

Definition at line 87 of file WindowEvents.h.


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