|
MythTV
0.26-pre
|
#include <system-unix.h>
Public Member Functions | |
| MythSystemSignalManager () | |
| ~MythSystemSignalManager () | |
| void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
| MythSystemSignalManager () | |
| ~MythSystemSignalManager () | |
| void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Definition at line 69 of file system-unix.h.
Definition at line 477 of file system-unix.cpp.
| MythSystemSignalManager::~MythSystemSignalManager | ( | ) | [inline] |
Definition at line 73 of file system-unix.h.
| MythSystemSignalManager::~MythSystemSignalManager | ( | ) | [inline] |
Definition at line 72 of file system-windows.h.
| void MythSystemSignalManager::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 482 of file system-unix.cpp.
| void MythSystemSignalManager::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
1.7.6.1