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