OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
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. | |
|
inlinevirtual |
Notification of when a new camera is set to target listening Viewport.
Reimplemented in Ogre::CompositorChain.
|
inlinevirtual |
Notification of when target listening Viewport's dimensions changed.
Reimplemented in Ogre::CompositorChain.
Notification of when target listening Viewport's is destroyed.
Reimplemented in Ogre::CompositorChain.