|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
Scoped object for setting the current thread name. More...
#include <qgsthreadingutils.h>
Public Member Functions | |
| QgsScopedThreadName (const QString &name) | |
| Constructor for QgsScopedThreadName. | |
| ~QgsScopedThreadName () | |
| Restores the thread name back to its original state. | |
Scoped object for setting the current thread name.
Temporarily overrides the current thread name.
Definition at line 294 of file qgsthreadingutils.h.
|
inline |
Constructor for QgsScopedThreadName.
Definition at line 301 of file qgsthreadingutils.h.
|
inline |
Restores the thread name back to its original state.
Definition at line 312 of file qgsthreadingutils.h.