#include <image_cache.h>

Signals | |
| void | RequestImage (QString) |
Public Member Functions | |
| CacheThread (ImageCache *parent) | |
| void | notify () |
| virtual void | run () |
Private Attributes | |
| ImageCache * | image_cache_ |
| QMutex | waiting_mutex_ |
Static Private Attributes | |
| static const int | MAXIMUM_SEQUENTIAL_REQUESTS = 12 |
Definition at line 140 of file image_cache.h.
|
explicit |
Definition at line 250 of file image_cache.cpp.
| void tile_map::CacheThread::notify | ( | ) |
Definition at line 257 of file image_cache.cpp.
|
signal |
|
virtual |
Definition at line 262 of file image_cache.cpp.
|
private |
Definition at line 154 of file image_cache.h.
|
staticprivate |
Definition at line 157 of file image_cache.h.
|
private |
Definition at line 155 of file image_cache.h.