MythTV  0.26-pre
Public Member Functions | Static Public Member Functions | Private Attributes
MThreadInternal Class Reference

List of all members.

Public Member Functions

 MThreadInternal (MThread &parent)
virtual void run (void)
void QThreadRun (void)
int exec (void)

Static Public Member Functions

static void SetTerminationEnabled (bool enabled=true)
static void Sleep (unsigned long time)
static void MSleep (unsigned long time)
static void USleep (unsigned long time)

Private Attributes

MThreadm_parent

Detailed Description

Definition at line 74 of file mthread.cpp.


Constructor & Destructor Documentation

MThreadInternal::MThreadInternal ( MThread parent) [inline]

Definition at line 77 of file mthread.cpp.


Member Function Documentation

virtual void MThreadInternal::run ( void  ) [inline, virtual]

Definition at line 78 of file mthread.cpp.

Definition at line 80 of file mthread.cpp.

Referenced by MThread::run().

int MThreadInternal::exec ( void  ) [inline]

Definition at line 81 of file mthread.cpp.

Referenced by MThread::exec().

static void MThreadInternal::SetTerminationEnabled ( bool  enabled = true) [inline, static]

Definition at line 87 of file mthread.cpp.

Referenced by MThread::setTerminationEnabled().

static void MThreadInternal::Sleep ( unsigned long  time) [inline, static]

Definition at line 90 of file mthread.cpp.

Referenced by MThread::sleep().

static void MThreadInternal::MSleep ( unsigned long  time) [inline, static]

Definition at line 91 of file mthread.cpp.

Referenced by MThread::msleep().

static void MThreadInternal::USleep ( unsigned long  time) [inline, static]

Definition at line 92 of file mthread.cpp.

Referenced by MThread::usleep().


Member Data Documentation

Definition at line 95 of file mthread.cpp.


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