|
| | QgsMeshAvailableDatasetGroupTreeModel (QObject *parent=nullptr) |
| |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| |
| bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
| |
| | QgsMeshDatasetGroupTreeModel (QObject *parent=nullptr) |
| |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| QgsMeshDatasetGroupTreeItem * | datasetGroupTreeItem (int groupIndex) |
| | Returns the dataset group tree item with index, keeps ownership. More...
|
| |
| QgsMeshDatasetGroupTreeItem * | datasetGroupTreeItem (QModelIndex index) |
| | Returns the dataset group tree item corresponding to index, keeps ownership. More...
|
| |
| QgsMeshDatasetGroupTreeItem * | datasetGroupTreeRootItem () |
| | Returns the dataset group root tree item, keeps ownership. More...
|
| |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| |
| bool | isEnabled (const QModelIndex &index) const |
| | Returns whether the dataset groups related to the QModelIndex is set as enabled. More...
|
| |
| QModelIndex | parent (const QModelIndex &index) const override |
| |
| void | removeItem (const QModelIndex &index) |
| | Removes an item from the tree. More...
|
| |
| void | resetDefault (QgsMeshLayer *meshLayer) |
| | Resets all groups with default state from the mesh layer. More...
|
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| void | setAllGroupsAsEnabled (bool isEnabled) |
| | Sets all groups as enabled. More...
|
| |
| void | setPersistentDatasetGroup (const QModelIndex &index, const QString &uri) |
| | Sets the dataset group as persistent with specified uri and for specified index. More...
|
| |
| void | syncToLayer (QgsMeshLayer *layer) |
| | Synchronizes groups to the model from mesh layer. More...
|
| |