|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_setcursor_scope.h>
Public Methods | |
| setcursor_scope (HCURSOR hcur) | |
| Toggles the current cursor. | |
| template<typename S> | setcursor_scope (HINSTANCE hinst, S const &name) |
| Toggles the current cursor. | |
| setcursor_scope (HINSTANCE hinst, ws_char_a_t const *name) | |
| Toggles the current cursor. | |
| setcursor_scope (HINSTANCE hinst, ws_char_w_t const *name) | |
| Toggles the current cursor. | |
| setcursor_scope (HINSTANCE hinst, int id) | |
| Toggles the current cursor. | |
| ~setcursor_scope () | |
| Resets the original cursor. | |
This class provides scoping of the enable status of a window via the API function EnableWindow()..
|
|
Toggles the current cursor. Sets the given cursor. |
|
||||||||||||
|
Toggles the current cursor. Sets the given cursor resource from the given instance. |
|
||||||||||||
|
Toggles the current cursor. Sets the given cursor resource from the given instance. |
|
||||||||||||
|
Toggles the current cursor. Sets the given cursor resource from the given instance. |
|
||||||||||||
|
Toggles the current cursor. Sets the given cursor resource from the given instance. |
|
|
Resets the original cursor.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |