OGRE
1.9.0
|
Listener interface so you can be notified of Viewport changes. More...
#include <OgreViewport.h>
Public Member Functions | |
virtual | ~Listener () |
virtual void | viewportCameraChanged (Viewport *viewport) |
Notification of when a new camera is set to target listening Viewport. | |
virtual void | viewportDestroyed (Viewport *viewport) |
Notification of when target listening Viewport's is destroyed. | |
virtual void | viewportDimensionsChanged (Viewport *viewport) |
Notification of when target listening Viewport's dimensions changed. | |
Listener interface so you can be notified of Viewport changes.
Definition at line 61 of file OgreViewport.h.
|
virtual |
Definition at line 64 of file OgreViewport.h.
|
virtual |
Notification of when a new camera is set to target listening Viewport.
Reimplemented in Ogre::CompositorChain.
|
virtual |
Notification of when target listening Viewport's is destroyed.
Reimplemented in Ogre::CompositorChain.
|
virtual |
Notification of when target listening Viewport's dimensions changed.
Reimplemented in Ogre::CompositorChain.