#include <iterableqqmlpropertymap.h>
|
| IterableQQmlPropertyMap (QObject *parent=nullptr) |
|
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role) const override |
|
QVariant | value (const QString &key) const |
|
void | insert (const QString &key, const QVariant &value) |
|
void | clear (const QString &key) |
|
Q_INVOKABLE QStringList | keys () const |
|
int | count () const |
|
int | size () const |
|
bool | isEmpty () const |
|
bool | contains (const QString &key) const |
|
QVariant & | operator[] (const QString &key) |
|
QVariant | operator[] (const QString &key) const |
|
|
virtual QHash< int, QByteArray > | roleNames () const override |
|
dnai::utils::IterableQQmlPropertyMap::IterableQQmlPropertyMap |
( |
QObject * |
parent = nullptr | ) |
|
void dnai::utils::IterableQQmlPropertyMap::clear |
( |
const QString & |
key | ) |
|
bool dnai::utils::IterableQQmlPropertyMap::contains |
( |
const QString & |
key | ) |
const |
int dnai::utils::IterableQQmlPropertyMap::count |
( |
| ) |
const |
QVariant dnai::utils::IterableQQmlPropertyMap::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
void dnai::utils::IterableQQmlPropertyMap::insert |
( |
const QString & |
key, |
|
|
const QVariant & |
value |
|
) |
| |
bool dnai::utils::IterableQQmlPropertyMap::isEmpty |
( |
| ) |
const |
QStringList dnai::utils::IterableQQmlPropertyMap::keys |
( |
| ) |
const |
QVariant & dnai::utils::IterableQQmlPropertyMap::operator[] |
( |
const QString & |
key | ) |
|
QVariant dnai::utils::IterableQQmlPropertyMap::operator[] |
( |
const QString & |
key | ) |
const |
QHash< int, QByteArray > dnai::utils::IterableQQmlPropertyMap::roleNames |
( |
| ) |
const |
|
overrideprivatevirtual |
int dnai::utils::IterableQQmlPropertyMap::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overridevirtual |
int dnai::utils::IterableQQmlPropertyMap::size |
( |
| ) |
const |
QVariant dnai::utils::IterableQQmlPropertyMap::value |
( |
const QString & |
key | ) |
const |
void dnai::utils::IterableQQmlPropertyMap::valueChanged |
( |
const QString & |
key, |
|
|
const QVariant & |
value |
|
) |
| |
|
signal |
QQmlPropertyMap dnai::utils::IterableQQmlPropertyMap::m_map |
|
private |
The documentation for this class was generated from the following files: