#include <QmlPropertyModel.hxx>
Inherits QAbstractListModel.
Definition at line 23 of file QmlPropertyModel.hxx.
◆ FGQmlPropertyModel()
FGQmlPropertyModel::FGQmlPropertyModel |
( |
QObject * | parent = nullptr | ) |
|
◆ ~FGQmlPropertyModel()
FGQmlPropertyModel::~FGQmlPropertyModel |
( |
| ) |
|
|
override |
◆ childName()
QString FGQmlPropertyModel::childName |
( |
| ) |
const |
◆ childNameChanged
void FGQmlPropertyModel::childNameChanged |
( |
QString | childName | ) |
|
|
signal |
◆ data()
QVariant FGQmlPropertyModel::data |
( |
const QModelIndex & | m, |
|
|
int | role ) const |
|
override |
◆ roleNames()
QHash< int, QByteArray > FGQmlPropertyModel::roleNames |
( |
| ) |
const |
|
override |
◆ rootPath()
QString FGQmlPropertyModel::rootPath |
( |
| ) |
const |
◆ rootPathChanged
void FGQmlPropertyModel::rootPathChanged |
( |
QString | rootPath | ) |
|
|
signal |
◆ setChildName
void FGQmlPropertyModel::setChildName |
( |
QString | childName | ) |
|
|
slot |
◆ setRootPath
void FGQmlPropertyModel::setRootPath |
( |
QString | rootPath | ) |
|
|
slot |
◆ childName
QString FGQmlPropertyModel::childName |
|
readwrite |
◆ rootPath
QString FGQmlPropertyModel::rootPath |
|
readwrite |
The documentation for this class was generated from the following files: