kexi
KexiUtils::WaitCursorRemover Class Reference
#include <utils.h>
Detailed Description
Helper class. Allocate it in your code block as follows: KexiUtils::WaitCursorRemover remover;
.. and the wait cursor will be hidden unless you leave this block, without a need to call setWaitCursor() before exiting the block. After leaving the codee block, the cursor will be visible again, if it was visible before creating the WaitCursorRemover object. Does nothing if the application has no GUI enabled. (see KApplication::guiEnabled())
Definition at line 124 of file kexiutils/utils.h.
Public Member Functions | |
WaitCursorRemover () | |
~WaitCursorRemover () |
The documentation for this class was generated from the following files: