xoreos
0.0.5
|
The graphics queue manager. More...
#include <list>
#include "src/common/types.h"
#include "src/common/singleton.h"
#include "src/common/mutex.h"
#include "src/graphics/types.h"
Go to the source code of this file.
Classes | |
class | Graphics::QueueManager |
The graphics queue manager. More... | |
Namespaces | |
Graphics | |
Macros | |
#define | QueueMan QueueManager::instance() |
Shortcut for accessing the graphics queue manager. More... | |
The graphics queue manager.
Definition in file queueman.h.
#define QueueMan QueueManager::instance() |
Shortcut for accessing the graphics queue manager.
Definition at line 71 of file queueman.h.
Referenced by Graphics::Queueable::addToQueue(), Graphics::GraphicsManager::buildNewTextures(), Graphics::GraphicsManager::deinit(), Graphics::GraphicsManager::destroyGLContainers(), Graphics::GraphicsManager::getGUIObjectAt(), Graphics::GraphicsManager::getWorldObjectAt(), Graphics::Queueable::kickedOut(), Graphics::Queueable::lockQueue(), Graphics::GraphicsManager::playVideo(), Graphics::GraphicsManager::rebuildGLContainers(), Graphics::GraphicsManager::recalculateObjectDistances(), Graphics::Queueable::removeFromQueue(), Graphics::GraphicsManager::renderGUI(), Graphics::GraphicsManager::renderGUIShader(), Graphics::GraphicsManager::renderWorld(), Graphics::GraphicsManager::renderWorldShader(), Graphics::Queueable::sortQueue(), and Graphics::Queueable::unlockQueue().