#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 139 of file image_cache.h.
| tile_map::CacheThread::CacheThread | ( | ImageCache * | parent | ) | [explicit] |
Definition at line 253 of file image_cache.cpp.
| void tile_map::CacheThread::notify | ( | ) |
Definition at line 260 of file image_cache.cpp.
| void tile_map::CacheThread::RequestImage | ( | QString | ) | [signal] |
| void tile_map::CacheThread::run | ( | ) | [virtual] |
Definition at line 265 of file image_cache.cpp.
const int tile_map::CacheThread::MAXIMUM_SEQUENTIAL_REQUESTS = 12 [static, private] |
Definition at line 156 of file image_cache.h.
ImageCache* tile_map::CacheThread::p [private] |
Definition at line 153 of file image_cache.h.
QMutex tile_map::CacheThread::waiting_mutex_ [private] |
Definition at line 154 of file image_cache.h.