#include <huginApp.h>
Public Member Functions | |
| ImageReadyEvent (HuginBase::ImageCache::RequestPtr request, HuginBase::ImageCache::EntryPtr entry) | |
| virtual wxEvent * | Clone () const |
Public Attributes | |
| HuginBase::ImageCache::RequestPtr | request |
| HuginBase::ImageCache::EntryPtr | entry |
Glue for HuginBase::ImageCache. We want to load images in a separate thread, but to write safe UI code we handle the redraw when processing a wxEvent.
Definition at line 60 of file huginApp.h.
|
||||||||||||
|
Definition at line 68 of file huginApp.h. Referenced by Clone(). |
|
|
Definition at line 75 of file huginApp.h. References entry, ImageReadyEvent(), and request. |
|
|
Definition at line 65 of file huginApp.h. Referenced by Clone(), and huginApp::relayImageLoaded(). |
|
|
Definition at line 64 of file huginApp.h. Referenced by Clone(), and huginApp::relayImageLoaded(). |
1.3.9.1