|
MythTV
0.26-pre
|
Public Member Functions | |
| FilterScanThread (const QString &dir, const GalleryFilter &flt, int *dirCount, int *imageCount, int *movieCount) | |
| virtual void | run () |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| GalleryFilter | m_filter |
| QString | m_dir |
| int * | m_dirCount |
| int * | m_imgCount |
| int * | m_movCount |
Definition at line 39 of file galleryfilterdlg.cpp.
| FilterScanThread::FilterScanThread | ( | const QString & | dir, |
| const GalleryFilter & | flt, | ||
| int * | dirCount, | ||
| int * | imageCount, | ||
| int * | movieCount | ||
| ) |
Definition at line 54 of file galleryfilterdlg.cpp.
| void FilterScanThread::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 62 of file galleryfilterdlg.cpp.
GalleryFilter FilterScanThread::m_filter [private] |
Definition at line 47 of file galleryfilterdlg.cpp.
Referenced by run().
QString FilterScanThread::m_dir [private] |
Definition at line 48 of file galleryfilterdlg.cpp.
Referenced by run().
int* FilterScanThread::m_dirCount [private] |
Definition at line 49 of file galleryfilterdlg.cpp.
Referenced by run().
int* FilterScanThread::m_imgCount [private] |
Definition at line 50 of file galleryfilterdlg.cpp.
Referenced by run().
int* FilterScanThread::m_movCount [private] |
Definition at line 51 of file galleryfilterdlg.cpp.
Referenced by run().
1.7.6.1