![]() |
OGRE 14.0
Object-Oriented Graphics Rendering Engine
|
This is the complete list of members for Ogre::WorkQueue, including all inherited members.
| addMainThreadTask(std::function< void()> task)=0 | Ogre::WorkQueue | pure virtual |
| addTask(std::function< void()> task)=0 | Ogre::WorkQueue | pure virtual |
| getMainThreadProcessingTimeLimit() const | Ogre::WorkQueue | inline |
| getRequestsAccepted() const =0 | Ogre::WorkQueue | pure virtual |
| getResponseProcessingTimeLimit() const =0 | Ogre::WorkQueue | pure virtual |
| isPaused() const =0 | Ogre::WorkQueue | pure virtual |
| processMainThreadTasks() | Ogre::WorkQueue | virtual |
| processResponses() | Ogre::WorkQueue | inlinevirtual |
| RequestID typedef | Ogre::WorkQueue | |
| setMainThreadProcessingTimeLimit(uint64 ms) | Ogre::WorkQueue | inline |
| setPaused(bool pause)=0 | Ogre::WorkQueue | pure virtual |
| setRequestsAccepted(bool accept)=0 | Ogre::WorkQueue | pure virtual |
| setResponseProcessingTimeLimit(unsigned long ms)=0 | Ogre::WorkQueue | pure virtual |
| shutdown()=0 | Ogre::WorkQueue | pure virtual |
| startup(bool forceRestart=true)=0 | Ogre::WorkQueue | pure virtual |
| WorkQueue() | Ogre::WorkQueue | inline |
| ~WorkQueue() | Ogre::WorkQueue | inlinevirtual |