#include <winstl/winstl.h>
#include <winstl/window/zorder_iterator.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/collections/util/collections.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Classes | |
| class | zorder_sequence_base |
| Window peer sequence. More... | |
Typedefs | |
| typedef zorder_sequence_base < zorder_iterator_base::fromFirstChild, zorder_iterator_base::atLastChild > | child_window_sequence |
| Specialisation of zorder_sequence_base that searches the children of a given window. | |
| typedef zorder_sequence_base < zorder_iterator_base::fromFirstPeer, zorder_iterator_base::atLastPeer > | window_peer_sequence |
| Specialisation of zorder_sequence_base that searches the peers of a given window. | |
1.5.6