NAME
Qt::WebKit::QWebElementCollection
PUBLIC METHODS
- QWebElementCollection()
- QWebElementCollection(const QWebElementCollection & arg0)
- QWebElementCollection(const QWebElement & contextElement, const QString & query)
- ~QWebElementCollection()
- void append(const QWebElementCollection & collection)
- int count()
- QWebElement first()
- QWebElement last()
- QWebElementCollection operator+(const QWebElementCollection & other)
- QWebElementCollection & operator+=(const QWebElementCollection & other)
- QWebElementCollection & operator=(const QWebElementCollection & arg0)
- QWebElement operator[](int i)
- QList<QWebElement> toList()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.