sfWindowListener Class Reference

Base class for classes that want to receive events from a window (for internal use only). More...

#include <WindowListener.hpp>

Inheritance diagram for sfWindowListener:

sfInput sfWindow sfRenderWindow List of all members.

Public Member Functions

virtual void OnEvent (const sfEvent &Event)=0
 Called each time an event is received from attached window.

Protected Member Functions

virtual ~sfWindowListener ()
 Destructor.

Detailed Description

Base class for classes that want to receive events from a window (for internal use only).

Definition at line 40 of file WindowListener.hpp.


Constructor & Destructor Documentation

virtual sfWindowListener::~sfWindowListener (  )  [inline, protected, virtual]

Destructor.

Definition at line 58 of file WindowListener.hpp.


Member Function Documentation

virtual void sfWindowListener::OnEvent ( const sfEvent Event  )  [pure virtual]

Called each time an event is received from attached window.

Parameters:
Event : Event received


The documentation for this class was generated from the following file: