kexi
KexiUtils::WaitCursor Class Reference
#include <utils.h>
Detailed Description
Helper class. Allocate it in yor code block as follows: KexiUtils::WaitCursor wait; .. and wait cursor will be visible (with a delay) until you're in this block. without a need to call removeWaitCursor() before exiting the block. Does nothing if GUI is not GUI-aware. (see KApplication::guiEnabled())
Definition at line 92 of file kexiutils/utils.h.
Public Member Functions | |
| WaitCursor (bool noDelay=false) | |
| ~WaitCursor () | |
The documentation for this class was generated from the following files:

