#include <image_cache.h>
Signals | |
void | RequestImage (QString) |
Public Member Functions | |
CacheThread (ImageCache *parent) | |
void | notify () |
virtual void | run () |
Private Attributes | |
ImageCache * | p |
QMutex | waiting_mutex_ |
Static Private Attributes | |
static const int | MAXIMUM_SEQUENTIAL_REQUESTS = 12 |
Definition at line 141 of file image_cache.h.
|
explicit |
Definition at line 257 of file image_cache.cpp.
void tile_map::CacheThread::notify | ( | ) |
Definition at line 264 of file image_cache.cpp.
|
signal |
|
virtual |
Definition at line 269 of file image_cache.cpp.
|
staticprivate |
Definition at line 158 of file image_cache.h.
|
private |
Definition at line 155 of file image_cache.h.
|
private |
Definition at line 156 of file image_cache.h.