Public Member Functions | |
def | __init__ |
def | kill |
def | start |
Public Attributes | |
run | |
Private Member Functions | |
def | _finished_handler |
Private Attributes | |
_finished_callback |
Convenience wrapper around QThread allowing to easily run code in a separate thread, get notified upon completion and kill the thread synchronously.
Definition at line 36 of file worker_thread.py.
def qt_gui_py_common.worker_thread.WorkerThread.__init__ | ( | self, | |
run_callback, | |||
finished_callback = None |
|||
) |
Definition at line 41 of file worker_thread.py.
def qt_gui_py_common.worker_thread.WorkerThread._finished_handler | ( | self | ) | [private] |
Definition at line 51 of file worker_thread.py.
def qt_gui_py_common.worker_thread.WorkerThread.kill | ( | self | ) |
Definition at line 57 of file worker_thread.py.
Definition at line 46 of file worker_thread.py.
Definition at line 41 of file worker_thread.py.
Definition at line 41 of file worker_thread.py.