![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QQmlTreeRow, including all inherited members.
| addChild(QQmlTreeRow *child) | QQmlTreeRow | |
| children() const | QQmlTreeRow | inline |
| data() const | QQmlTreeRow | inline |
| data(const QString &key) const | QQmlTreeRow | inline |
| getRow(int i) const | QQmlTreeRow | inline |
| parent() const | QQmlTreeRow | inline |
| QQmlTreeRow(QQmlTreeRow *parentItem=nullptr) | QQmlTreeRow | explicit |
| QQmlTreeRow(const QVariant &data, QQmlTreeRow *parentItem=nullptr) | QQmlTreeRow | explicit |
| QQmlTreeRow(const QVariantMap &data, QQmlTreeRow *parentItem=nullptr) | QQmlTreeRow | explicit |
| removeChild(std::vector< std::unique_ptr< QQmlTreeRow > >::const_iterator &child) | QQmlTreeRow | |
| removeChildAt(int i) | QQmlTreeRow | |
| rowCount() const | QQmlTreeRow | inline |
| setData(const QVariant &data) | QQmlTreeRow | |
| setData(const QVariantMap &data) | QQmlTreeRow | |
| setField(const QString &key, const QVariant &value) | QQmlTreeRow | |
| setParent(QQmlTreeRow *parent) | QQmlTreeRow | inline |
| subTreeSize() const | QQmlTreeRow | |
| toVariant() const | QQmlTreeRow |