|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_treeview_sequence.h>
Public Types | |
| typedef treeview_visible_sequence | class_type |
| This class. | |
| typedef treeview_sequence_const_iterator< TVGN_NEXTVISIBLE, TVGN_PREVIOUSVISIBLE > | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef const_iterator::value_type | value_type |
| The value type. | |
| typedef const_iterator::difference_type | difference_type |
| The difference type. | |
Public Methods | |
| treeview_visible_sequence (HWND hwndTree) | |
| Create sequence of the visible items in the given tree. | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
|
|
This class.
|
|
|
The non-mutating (const) iterator type.
|
|
|
The difference type.
|
|
|
The value type.
|
|
|
Create sequence of the visible items in the given tree.
|
|
|
Begins the iteration.
|
|
|
Ends the iteration.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |