PWOgreBox::wxOgreControlListener Class Reference

An interface used for listening in on events that occur in a wxOgreControl instance. More...

#include <wxOgreControlListener.h>

List of all members.

Public Member Functions

virtual void onSize (wxSizeEvent const &evt)
 Called when a wxOgreControl is resized.
virtual void onClose (wxCloseEvent const &evt)
 Called when a wxOgreControl is closed.
virtual void onMouseMotion (wxMouseEvent &evt, RelativeMouseMotion rel)
 Called when a wxOgreControl receives a mouse motion event.


Detailed Description

An interface used for listening in on events that occur in a wxOgreControl instance.


Member Function Documentation

virtual void PWOgreBox::wxOgreControlListener::onSize ( wxSizeEvent const &  evt  )  [inline, virtual]

Called when a wxOgreControl is resized.

Parameters:
evt The wxWidgets event that was generated

virtual void PWOgreBox::wxOgreControlListener::onClose ( wxCloseEvent const &  evt  )  [inline, virtual]

Called when a wxOgreControl is closed.

Parameters:
evt The wxWidgets event that was generated

virtual void PWOgreBox::wxOgreControlListener::onMouseMotion ( wxMouseEvent &  evt,
RelativeMouseMotion  rel 
) [inline, virtual]

Called when a wxOgreControl receives a mouse motion event.

Parameters:
evt The wxWidgets event that was generated
rel The relative mouse motion since the last mouse motion event


The documentation for this class was generated from the following file:
Generated on Sun Jul 13 14:46:22 2008 for PWOgreBox by  doxygen 1.5.1