This is the complete list of members for SettingsModel, including all inherited members.
| clear() override | SettingsModel | virtual |
| columnCount(const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
| data(const QModelIndex &index, int role) const override | SettingsModel | |
| flags(const QModelIndex &index) const override | TreeModel | |
| getItem(const QModelIndex &index) const | TreeModel | protected |
| getRootItem() | SettingsModel | |
| headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | TreeModel | |
| index(int row, int column, const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
| insertColumn(int position, QVariant data, const QModelIndex &parent=QModelIndex()) | TreeModel | |
| insertRow(int position, TreeItem *item, const QModelIndex &parent=QModelIndex()) | TreeModel | |
| parent(const QModelIndex &index) const override | TreeModel | |
| removeColumn(int position, const QModelIndex &parent=QModelIndex()) | TreeModel | |
| removeRow(int position, const QModelIndex &parent=QModelIndex()) | TreeModel | |
| rootItem | TreeModel | protected |
| rowCount(const QModelIndex &parent=QModelIndex()) const override | TreeModel | |
| SettingsModel() | SettingsModel | |
| TreeModel(QObject *parent=0) | TreeModel | explicit |
| update() | SettingsModel | |
| ~TreeModel() override | TreeModel | |