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

(e84686415187455a7153d61ca82478053f13e3f9)

#include <QtQml/qtqmlglobal.h>
#include <QtCore/qcontainerinfo.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qvariant.h>
+ Include dependency graph for qqmllist.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlListProperty< T >
 The QQmlListProperty class allows applications to expose list-like properties of QObject-derived classes to QML. More...
 
class  QQmlListReference
 The QQmlListReference class allows the manipulation of QQmlListProperty properties. More...
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Macros

#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_APPEND   Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Append")
 
#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE_IF_NOT_DEFAULT   Q_CLASSINFO("QML.ListPropertyAssignBehavior", "ReplaceIfNotDefault")
 
#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE   Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Replace")
 

Variables

template<typename T >
constexpr bool QtPrivate::IsQmlListType< QQmlListProperty< T > > = true
 

Macro Definition Documentation

◆ QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_APPEND

#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_APPEND   Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Append")

Definition at line 19 of file qqmllist.h.

◆ QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE

#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE   Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Replace")

Definition at line 21 of file qqmllist.h.

◆ QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE_IF_NOT_DEFAULT

#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE_IF_NOT_DEFAULT   Q_CLASSINFO("QML.ListPropertyAssignBehavior", "ReplaceIfNotDefault")

Definition at line 20 of file qqmllist.h.