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  · 

QScriptClassPropertyIterator Class Reference
[QtScript module]

The QScriptClassPropertyIterator class provides an iterator interface for custom Qt Script objects. More...

 #include <QScriptClassPropertyIterator>

This class is not part of the Qt GUI Framework Edition.

This class was introduced in Qt 4.4.


Public Functions

virtual ~QScriptClassPropertyIterator ()
virtual QScriptValue::PropertyFlags flags () const
virtual bool hasNext () const = 0
virtual bool hasPrevious () const = 0
virtual uint id () const
virtual QScriptString name () const = 0
virtual void next () = 0
QScriptValue object () const
virtual void previous () = 0
virtual void toBack () = 0
virtual void toFront () = 0

Protected Functions

QScriptClassPropertyIterator ( const QScriptValue & object )

Detailed Description

The QScriptClassPropertyIterator class provides an iterator interface for custom Qt Script objects.

This class is only relevant if you have subclassed QScriptClass and want to provide enumeration of your custom properties (e.g. when objects of your class are used with QScriptValueIterator, or with the for-in statement in scripts).

The object() function returns the Qt Script object the iterator is traversing.

toFront(), hasNext() and next() provide forward iteration.

toBack(), hasPrevious() and previous() provide backward iteration.

name(), id() and flags() return information about the last property that was jumped over using next() or previous().

See also QScriptClass::newIterator() and QScriptValueIterator.


Member Function Documentation

QScriptClassPropertyIterator::QScriptClassPropertyIterator ( const QScriptValue & object )   [protected]

Constructs an iterator for traversing object.

Subclasses should ensure that the iterator is set to the front of the sequence of properties (before the first property).

QScriptClassPropertyIterator::~QScriptClassPropertyIterator ()   [virtual]

Destroys the iterator.

QScriptValue::PropertyFlags QScriptClassPropertyIterator::flags () const   [virtual]

Returns the flags of the last property that was jumped over using next() or previous().

The default implementation calls the propertyFlags() function of object() with argument name().

bool QScriptClassPropertyIterator::hasNext () const   [pure virtual]

Returns true if there is at least one item ahead of the iterator (i.e. the iterator is not at the back of the property sequence); otherwise returns false.

See also next() and hasPrevious().

bool QScriptClassPropertyIterator::hasPrevious () const   [pure virtual]

Returns true if there is at least one item behind the iterator (i.e. the iterator is not at the front of the property sequence); otherwise returns false.

See also previous() and hasNext().

uint QScriptClassPropertyIterator::id () const   [virtual]

Returns the id of the last property that was jumped over using next() or previous().

The default implementation returns 0.

See also name().

QScriptString QScriptClassPropertyIterator::name () const   [pure virtual]

Returns the name of the last property that was jumped over using next() or previous().

See also id().

void QScriptClassPropertyIterator::next ()   [pure virtual]

Advances the iterator by one position.

Calling this function on an iterator located at the back of the container leads to undefined results.

See also hasNext(), previous(), and name().

QScriptValue QScriptClassPropertyIterator::object () const

Returns the Qt Script object this iterator is traversing.

void QScriptClassPropertyIterator::previous ()   [pure virtual]

Moves the iterator back by one position.

Calling this function on an iterator located at the front of the container leads to undefined results.

See also hasPrevious(), next(), and name().

void QScriptClassPropertyIterator::toBack ()   [pure virtual]

Moves the iterator to the back of the QScriptValue (after the last property).

See also toFront() and previous().

void QScriptClassPropertyIterator::toFront ()   [pure virtual]

Moves the iterator to the front of the QScriptValue (before the first property).

See also toBack() and next().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 53
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  4. 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
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Livre blanc de l'outillage de Qt Quick

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.6
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