MythTV  0.26-pre
Classes | Functions
mthread.h File Reference

Go to the source code of this file.

Classes

class  MThread
 This is a wrapper around QThread that does several additional things. More...

Functions

bool MBASE_PUBLIC is_current_thread (MThread *thread)
 Use this to determine if you are in the named thread.
bool MBASE_PUBLIC is_current_thread (QThread *thread)
 Use this to determine if you are in the named thread.
bool MBASE_PUBLIC is_current_thread (MThread &thread)
 Use this to determine if you are in the named thread.

Function Documentation

bool MBASE_PUBLIC is_current_thread ( MThread thread)
bool MBASE_PUBLIC is_current_thread ( QThread *  thread)

Use this to determine if you are in the named thread.

Definition at line 47 of file mthread.cpp.

bool MBASE_PUBLIC is_current_thread ( MThread thread)

Use this to determine if you are in the named thread.

Definition at line 54 of file mthread.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends