Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
doc_src_qiterator.cpp File Reference

(17bad8be11373b8a8683e0a3dc4cfe65a98ed76c)

Go to the source code of this file.

Functions

QListIterator< float > i (list)
 [0]
 
 while (i.hasNext()) float f
 
i toBack ()
 
QMapIterator< int, QWidget * > i (map)
 [26]
 
 while (i.findNext(widget))
 
QMultiMapIterator< int, QWidget * > i (multimap)
 [26multi]
 
QHashIterator< int, QWidget * > i (hash)
 [29]
 

Variables

QList< float > list
 [0]
 
QSet< QStringset
 [1]
 
QMutableSetIterator< float > i (set)
 [19]
 
QMap< int, QWidget * > map
 [23]
 
QMultiMap< int, QWidget * > multimap
 [28]
 
QHash< int, QWidget * > hash
 [28multi]
 

Function Documentation

◆ i() [1/4]

QHashIterator< int, QWidget * > i ( hash )

[29]

[36]

[31]

[38]

[39]

◆ i() [2/4]

QListIterator< float > i ( list )

[0]

[22]

[17]

[8]

[1]

[9]

[10]

[19]

[23]

◆ i() [3/4]

QMapIterator< int, QWidget * > i ( map )

[26]

[32]

[27]

[28]

[33]

[34]

[35]

◆ i() [4/4]

QMultiMapIterator< int, QWidget * > i ( multimap )

[26multi]

[32multi]

[27multi]

[28multi]

[33multi]

[34multi]

[35multi]

◆ toBack()

i toBack ( )

◆ while() [1/2]

while ( i. findNextwidget)

Definition at line 115 of file doc_src_qiterator.cpp.

References i, qDebug, and widget.

◆ while() [2/2]

while ( i. hasNext())

Definition at line 47 of file doc_src_qiterator.cpp.

References i.

Variable Documentation

◆ hash

QHash<int, QWidget *> hash

[28multi]

[35multi]

[29]

[36]

Definition at line 152 of file doc_src_qiterator.cpp.

◆ i

QMutableSetIterator< int > i(set) ( set )

[19]

[1]

[22]

Referenced by while(), while(), and while().

◆ list

QList<float> list

[0]

[6]

[8]

Definition at line 5 of file doc_src_qiterator.cpp.

◆ map

QMap<int, QWidget *> map

[23]

[31]

[26]

[32]

Definition at line 93 of file doc_src_qiterator.cpp.

◆ multimap

QMultiMap< int, QWidget * > multimap

[28]

[35]

[26multi]

[32multi]

Definition at line 122 of file doc_src_qiterator.cpp.

◆ set

QSet<float> set

[1]

[10]

[6]

[17]

Definition at line 21 of file doc_src_qiterator.cpp.