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
qqmllist_p.h File Reference

(5a665bc4740106a7c3932506173229ddc8aec8be)

#include "qqmllist.h"
#include "qqmlmetaobject_p.h"
#include "qqmlmetatype_p.h"
#include <QtQml/private/qbipointer_p.h>
#include <QtCore/qpointer.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 218 of file qqmllist_p.h.

References list.

◆ end()

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

Definition at line 224 of file qqmllist_p.h.

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

+ Here is the call graph for this function: