A subclass of QThread that executes a method of another object in its run() method.
More...
#include <ThreadDelegate.h++>
template<class T>
class quark::util::ThreadDelegate< T >
A subclass of QThread that executes a method of another object in its run() method.
- Author
- Mark Lindner
◆ ThreadDelegate()
ThreadDelegate |
( |
T * |
object, |
|
|
void(T::*)() |
method, |
|
|
QObject * |
parent = NULL |
|
) |
| |
|
inline |
Constructs a new ThreadDelegate object with the given target object and method.
◆ ~ThreadDelegate()
◆ run()
The documentation for this class was generated from the following file: