MythTV master
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
MThreadInternal Class Reference
Inheritance diagram for MThreadInternal:
[legend]
Collaboration diagram for MThreadInternal:
[legend]

Public Member Functions

 MThreadInternal (MThread &parent)
 
void QThreadRun (void)
 

Static Public Member Functions

static void SetTerminationEnabled (bool enabled=true)
 

Protected Member Functions

void run (void) override
 

Private Attributes

MThreadm_parent
 

Friends

int MThread::exec (void)
 

Detailed Description

Definition at line 59 of file mthread.cpp.

Constructor & Destructor Documentation

◆ MThreadInternal()

MThreadInternal::MThreadInternal ( MThread parent)
inlineexplicit

Definition at line 69 of file mthread.cpp.

Member Function Documentation

◆ QThreadRun()

void MThreadInternal::QThreadRun ( void  )
inline

Definition at line 71 of file mthread.cpp.

Referenced by MThread::run().

◆ run()

void MThreadInternal::run ( void  )
inlineoverrideprotected

Definition at line 66 of file mthread.cpp.

◆ SetTerminationEnabled()

static void MThreadInternal::SetTerminationEnabled ( bool  enabled = true)
inlinestatic

Definition at line 73 of file mthread.cpp.

Referenced by MThread::setTerminationEnabled().

Friends And Related Function Documentation

◆ MThread::exec

int MThread::exec ( void  )
friend

Member Data Documentation

◆ m_parent

MThread& MThreadInternal::m_parent
private

Definition at line 77 of file mthread.cpp.

Referenced by run().


The documentation for this class was generated from the following file: