OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::LodWorkQueueInjector Class Reference

Injects the output of a request to the mesh in a thread safe way. More...

#include <OgreLodWorkQueueInjector.h>

+ Inheritance diagram for Ogre::LodWorkQueueInjector:

Public Member Functions

 LodWorkQueueInjector ()
 
virtual ~LodWorkQueueInjector ()
 
LodWorkQueueInjectorListenergetInjectorListener ()
 
void handleResponse (const WorkQueue::Response *res, const WorkQueue *srcQ) override
 The handler method every subclass must implement. More...
 
void removeInjectorListener ()
 
void setInjectorListener (LodWorkQueueInjectorListener *injectorListener)
 
- Public Member Functions inherited from Ogre::WorkQueue::ResponseHandler
 ResponseHandler ()
 
virtual ~ResponseHandler ()
 
virtual bool canHandleResponse (const Response *res, const WorkQueue *srcQ)
 Return whether this handler can process a given response. More...
 
- Public Member Functions inherited from Ogre::Singleton< LodWorkQueueInjector >
 Singleton (void)
 
 ~Singleton (void)
 

Static Public Member Functions

static LodWorkQueueInjectorgetSingleton ()
 
static LodWorkQueueInjectorgetSingletonPtr ()
 
- Static Public Member Functions inherited from Ogre::Singleton< LodWorkQueueInjector >
static LodWorkQueueInjectorgetSingleton (void)
 Get the singleton instance. More...
 
static LodWorkQueueInjectorgetSingletonPtr (void)
 Get the singleton instance. More...
 

Detailed Description

Injects the output of a request to the mesh in a thread safe way.

Constructor & Destructor Documentation

◆ LodWorkQueueInjector()

Ogre::LodWorkQueueInjector::LodWorkQueueInjector ( )

◆ ~LodWorkQueueInjector()

virtual Ogre::LodWorkQueueInjector::~LodWorkQueueInjector ( )
virtual

Member Function Documentation

◆ getSingletonPtr()

static LodWorkQueueInjector* Ogre::LodWorkQueueInjector::getSingletonPtr ( )
static

◆ getSingleton()

static LodWorkQueueInjector& Ogre::LodWorkQueueInjector::getSingleton ( )
static

◆ handleResponse()

void Ogre::LodWorkQueueInjector::handleResponse ( const WorkQueue::Response res,
const WorkQueue srcQ 
)
overridevirtual

The handler method every subclass must implement.

Parameters
resThe Response structure. The caller is responsible for deleting this after the call is made, none of the data contained (except pointers to structures in user Any data) will persist after this call is returned.
srcQThe work queue that this request originated from

Implements Ogre::WorkQueue::ResponseHandler.

◆ setInjectorListener()

void Ogre::LodWorkQueueInjector::setInjectorListener ( LodWorkQueueInjectorListener injectorListener)
inline

◆ getInjectorListener()

LodWorkQueueInjectorListener* Ogre::LodWorkQueueInjector::getInjectorListener ( )
inline

◆ removeInjectorListener()

void Ogre::LodWorkQueueInjector::removeInjectorListener ( )
inline

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