|
Hugin trunk 0.1
|
#include <wxImageCache.h>

Public Member Functions | |
| bool | OnInit () wxOVERRIDE |
| void | relayImageLoaded (ImageReadyEvent &event) |
| Relay image loaded event when the UI thread is ready to process it. | |
Static Public Member Functions | |
| static void | imageLoadedAsync (HuginBase::ImageCache::RequestPtr request, HuginBase::ImageCache::EntryPtr entry) |
| Queue up an image loaded event when an image has just loaded. | |
Definition at line 64 of file wxImageCache.h.
|
static |
Queue up an image loaded event when an image has just loaded.
Definition at line 157 of file wxImageCache.cpp.
References threshold().
Referenced by OnInit().
| bool ImageCacheApp::OnInit | ( | ) |
Definition at line 131 of file wxImageCache.cpp.
References imageLoadedAsync(), relayImageLoaded(), threshold(), and UpdateImageCacheSize().
Referenced by LensCalApp::OnInit(), huginApp::OnInit(), and ToolboxApp::OnInit().
| void ImageCacheApp::relayImageLoaded | ( | ImageReadyEvent & | event | ) |
Relay image loaded event when the UI thread is ready to process it.
Definition at line 140 of file wxImageCache.cpp.
References HUGIN_CONV_FILENAME, and threshold().
Referenced by OnInit().