This class periodically runs a function for debugging and handles application exit.
More...
|
def | __init__ (self) |
|
def | donothing (self) |
| This function does nothing for debugging purposes.
|
|
def | setupParentPoller (self, manager) |
| Set up parent pooler to find out when parent process is killed. More...
|
|
def | quitProxy (self, obj) |
| Helper function to emit doQuit signal. More...
|
|
def | quitApplication (self, manager, restart=False) |
| Clean up threads and windows, quit application. More...
|
|
|
| alreadyQuit |
|
| hasGui |
|
| exitcode |
|
| timer |
|
| parent_handle |
|
| interrupt |
|
| poller |
|
|
| sigDoQuit = QtCore.Signal(object) |
|
This class periodically runs a function for debugging and handles application exit.
◆ quitApplication()
def core.__main__.AppWatchdog.quitApplication |
( |
|
self, |
|
|
|
manager, |
|
|
|
restart = False |
|
) |
| |
Clean up threads and windows, quit application.
- Parameters
-
object | manager: manager belonging to this application |
◆ quitProxy()
def core.__main__.AppWatchdog.quitProxy |
( |
|
self, |
|
|
|
obj |
|
) |
| |
Helper function to emit doQuit signal.
- Parameters
-
obj | object: object passed to doQuit |
◆ setupParentPoller()
def core.__main__.AppWatchdog.setupParentPoller |
( |
|
self, |
|
|
|
manager |
|
) |
| |
Set up parent pooler to find out when parent process is killed.
- Parameters
-
manager | Manager: manager reference |
The documentation for this class was generated from the following file: