|
MythTV
0.26-pre
|
#include <system-windows.h>
Public Member Functions | |
| MythSystemWindows (MythSystem *parent) | |
| ~MythSystemWindows () | |
| virtual void | Fork (time_t timeout) |
| virtual void | Manage () |
| virtual void | Term (bool force=false) |
| virtual void | Signal (int sig) |
| virtual void | JumpAbort (void) |
| virtual bool | ParseShell (const QString cmd, QString &abscmd, QStringList &args) |
Private Attributes | |
| HANDLE | m_child |
| time_t | m_timeout |
| HANDLE | m_stdpipe [3] |
Friends | |
| class | MythSystemManager |
| class | MythSystemSignalManager |
| class | MythSystemIOHandler |
Definition at line 78 of file system-windows.h.
| MythSystemWindows::MythSystemWindows | ( | MythSystem * | parent | ) |
Definition at line 495 of file system-windows.cpp.
Definition at line 531 of file system-windows.cpp.
| void MythSystemWindows::Fork | ( | time_t | timeout | ) | [virtual] |
Implements MythSystemPrivate.
Definition at line 566 of file system-windows.cpp.
| void MythSystemWindows::Manage | ( | void | ) | [virtual] |
Implements MythSystemPrivate.
Definition at line 745 of file system-windows.cpp.
| void MythSystemWindows::Term | ( | bool | force = false | ) | [virtual] |
Implements MythSystemPrivate.
Definition at line 541 of file system-windows.cpp.
| void MythSystemWindows::Signal | ( | int | sig | ) | [virtual] |
Implements MythSystemPrivate.
Definition at line 555 of file system-windows.cpp.
Referenced by Term().
| void MythSystemWindows::JumpAbort | ( | void | ) | [virtual] |
Implements MythSystemPrivate.
Definition at line 755 of file system-windows.cpp.
| bool MythSystemWindows::ParseShell | ( | const QString | cmd, |
| QString & | abscmd, | ||
| QStringList & | args | ||
| ) | [virtual] |
Implements MythSystemPrivate.
Definition at line 535 of file system-windows.cpp.
friend class MythSystemManager [friend] |
Definition at line 96 of file system-windows.h.
Referenced by JumpAbort(), Manage(), and MythSystemWindows().
friend class MythSystemSignalManager [friend] |
Definition at line 97 of file system-windows.h.
Referenced by MythSystemWindows().
friend class MythSystemIOHandler [friend] |
Definition at line 98 of file system-windows.h.
Referenced by MythSystemWindows().
HANDLE MythSystemWindows::m_child [private] |
Definition at line 101 of file system-windows.h.
Referenced by MythSystemManager::append(), Fork(), Signal(), and Term().
time_t MythSystemWindows::m_timeout [private] |
Definition at line 102 of file system-windows.h.
Referenced by Fork().
HANDLE MythSystemWindows::m_stdpipe[3] [private] |
Definition at line 104 of file system-windows.h.
Referenced by MythSystemManager::append(), and Fork().
1.7.6.1