Lines Matching full:operator
185 QWebElement &QWebElement::operator=(const QWebElement &other)
209 bool QWebElement::operator==(const QWebElement& o) const
214 bool QWebElement::operator!=(const QWebElement& o) const
1471 \fn inline bool QWebElement::operator==(const QWebElement& o) const;
1478 \fn inline bool QWebElement::operator!=(const QWebElement& o) const;
1609 QWebElementCollection &QWebElementCollection::operator=(const QWebElementCollection &other)
1622 /*! \fn QWebElementCollection &QWebElementCollection::operator+=(const QWebElementCollection &other)
1627 \sa operator+(), append()
1634 \sa operator+=()
1636 QWebElementCollection QWebElementCollection::operator+(const QWebElementCollection &other) const
1646 \sa operator+=()
1694 \fn const QWebElement QWebElementCollection::operator[](int position) const
1703 \sa last(), operator[](), at(), count()
1710 \sa first(), operator[](), at(), count()
1770 \fn const QWebElement QWebElementCollection::const_iterator::operator*() const
1776 \fn bool QWebElementCollection::const_iterator::operator==(const const_iterator &other) const
1781 \sa operator!=()
1785 \fn bool QWebElementCollection::const_iterator::operator!=(const const_iterator &other) const
1790 \sa operator==()
1794 \fn QWebElementCollection::const_iterator &QWebElementCollection::const_iterator::operator++()
1796 The prefix ++ operator (\c{++it}) advances the iterator to the next element in the collection
1801 \sa operator--()
1805 \fn QWebElementCollection::const_iterator QWebElementCollection::const_iterator::operator++(int)
1809 The postfix ++ operator (\c{it++}) advances the iterator to the next element in the collection
1816 \fn QWebElementCollection::const_iterator &QWebElementCollection::const_iterator::operator--()
1818 The prefix -- operator (\c{--it}) makes the preceding element current and returns an
1823 \sa operator++()
1827 \fn QWebElementCollection::const_iterator QWebElementCollection::const_iterator::operator--(int)
1831 The postfix -- operator (\c{it--}) makes the preceding element current and returns
1836 \fn QWebElementCollection::const_iterator &QWebElementCollection::const_iterator::operator+=(int j)
1840 \sa operator-=(), operator+()
1844 \fn QWebElementCollection::const_iterator &QWebElementCollection::const_iterator::operator-=(int j)
1848 \sa operator+=(), operator-()
1852 \fn QWebElementCollection::const_iterator QWebElementCollection::const_iterator::operator+(int j) const
1857 \sa operator-(), operator+=()
1861 \fn QWebElementCollection::const_iterator QWebElementCollection::const_iterator::operator-(int j) const
1866 \sa operator+(), operator-=()
1870 \fn int QWebElementCollection::const_iterator::operator-(const_iterator other) const
1877 \fn bool QWebElementCollection::const_iterator::operator<(const const_iterator &other) const
1884 \fn bool QWebElementCollection::const_iterator::operator<=(const const_iterator &other) const
1891 \fn bool QWebElementCollection::const_iterator::operator>(const const_iterator &other) const
1898 \fn bool QWebElementCollection::const_iterator::operator>=(const const_iterator &other) const
1960 \fn const QWebElement QWebElementCollection::iterator::operator*() const
1966 \fn bool QWebElementCollection::iterator::operator==(const iterator &other) const
1971 \sa operator!=()
1975 \fn bool QWebElementCollection::iterator::operator!=(const iterator &other) const
1980 \sa operator==()
1984 \fn QWebElementCollection::iterator &QWebElementCollection::iterator::operator++()
1986 The prefix ++ operator (\c{++it}) advances the iterator to the next element in the collection
1991 \sa operator--()
1995 \fn QWebElementCollection::iterator QWebElementCollection::iterator::operator++(int)
1999 The postfix ++ operator (\c{it++}) advances the iterator to the next element in the collection
2006 \fn QWebElementCollection::iterator &QWebElementCollection::iterator::operator--()
2008 The prefix -- operator (\c{--it}) makes the preceding element current and returns an
2013 \sa operator++()
2017 \fn QWebElementCollection::iterator QWebElementCollection::iterator::operator--(int)
2021 The postfix -- operator (\c{it--}) makes the preceding element current and returns
2026 \fn QWebElementCollection::iterator &QWebElementCollection::iterator::operator+=(int j)
2030 \sa operator-=(), operator+()
2034 \fn QWebElementCollection::iterator &QWebElementCollection::iterator::operator-=(int j)
2038 \sa operator+=(), operator-()
2042 \fn QWebElementCollection::iterator QWebElementCollection::iterator::operator+(int j) const
2047 \sa operator-(), operator+=()
2051 \fn QWebElementCollection::iterator QWebElementCollection::iterator::operator-(int j) const
2056 \sa operator+(), operator-=()
2060 \fn int QWebElementCollection::iterator::operator-(iterator other) const
2067 \fn bool QWebElementCollection::iterator::operator<(const iterator &other) const
2074 \fn bool QWebElementCollection::iterator::operator<=(const iterator &other) const
2081 \fn bool QWebElementCollection::iterator::operator>(const iterator &other) const
2088 \fn bool QWebElementCollection::iterator::operator>=(const iterator &other) const