Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

iterator Class Reference

(QWebElementCollection::iterator)

The QWebElementCollection::iterator class provides an STL-style iterator for QWebElementCollection. More...

 #include <QWebElementCollection>

This class was introduced in Qt 4.6.

Public Functions

iterator ( const iterator & other )
bool operator!= ( const iterator & other ) const
QWebElement operator* () const
iterator operator+ ( int j ) const
iterator & operator++ ()
iterator operator++ ( int )
iterator & operator+= ( int j )
iterator operator- ( int j ) const
int operator- ( iterator other ) const
iterator & operator-- ()
iterator operator-- ( int )
iterator & operator-= ( int j )
bool operator< ( const iterator & other ) const
bool operator<= ( const iterator & other ) const
bool operator== ( const iterator & other ) const
bool operator> ( const iterator & other ) const
bool operator>= ( const iterator & other ) const

Detailed Description

The QWebElementCollection::iterator class provides an STL-style iterator for QWebElementCollection.

QWebElementCollection provides STL style iterators for fast low-level access to the elements.

QWebElementCollection::iterator allows you to iterate over a QWebElementCollection.

Member Function Documentation

iterator::iterator ( const iterator & other )

Constructs a copy of other.

bool iterator::operator!= ( const iterator & other ) const

Returns true if other points to a different element than this; iterator; otherwise returns false.

See also operator==().

QWebElement iterator::operator* () const

Returns the current element.

iterator iterator::operator+ ( int j ) const

Returns an iterator to the element at j positions forward from this iterator. If j is negative, the iterator goes backward.

See also operator-() and operator+=().

iterator & iterator::operator++ ()

The prefix ++ operator (++it) advances the iterator to the next element in the collection and returns an iterator to the new current element.

Calling this function on QWebElementCollection::end() leads to undefined results.

See also operator--().

iterator iterator::operator++ ( int )

This is an overloaded function.

The postfix ++ operator (it++) advances the iterator to the next element in the collection and returns an iterator to the previously current element.

Calling this function on QWebElementCollection::end() leads to undefined results.

iterator & iterator::operator+= ( int j )

Advances the iterator by j elements. If j is negative, the iterator goes backward.

See also operator-=() and operator+().

iterator iterator::operator- ( int j ) const

Returns an iterator to the element at j positiosn backward from this iterator. If j is negative, the iterator goes forward.

See also operator+() and operator-=().

int iterator::operator- ( iterator other ) const

Returns the number of elements between the item point to by other and the element pointed to by this iterator.

iterator & iterator::operator-- ()

The prefix -- operator (--it) makes the preceding element current and returns an iterator to the new current element.

Calling this function on QWebElementCollection::begin() leads to undefined results.

See also operator++().

iterator iterator::operator-- ( int )

This is an overloaded function.

The postfix -- operator (it--) makes the preceding element current and returns an iterator to the previously current element.

iterator & iterator::operator-= ( int j )

Makes the iterator go back by j elements. If j is negative, the iterator goes forward.

See also operator+=() and operator-().

bool iterator::operator< ( const iterator & other ) const

Returns true if the element pointed to by this iterator is less than the element pointed to by the other iterator.

bool iterator::operator<= ( const iterator & other ) const

Returns true if the element pointed to by this iterator is less than or equal to the element pointed to by the other iterator.

bool iterator::operator== ( const iterator & other ) const

Returns true if other points to the same item as this iterator; otherwise returns false.

See also operator!=().

bool iterator::operator> ( const iterator & other ) const

Returns true if the element pointed to by this iterator is greater than the element pointed to by the other iterator.

bool iterator::operator>= ( const iterator & other ) const

Returns true if the element pointed to by this iterator is greater than or equal to the element pointed to by the other iterator.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  4. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 12
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
Page suivante

Le Qt Developer Network au hasard

Logo

Compiler l'add-in Qt de Visual Studio

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.7
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web