Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmllist_p.h File Reference
#include "qqmllist.h"
#include "qqmlmetaobject_p.h"
#include "qqmlmetatype_p.h"
#include <QtQml/private/qbipointer_p.h>
+ Include dependency graph for qqmllist_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlListReferencePrivate
 
class  QQmlListIterator< T >
 
class  QQmlListIterator< T >::reference
 
class  QQmlListIterator< T >::pointer
 

Functions

template<typename T >
QQmlListIterator< T > begin (QQmlListProperty< T > &list)
 
template<typename T >
QQmlListIterator< T > end (QQmlListProperty< T > &list)
 

Function Documentation

◆ begin()

template<typename T >
QQmlListIterator< T > begin ( QQmlListProperty< T > &  list)

Definition at line 216 of file qqmllist_p.h.

References list.

◆ end()

template<typename T >
QQmlListIterator< T > end ( QQmlListProperty< T > &  list)

Definition at line 222 of file qqmllist_p.h.

References QList< T >::count(), and list.

+ Here is the call graph for this function: