Hugintrunk
0.1
|
Resources Definition. 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 |
Resources Definition.
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 60 of file huginApp.h.
|
inline |
Definition at line 68 of file huginApp.h.
Referenced by Clone().
|
inlinevirtual |
Definition at line 75 of file huginApp.h.
References entry, ImageReadyEvent(), and request.
HuginBase::ImageCache::EntryPtr ImageReadyEvent::entry |
Definition at line 65 of file huginApp.h.
Referenced by Clone(), and huginApp::relayImageLoaded().
HuginBase::ImageCache::RequestPtr ImageReadyEvent::request |
Definition at line 64 of file huginApp.h.
Referenced by Clone(), and huginApp::relayImageLoaded().