#include <mw/QtWebKit/qwebelement.h>
| class QWebElementCollection::const_iterator |
The QWebElementCollection::const_iterator class provides an STL-style const iterator for QWebElementCollection.
| Public Member Functions | |
|---|---|
| const_iterator(const QWebElementCollection *, int) | |
| const_iterator(const const_iterator &) | |
| bool | operator!=(const const_iterator &) |
| const QWebElement | operator*() |
| const_iterator | operator+(int) |
| const_iterator & | operator++() |
| const_iterator | operator++(int) |
| const_iterator & | operator+=(int) |
| const_iterator | operator-(int) |
| int | operator-(const_iterator) |
| const_iterator & | operator--() |
| const_iterator | operator--(int) |
| const_iterator & | operator-=(int) |
| bool | operator<(const const_iterator &) |
| bool | operator<=(const const_iterator &) |
| bool | operator==(const const_iterator &) |
| bool | operator>(const const_iterator &) |
| bool | operator>=(const const_iterator &) |