STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

setcursor_scope Class Reference
[Window Library (WinSTL)]

Provides scoping of the enable status of a window. More...

#include <winstl_setcursor_scope.h>

List of all members.

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.


Detailed Description

Provides scoping of the enable status of a window.

This class provides scoping of the enable status of a window via the API function EnableWindow()..


Constructor & Destructor Documentation

setcursor_scope HCURSOR    hcur [inline, explicit]
 

Toggles the current cursor.

Sets the given cursor.

setcursor_scope HINSTANCE    hinst,
S const &    name
[inline]
 

Toggles the current cursor.

Sets the given cursor resource from the given instance.

setcursor_scope HINSTANCE    hinst,
ws_char_a_t const *    name
[inline]
 

Toggles the current cursor.

Sets the given cursor resource from the given instance.

setcursor_scope HINSTANCE    hinst,
ws_char_w_t const *    name
[inline]
 

Toggles the current cursor.

Sets the given cursor resource from the given instance.

setcursor_scope HINSTANCE    hinst,
int    id
[inline]
 

Toggles the current cursor.

Sets the given cursor resource from the given instance.

~setcursor_scope   [inline]
 

Resets the original cursor.


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004