|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_window_text_scope.h>
Public Types | |
| typedef S | string_type |
| The string type. | |
| typedef window_text_scope< S > | class_type |
| The type of the current instantiation. | |
| typedef string_type::value_type | char_type |
| The character type. | |
| typedef window_traits< char_type > | traits_type |
| The traits type. | |
Public Methods | |
| window_text_scope (HWND wnd, char_type const *s) | |
| Toggles the window text. | |
| template<typename W, typename S1> | window_text_scope (W &wnd, S1 const &s) |
| Toggles the window text. | |
| ~window_text_scope () winstl_throw_0() | |
| Resets the window text. | |
This class provides scoping of the text of a window via the API function SetWindowText().
|
|
The character type.
|
|
|
The type of the current instantiation.
|
|
|
The string type.
|
|
|
The traits type.
|
|
||||||||||||
|
Toggles the window text. Takes a HWND and changes sets its text, which is set back to the original in the destructor.
|
|
||||||||||||
|
Toggles the window text. Takes a HWND and changes sets its text, which is set back to the original in the destructor.
|
|
|
Resets the window text.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |