CDEjectorThread Class Reference
#include <cdrip.h>
List of all members.
Public Member Functions |
| | CDEjectorThread (Ripper *ripper) |
| virtual void | run () |
| | Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
|
Private Attributes |
| Ripper * | m_parent |
Detailed Description
Definition at line 33 of file cdrip.h.
Constructor & Destructor Documentation
| CDEjectorThread::CDEjectorThread |
( |
Ripper * |
ripper |
) |
|
Member Function Documentation
| void CDEjectorThread::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 115 of file cdrip.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: