MythTV  0.26-pre
Public Member Functions | Private Attributes | Friends
MythSystemWindows Class Reference

#include <system-windows.h>

Inheritance diagram for MythSystemWindows:
MythSystemPrivate

List of all members.

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

Detailed Description

Definition at line 78 of file system-windows.h.


Constructor & Destructor Documentation

Definition at line 495 of file system-windows.cpp.

Definition at line 531 of file system-windows.cpp.


Member Function Documentation

void MythSystemWindows::Fork ( time_t  timeout) [virtual]

Implements MythSystemPrivate.

Definition at line 566 of file system-windows.cpp.

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().

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.


Friends And Related Function Documentation

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().


Member Data Documentation

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().

Definition at line 104 of file system-windows.h.

Referenced by MythSystemManager::append(), and Fork().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends