OGRE
13.6
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. More... | |
virtual void | viewportDestroyed (Viewport *viewport) |
Notification of when target listening Viewport's is destroyed. More... | |
virtual void | viewportDimensionsChanged (Viewport *viewport) |
Notification of when target listening Viewport's dimensions changed. More... | |
|
inlinevirtual |
|
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.
|
inlinevirtual |
Notification of when target listening Viewport's is destroyed.
Reimplemented in Ogre::CompositorChain.