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 55 of file huginApp.h.
ImageReadyEvent::ImageReadyEvent | ( | HuginBase::ImageCache::RequestPtr | request, |
HuginBase::ImageCache::EntryPtr | entry | ||
) |
Definition at line 148 of file huginApp.cpp.
Referenced by Clone().
|
virtual |
Definition at line 152 of file huginApp.cpp.
References entry, ImageReadyEvent(), and request.
HuginBase::ImageCache::EntryPtr ImageReadyEvent::entry |
Definition at line 59 of file huginApp.h.
Referenced by Clone(), and huginApp::relayImageLoaded().
HuginBase::ImageCache::RequestPtr ImageReadyEvent::request |
Definition at line 58 of file huginApp.h.
Referenced by Clone(), and huginApp::relayImageLoaded().