Hugintrunk
0.1
|
background thread to generate thumbnails of all pto files More...
Public Member Functions | |
ThumbnailThread (BrowsePTOFilesDialog *parentDialog, const wxArrayString &fileList, const wxSize size) | |
~ThumbnailThread () | |
Protected Member Functions | |
virtual ExitCode | Entry () |
Protected Attributes | |
BrowsePTOFilesDialog * | m_parentDialog |
wxArrayString | m_files |
wxSize | m_thumbnailSize |
background thread to generate thumbnails of all pto files
Definition at line 71 of file BrowseDialog.cpp.
|
inline |
Definition at line 74 of file BrowseDialog.cpp.
References m_files, m_parentDialog, and m_thumbnailSize.
|
inline |
Definition at line 81 of file BrowseDialog.cpp.
References m_parentDialog, BrowsePTOFilesDialog::m_ThreadCS, and BrowsePTOFilesDialog::m_thumbnailThread.
|
inlineprotectedvirtual |
Definition at line 90 of file BrowseDialog.cpp.
References vigra::omp::copyImage(), vigra_ext::destImage(), GenerateThumbnail(), m_files, m_parentDialog, m_thumbnailSize, and vigra_ext::srcImageRange().
|
protected |
Definition at line 147 of file BrowseDialog.cpp.
Referenced by Entry(), and ThumbnailThread().
|
protected |
Definition at line 146 of file BrowseDialog.cpp.
Referenced by Entry(), ThumbnailThread(), and ~ThumbnailThread().
|
protected |
Definition at line 148 of file BrowseDialog.cpp.
Referenced by Entry(), and ThumbnailThread().