Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
qt_gui_py_common.worker_thread.WorkerThread Class Reference
Inheritance diagram for qt_gui_py_common.worker_thread.WorkerThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def kill
def start

Public Attributes

 run

Private Member Functions

def _finished_handler

Private Attributes

 _finished_callback

Detailed Description

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.


Constructor & Destructor Documentation

def qt_gui_py_common.worker_thread.WorkerThread.__init__ (   self,
  run_callback,
  finished_callback = None 
)

Definition at line 41 of file worker_thread.py.


Member Function Documentation

Definition at line 51 of file worker_thread.py.

Definition at line 57 of file worker_thread.py.

Definition at line 46 of file worker_thread.py.


Member Data Documentation

Definition at line 41 of file worker_thread.py.

Definition at line 41 of file worker_thread.py.


The documentation for this class was generated from the following file:


qt_gui_py_common
Author(s): Dorian Scholz
autogenerated on Fri Aug 28 2015 12:15:43