Public Member Functions | |
| def | __init__ |
| def | run |
| def | join |
Public Attributes | |
| worker | |
| on_error | |
| on_success | |
| def py::gui::work::job::__init__ | ( | self, | ||
| worker, | ||||
on_success = None, |
||||
on_error = None | ||||
| ) |
00029 : 00030 QThread.__init__(self) 00031 self.worker = worker 00032 self.on_error = on_error 00033 self.on_success = on_success 00034 def run( self ) :
| def py::gui::work::job::run | ( | self | ) |
1.5.3