Hugintrunk
0.1
|
helper class to transfer thumbnail data from worker thread to GUI thread More...
Public Member Functions | |
ThreadImage ()=delete | |
ThreadImage (vigra::BRGBImage *thumbnail, vigra::BImage *mask) | |
~ThreadImage () | |
wxImage * | GetwxImage () const |
Private Attributes | |
wxImage * | m_image |
vigra::BRGBImage * | m_preview |
vigra::BImage * | m_mask |
helper class to transfer thumbnail data from worker thread to GUI thread
Definition at line 41 of file BrowseDialog.cpp.
|
delete |
|
inline |
Definition at line 47 of file BrowseDialog.cpp.
|
inline |
Definition at line 56 of file BrowseDialog.cpp.
|
inline |
Definition at line 63 of file BrowseDialog.cpp.
References m_image.
Referenced by BrowsePTOFilesDialog::OnThumbnailUpdate().
|
private |
Definition at line 65 of file BrowseDialog.cpp.
Referenced by GetwxImage(), ThreadImage(), and ~ThreadImage().
|
private |
Definition at line 67 of file BrowseDialog.cpp.
Referenced by ThreadImage(), and ~ThreadImage().
|
private |
Definition at line 66 of file BrowseDialog.cpp.
Referenced by ThreadImage(), and ~ThreadImage().