FilterScanThread Class Reference

Inheritance diagram for FilterScanThread:
MThread

List of all members.

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

Detailed Description

Definition at line 39 of file galleryfilterdlg.cpp.


Constructor & Destructor Documentation

FilterScanThread::FilterScanThread ( const QString &  dir,
const GalleryFilter &  flt,
int *  dirCount,
int *  imageCount,
int *  movieCount 
)

Definition at line 54 of file galleryfilterdlg.cpp.


Member Function Documentation

void FilterScanThread::run ( void   )  [virtual]

Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.

Note:
If you override this method you must call RunProlog before you do any work and RunEpilog before you exit the run method.

Reimplemented from MThread.

Definition at line 62 of file galleryfilterdlg.cpp.


Member Data Documentation

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().

Definition at line 49 of file galleryfilterdlg.cpp.

Referenced by run().

Definition at line 50 of file galleryfilterdlg.cpp.

Referenced by run().

Definition at line 51 of file galleryfilterdlg.cpp.

Referenced by run().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:42:03 2012 for MythTV by  doxygen 1.6.3