|
swift
|
Utility class for threaded operations. More...
Public Member Functions | |
| CThreadUtils ()=delete | |
| No constructor. | |
Static Public Member Functions | |
| static bool | isInThisThread (const QObject *toBeTested) |
| Is the current thread the object's thread? More... | |
| static bool | thisIsMainThread () |
| Is the current thread the application thread? More... | |
| static QString | currentThreadInfo () |
| Info about current thread, for debug messages. | |
Utility class for threaded operations.
Definition at line 50 of file threadutils.h.
|
static |
Is the current thread the object's thread?
Definition at line 16 of file threadutils.cpp.
|
static |
Is the current thread the application thread?
Definition at line 21 of file threadutils.cpp.