xoreos
0.0.5
|
Inter-thread request events. More...
#include <list>
#include <boost/bind.hpp>
#include "src/common/types.h"
#include "src/common/ptrlist.h"
#include "src/common/singleton.h"
#include "src/common/thread.h"
#include "src/graphics/types.h"
#include "src/events/requesttypes.h"
Go to the source code of this file.
Classes | |
class | Events::RequestManager |
The request manager, handling all requests. More... | |
Namespaces | |
Graphics | |
Events | |
Macros | |
#define | RequestMan Events::RequestManager::instance() |
Shortcut for accessing the request manager. More... | |
Typedefs | |
typedef Common::PtrList< Request > | Events::RequestList |
typedef RequestList::iterator | Events::RequestID |
Inter-thread request events.
Definition in file requests.h.
#define RequestMan Events::RequestManager::instance() |
Shortcut for accessing the request manager.
Definition at line 127 of file requests.h.
Referenced by Engines::EngineManager::cleanup(), Graphics::Aurora::Cube::Cube(), Events::EventsManager::deinit(), Graphics::GLContainer::destroy(), Events::EventsManager::init(), Video::Aurora::VideoPlayer::play(), Graphics::GLContainer::rebuild(), Graphics::GraphicsManager::rebuildContext(), Graphics::Aurora::TextureManager::reloadAll(), Graphics::GraphicsManager::setCullFace(), Graphics::GraphicsManager::setFSAA(), Graphics::WindowManager::setFullScreen(), Graphics::WindowManager::setGamma(), Graphics::GraphicsManager::setOrthogonal(), Graphics::GraphicsManager::setPerspective(), and Graphics::WindowManager::setWindowSize().