|
Krita Source Code Documentation
|
The KisCursorOverrideHijacker class stores all override cursors in a stack, and resets them back after the object is deleted. This is useful when you need to show a dialog when a busy cursor is shown. More...
#include <kis_cursor_override_hijacker.h>
Public Member Functions | |
| KisCursorOverrideHijacker () | |
| ~KisCursorOverrideHijacker () | |
Private Attributes | |
| QStack< QCursor > | m_cursorStack |
The KisCursorOverrideHijacker class stores all override cursors in a stack, and resets them back after the object is deleted. This is useful when you need to show a dialog when a busy cursor is shown.
Definition at line 21 of file kis_cursor_override_hijacker.h.
|
inline |
Definition at line 24 of file kis_cursor_override_hijacker.h.
References m_cursorStack.
|
inline |
Definition at line 31 of file kis_cursor_override_hijacker.h.
References m_cursorStack.
|
private |
Definition at line 38 of file kis_cursor_override_hijacker.h.