|
QGIS API Documentation 3.99.0-Master (d270888f95f)
|
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 298 of file qgsthreadingutils.h.
|
inline |
Constructor for QgsScopedThreadName.
Definition at line 304 of file qgsthreadingutils.h.
|
inline |
Restores the thread name back to its original state.
Definition at line 317 of file qgsthreadingutils.h.