Hugintrunk
0.1
|
Event for when a requested image finished loading. More...
#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 |
Event for when a requested image finished loading.
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 41 of file huginApp.h.
ImageReadyEvent::ImageReadyEvent | ( | HuginBase::ImageCache::RequestPtr | request, |
HuginBase::ImageCache::EntryPtr | entry | ||
) |
Definition at line 149 of file huginApp.cpp.
Referenced by Clone().
|
virtual |
Definition at line 153 of file huginApp.cpp.
References entry, ImageReadyEvent(), and request.
HuginBase::ImageCache::EntryPtr ImageReadyEvent::entry |
Definition at line 45 of file huginApp.h.
Referenced by Clone(), and huginApp::relayImageLoaded().
HuginBase::ImageCache::RequestPtr ImageReadyEvent::request |
Definition at line 44 of file huginApp.h.
Referenced by Clone(), and huginApp::relayImageLoaded().