![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmllistaccessor_p.h>
Public Types | |
| enum | Type { Invalid , StringList , UrlList , VariantList , ObjectList , ListProperty , Instance , Integer , ObjectSequence , ValueSequence } |
Public Member Functions | |
| QQmlListAccessor () | |
| ~QQmlListAccessor () | |
| QVariant | list () const |
| void | setList (const QVariant &) |
| bool | isValid () const |
| qsizetype | count () const |
| QVariant | at (qsizetype) const |
| void | set (qsizetype, const QVariant &) |
| Type | type () const |
Definition at line 25 of file qqmllistaccessor_p.h.
| Enumerator | |
|---|---|
| Invalid | |
| StringList | |
| UrlList | |
| VariantList | |
| ObjectList | |
| ListProperty | |
| Instance | |
| Integer | |
| ObjectSequence | |
| ValueSequence | |
Definition at line 40 of file qqmllistaccessor_p.h.
| QT_BEGIN_NAMESPACE QQmlListAccessor::QQmlListAccessor | ( | ) |
Definition at line 16 of file qqmllistaccessor.cpp.
| QQmlListAccessor::~QQmlListAccessor | ( | ) |
Definition at line 21 of file qqmllistaccessor.cpp.
Definition at line 183 of file qqmllistaccessor.cpp.
| qsizetype QQmlListAccessor::count | ( | ) | const |
Definition at line 151 of file qqmllistaccessor.cpp.
| bool QQmlListAccessor::isValid | ( | ) | const |
Definition at line 274 of file qqmllistaccessor.cpp.
| QVariant QQmlListAccessor::list | ( | ) | const |
Definition at line 25 of file qqmllistaccessor.cpp.
Definition at line 225 of file qqmllistaccessor.cpp.
Definition at line 30 of file qqmllistaccessor.cpp.
|
inline |
Definition at line 53 of file qqmllistaccessor_p.h.