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  

is_visible Struct Reference
[Window Library (WinSTL)]

Predicate used to determine whether windows are visible. More...

#include <winstl_window_functionals.h>

List of all members.

Public Types

typedef parent_class_type::argument_type argument_type
 The argument type.

typedef parent_class_type::result_type result_type
 The result type.


Public Methods

ws_bool_t operator() (HWND hwnd)
 Function call operator which evaluates whether the given window is visible.

template<typename W> ws_bool_t operator() (W const &w)
 Function call operator which evaluates whether the given window is visible.


Detailed Description

Predicate used to determine whether windows are visible.


Member Typedef Documentation

typedef parent_class_type::argument_type argument_type
 

The argument type.

typedef parent_class_type::result_type result_type
 

The result type.


Member Function Documentation

ws_bool_t operator() W const &    w [inline]
 

Function call operator which evaluates whether the given window is visible.

ws_bool_t operator() HWND    hwnd [inline]
 

Function call operator which evaluates whether the given window is visible.


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

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