Public Member Functions | |
| FileCopyThread (IconView *parent, bool move) | |
| virtual void | run () |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
| int | GetProgress (void) |
Private Attributes | |
| bool | m_move |
| IconView * | m_parent |
| volatile int | m_progress |
Definition at line 61 of file iconview.cpp.
| FileCopyThread::FileCopyThread | ( | IconView * | parent, | |
| bool | move | |||
| ) |
Definition at line 74 of file iconview.cpp.
| void FileCopyThread::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 79 of file iconview.cpp.
| int FileCopyThread::GetProgress | ( | void | ) | [inline] |
Definition at line 66 of file iconview.cpp.
bool FileCopyThread::m_move [private] |
Definition at line 69 of file iconview.cpp.
Referenced by run().
IconView* FileCopyThread::m_parent [private] |
Definition at line 70 of file iconview.cpp.
Referenced by run().
volatile int FileCopyThread::m_progress [private] |
Definition at line 71 of file iconview.cpp.
Referenced by GetProgress(), and run().
1.6.3