#include <qwebelement.h>
Definition at line 186 of file qwebelement.h.
Classes | |
class | const_iterator |
class | iterator |
Public Member Functions | |
QWebElementCollection () | |
QWebElementCollection (const QWebElement &contextElement, const QString &query) | |
QWebElementCollection (const QWebElementCollection &) | |
QWebElementCollection & | operator= (const QWebElementCollection &) |
~QWebElementCollection () | |
QWebElementCollection | operator+ (const QWebElementCollection &other) const |
QWebElementCollection & | operator+= (const QWebElementCollection &other) |
void | append (const QWebElementCollection &collection) |
int | count () const |
QWebElement | at (int i) const |
QWebElement | operator[] (int i) const |
QWebElement | first () const |
QWebElement | last () const |
QList< QWebElement > | toList () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | constBegin () const |
const_iterator | constEnd () const |
iterator | begin () |
iterator | end () |
Friends | |
class | const_iterator |
class | iterator |
QWebElementCollection | ( | const QWebElement & | contextElement, |
const QString & | query | ||
) |
QWebElementCollection | ( | const QWebElementCollection & | ) |
QWebElementCollection& operator= | ( | const QWebElementCollection & | ) |
QWebElementCollection operator+ | ( | const QWebElementCollection & | other | ) | const |
|
inline |
Definition at line 196 of file qwebelement.h.
void append | ( | const QWebElementCollection & | collection | ) |
QWebElement at | ( | int | i | ) | const |
|
inline |
Definition at line 205 of file qwebelement.h.
|
inline |
Definition at line 207 of file qwebelement.h.
|
inline |
Definition at line 208 of file qwebelement.h.
QList<QWebElement> toList | ( | ) | const |
|
inline |
Definition at line 241 of file qwebelement.h.
|
inline |
Definition at line 242 of file qwebelement.h.
|
inline |
Definition at line 243 of file qwebelement.h.
|
inline |
Definition at line 244 of file qwebelement.h.
|
inline |
Definition at line 275 of file qwebelement.h.
Definition at line 276 of file qwebelement.h.
|
friend |
Definition at line 239 of file qwebelement.h.
|
friend |
Definition at line 273 of file qwebelement.h.