#include </usr/src/ports/wxWidgets3.0/wxWidgets3.0-3.0.4-1.i686/src/wxWidgets-3.0.4/interface/wx/utils.h>
This class makes it easy to tell your user that the program is temporarily busy.
Just create a wxBusyCursor object on the stack, and within the current scope, the hourglass will be shown.
For example:
It works by calling wxBeginBusyCursor() in the constructor, and wxEndBusyCursor() in the destructor.
<>< =''>:</>&;&;< =''>\ </></>
Public Member Functions | |
wxBusyCursor (const wxCursor *cursor=wxHOURGLASS_CURSOR) | |
Constructs a busy cursor object, calling wxBeginBusyCursor(). More... | |
~wxBusyCursor () | |
Destroys the busy cursor object, calling wxEndBusyCursor(). More... | |
wxBusyCursor::wxBusyCursor | ( | const wxCursor * | cursor = wxHOURGLASS_CURSOR | ) |
Constructs a busy cursor object, calling wxBeginBusyCursor().
wxBusyCursor::~wxBusyCursor | ( | ) |
Destroys the busy cursor object, calling wxEndBusyCursor().