#include <c4d_gui.h>
Helper class to create a scoped WaitPointer. example 1:
example 2:
Public Member Functions | |
| MAXON_IMPLICIT | AutoWaitPointer (Bool setBusy=false) | 
| ~AutoWaitPointer () | |
| void | SetBusy () | 
| void | SetNormal () | 
Private Attributes | |
| Bool | _set | 
| MAXON_IMPLICIT AutoWaitPointer | ( | Bool | setBusy = false | ) | 
AutoWaitPointer constructor.
| [in] | setBusy | True to make the wait pointer immediately visible. | 
| ~AutoWaitPointer | ( | ) | 
~AutoWaitPointer reverts the mouse pointer to normal state.
| void SetBusy | ( | ) | 
SetBusy displays the wait pointer.
| void SetNormal | ( | ) | 
SetNormal displays the normal mouse pointer.
      
  | 
  private |