xoreos
0.0.5
|
The global timer manager. More...
#include "src/common/fallthrough.h"
#include <SDL_timer.h>
#include <list>
#include <boost/function.hpp>
#include "src/common/types.h"
#include "src/common/singleton.h"
#include "src/common/mutex.h"
#include "src/events/types.h"
Go to the source code of this file.
Classes | |
class | Events::TimerManager |
The global timer manager. More... | |
class | Events::TimerID |
class | Events::TimerHandle |
Namespaces | |
Events | |
Macros | |
#define | TimerMan Events::TimerManager::instance() |
Shortcut for accessing the timer manager. More... | |
Typedefs | |
typedef boost::function< uint32(uint32)> | Events::TimerFunc |
A timer callback function. More... | |
The global timer manager.
Definition in file timerman.h.
#define TimerMan Events::TimerManager::instance() |
Shortcut for accessing the timer manager.
Definition at line 112 of file timerman.h.
Referenced by Engines::NWN::Tooltip::doHide(), Engines::NWN::Tooltip::hide(), Events::EventsManager::init(), Engines::NWN::Tooltip::show(), Events::TimerManager::timerCallback(), and Events::TimerHandle::~TimerHandle().