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  

window_update_scope Class Reference
[Window Library (WinSTL)]

Provides scoping of the update-status of a window. More...

#include <winstl_window_update_scope.h>

List of all members.

Public Methods

template<typename W>  window_update_scope (W &wnd)
 Attempts to lock the given window from updates.

 ~window_update_scope () winstl_throw_0()
 Releases the lock, if aquired in the constructor.


Detailed Description

Provides scoping of the update-status of a window.

This class provides scoping of the update-status of a window via the Win32 function LockWindowUpdate().


Constructor & Destructor Documentation

window_update_scope W &    wnd [inline, explicit]
 

Attempts to lock the given window from updates.

Takes a HWND and changes it's current update-status, which is set back to the original state in the destructor.

~window_update_scope   [inline]
 

Releases the lock, if aquired in the constructor.


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

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