ReactOS 0.4.16-dev-477-g6ada597
|
#include <CWaitCursor.h>
Public Member Functions | |
CWaitCursor () | |
~CWaitCursor () | |
CWaitCursor (const CWaitCursor &)=delete | |
CWaitCursor & | operator= (const CWaitCursor &)=delete |
void * | operator new (size_t)=delete |
void | operator delete (void *)=delete |
Static Public Member Functions | |
static BOOL | IsWaiting () |
static void | Restore () |
Static Protected Attributes | |
static LONG | s_nLock = 0 |
static HCURSOR | s_hOldCursor = NULL |
static HCURSOR | s_hWaitCursor = NULL |
Definition at line 10 of file CWaitCursor.h.
|
inline |
Definition at line 13 of file CWaitCursor.h.
|
inline |
Definition at line 26 of file CWaitCursor.h.
|
delete |
|
inlinestatic |
Definition at line 40 of file CWaitCursor.h.
Referenced by CCanvasWindow::OnSetCursor(), and CTextEditWindow::OnSetCursor().
|
delete |
|
inlinestatic |
Definition at line 45 of file CWaitCursor.h.
|
staticprotected |
Definition at line 52 of file CWaitCursor.h.
Referenced by CWaitCursor(), and ~CWaitCursor().
|
staticprotected |
Definition at line 53 of file CWaitCursor.h.
Referenced by CWaitCursor(), and Restore().
|
staticprotected |
Definition at line 51 of file CWaitCursor.h.
Referenced by CWaitCursor(), IsWaiting(), and ~CWaitCursor().