QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Temporarily removes all cursor overrides for the QApplication for the lifetime of the object. More...
#include <qgsguiutils.h>
Public Member Functions | |
QgsTemporaryCursorRestoreOverride () | |
Constructor for QgsTemporaryCursorRestoreOverride. More... | |
~QgsTemporaryCursorRestoreOverride () | |
void | restore () |
Restores the cursor override early (i.e. More... | |
Temporarily removes all cursor overrides for the QApplication for the lifetime of the object.
When the object is deleted, all stacked cursor overrides are restored.
Definition at line 235 of file qgsguiutils.h.
QgsTemporaryCursorRestoreOverride::QgsTemporaryCursorRestoreOverride | ( | ) |
Constructor for QgsTemporaryCursorRestoreOverride.
Removes all application override cursors.
Definition at line 309 of file qgsguiutils.cpp.
QgsTemporaryCursorRestoreOverride::~QgsTemporaryCursorRestoreOverride | ( | ) |
Definition at line 318 of file qgsguiutils.cpp.
void QgsTemporaryCursorRestoreOverride::restore | ( | ) |
Restores the cursor override early (i.e.
before this object is destroyed).
Definition at line 323 of file qgsguiutils.cpp.