Public Member Functions | Protected Member Functions | List of all members
gazebo::rendering::ListenerFactoryLogic Class Referenceabstract

The simple types of compositor logics will all do the same thing - Attach a listener to the created compositor. More...

#include <ListenerFactoryLogic.hh>

Inheritance diagram for gazebo::rendering::ListenerFactoryLogic:
Inheritance graph
[legend]

Public Member Functions

virtual void compositorInstanceCreated (Ogre::CompositorInstance *_newInstance)
 
virtual void compositorInstanceDestroyed (Ogre::CompositorInstance *_destroyedInstance)
 

Protected Member Functions

virtual
Ogre::CompositorInstance::Listener * 
createListener (Ogre::CompositorInstance *instance)=0
 

Detailed Description

The simple types of compositor logics will all do the same thing - Attach a listener to the created compositor.

Member Function Documentation

virtual void gazebo::rendering::ListenerFactoryLogic::compositorInstanceCreated ( Ogre::CompositorInstance *  _newInstance)
inlinevirtual
virtual void gazebo::rendering::ListenerFactoryLogic::compositorInstanceDestroyed ( Ogre::CompositorInstance *  _destroyedInstance)
inlinevirtual

virtual Ogre::CompositorInstance::Listener* gazebo::rendering::ListenerFactoryLogic::createListener ( Ogre::CompositorInstance *  instance)
protectedpure virtual

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