Q3ListViewItemIterator Class Reference |
Constant | Value |
---|---|
Q3ListViewItemIterator::Visible | 0x00000001 |
Q3ListViewItemIterator::Invisible | 0x00000002 |
Q3ListViewItemIterator::Selected | 0x00000004 |
Q3ListViewItemIterator::Unselected | 0x00000008 |
Q3ListViewItemIterator::Selectable | 0x00000010 |
Q3ListViewItemIterator::NotSelectable | 0x00000020 |
Q3ListViewItemIterator::DragEnabled | 0x00000040 |
Q3ListViewItemIterator::DragDisabled | 0x00000080 |
Q3ListViewItemIterator::DropEnabled | 0x00000100 |
Q3ListViewItemIterator::DropDisabled | 0x00000200 |
Q3ListViewItemIterator::Expandable | 0x00000400 |
Q3ListViewItemIterator::NotExpandable | 0x00000800 |
Q3ListViewItemIterator::Checked | 0x00001000 |
Q3ListViewItemIterator::NotChecked | 0x00002000 |
Constructs an empty iterator.
Constructs an iterator for the Q3ListView that contains the item. The current iterator item is set to point to the item.
Constructs an iterator for the Q3ListView that contains the item using the flags iteratorFlags. The current iterator item is set to point to item or the next matching item if item doesn't match the flags.
See also Q3ListViewItemIterator::IteratorFlag.
Constructs an iterator for the same Q3ListView as it. The current iterator item is set to point on the current item of it.
Constructs an iterator for the Q3ListView lv. The current iterator item is set to point on the first child (Q3ListViewItem) of lv.
Constructs an iterator for the Q3ListView lv with the flags iteratorFlags. The current iterator item is set to point on the first child (Q3ListViewItem) of lv that matches the flags.
See also Q3ListViewItemIterator::IteratorFlag.
Destroys the iterator.
Returns iterator's current item.
Dereference operator. Returns a reference to the current item. The same as current().
Prefix ++. Makes the next item the new current item and returns it. Returns 0 if the current item is the last item or the Q3ListView is 0.
This is an overloaded member function, provided for convenience.
Postfix ++. Makes the next item the new current item and returns the item that was the current item.
Sets the current item to the item j positions after the current item. If that item is beyond the last item, the current item is set to 0. Returns the current item.
Prefix --. Makes the previous item the new current item and returns it. Returns 0 if the current item is the first item or the Q3ListView is 0.
This is an overloaded member function, provided for convenience.
Postfix --. Makes the previous item the new current item and returns the item that was the current item.
Sets the current item to the item j positions before the current item. If that item is before the first item, the current item is set to 0. Returns the current item.
Assignment. Makes a copy of it and returns a reference to its iterator.
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.4 | |
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 ! |
Copyright © 2000-2012 - www.developpez.com