RAII component that displays a wait cursor during a long operation. More...
#include <pqWaitCursor.h>
Public Member Functions | |
| pqWaitCursor () | |
| ~pqWaitCursor () | |
RAII component that displays a wait cursor during a long operation.
The normal cursor is restored when the pqWaitCursor object goes out-of-scope:
/code { pqWaitCursor cursor; for(i = 0; i != really_big_number; ++i) { DoSomethingTimeConsuming(); } } /endcode
Definition at line 25 of file pqWaitCursor.h.
| pqWaitCursor::pqWaitCursor | ( | ) |
| pqWaitCursor::~pqWaitCursor | ( | ) |
1.8.17 on Wed Mar 27 2024