|
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 42 of file BrowseDialog.cpp.
|
delete |
|
inline |
Definition at line 48 of file BrowseDialog.cpp.
|
inline |
Definition at line 57 of file BrowseDialog.cpp.
|
inline |
Definition at line 64 of file BrowseDialog.cpp.
References m_image.
Referenced by BrowsePTOFilesDialog::OnThumbnailUpdate().
|
private |
Definition at line 66 of file BrowseDialog.cpp.
Referenced by GetwxImage(), ThreadImage(), and ~ThreadImage().
|
private |
Definition at line 68 of file BrowseDialog.cpp.
Referenced by ThreadImage(), and ~ThreadImage().
|
private |
Definition at line 67 of file BrowseDialog.cpp.
Referenced by ThreadImage(), and ~ThreadImage().
1.8.5