QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A model for showing available data sources and other items in a structured tree. More...
#include <qgsbrowsermodel.h>
Public Types | |
enum | ItemDataRole { PathRole = Qt::UserRole , CommentRole = Qt::UserRole + 1 , SortRole , ProviderKeyRole } |
Public Slots | |
void | addFavoriteDirectory (const QString &directory, const QString &name=QString()) |
Adds a directory to the favorites group. More... | |
void | beginInsertItems (QgsDataItem *parent, int first, int last) |
void | beginRemoveItems (QgsDataItem *parent, int first, int last) |
void | endInsertItems () |
void | endRemoveItems () |
void | hidePath (QgsDataItem *item) |
Hide the given path in the browser model. More... | |
void | initialize () |
Delayed initialization, needed because the provider registry must be already populated. More... | |
void | itemDataChanged (QgsDataItem *item) |
void | itemStateChanged (QgsDataItem *item, Qgis::BrowserItemState oldState) |
Emitted when an item's state is changed. More... | |
void | refreshDrives () |
Refreshes the list of drive items, removing any corresponding to removed drives and adding newly added drives. More... | |
void | reload () |
Reload the whole model. More... | |
void | removeFavorite (const QModelIndex &index) |
Removes a favorite directory from its corresponding model index. More... | |
void | removeFavorite (QgsFavoriteItem *favorite) |
Removes a favorite item. More... | |
void | updateProjectHome () |
Signals | |
void | connectionsChanged (const QString &providerKey) |
Emitted when connections for the specified providerKey have changed in the browser. More... | |
void | stateChanged (const QModelIndex &index, Qgis::BrowserItemState oldState) |
Emitted when item children fetch was finished. More... | |
Public Member Functions | |
QgsBrowserModel (QObject *parent=nullptr) | |
Constructor for QgsBrowserModel, with the specified parent object. More... | |
~QgsBrowserModel () override | |
bool | canFetchMore (const QModelIndex &parent) const override |
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
Q_DECL_DEPRECATED void | connectItem (QgsDataItem *item) |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
QgsDataItem * | dataItem (const QModelIndex &idx) const |
Returns the data item at the specified index, or nullptr if no item exists at the index. More... | |
QMap< QString, QgsDirectoryItem * > | driveItems () const |
Returns a map of the root drive items shown in the browser. More... | |
bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override |
void | fetchMore (const QModelIndex &parent) override |
QModelIndex | findItem (QgsDataItem *item, QgsDataItem *parent=nullptr) const |
Returns the model index corresponding to the specified data item. More... | |
QModelIndex | findPath (const QString &path, Qt::MatchFlag matchFlag=Qt::MatchExactly) |
Returns index of item with given path. More... | |
QModelIndex | findUri (const QString &uri, QModelIndex index=QModelIndex()) |
Returns index of layer item with given uri. More... | |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
bool | hasChildren (const QModelIndex &parent=QModelIndex()) 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 | initialized () const |
Returns true if the model has been initialized. More... | |
QMimeData * | mimeData (const QModelIndexList &indexes) const override |
QStringList | mimeTypes () const override |
QModelIndex | parent (const QModelIndex &index) const override |
void | refresh (const QModelIndex &index=QModelIndex()) |
Refresh item children. More... | |
void | refresh (const QString &path) |
Refresh item specified by path. More... | |
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
Static Public Member Functions | |
static QModelIndex | findPath (QAbstractItemModel *model, const QString &path, Qt::MatchFlag matchFlag=Qt::MatchExactly) |
Protected Member Functions | |
void | addRootItems () |
Populates the model. More... | |
void | removeRootItems () |
Protected Attributes | |
QgsFavoritesItem * | mFavorites = nullptr |
QgsDirectoryItem * | mProjectHome = nullptr |
QVector< QgsDataItem * > | mRootItems |
Friends | |
class | TestQgsBrowserModel |
class | TestQgsBrowserProxyModel |
A model for showing available data sources and other items in a structured tree.
QgsBrowserModel is the foundation for the QGIS browser panel, and includes items for the different data providers and folders accessible to users.
QgsBrowserModel models are not initially populated and use a deferred initialization approach. After constructing a QgsBrowserModel, a call must be made to initialize() in order to populate the model.
Definition at line 76 of file qgsbrowsermodel.h.
Enumerator | |
---|---|
PathRole | Item path used to access path in the tree, see QgsDataItem::mPath. |
CommentRole | Item comment. |
SortRole | Custom sort role, see QgsDataItem::sortKey() |
ProviderKeyRole | Data item provider key that created the item, see QgsDataItem::providerKey()
|
Definition at line 93 of file qgsbrowsermodel.h.
|
explicit |
Constructor for QgsBrowserModel, with the specified parent object.
Definition at line 52 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 62 of file qgsbrowsermodel.cpp.
|
slot |
Adds a directory to the favorites group.
If name is specified, it will be used as the favorite's name. Otherwise the name will be set to match directory.
Definition at line 711 of file qgsbrowsermodel.cpp.
|
protected |
Populates the model.
Definition at line 94 of file qgsbrowsermodel.cpp.
|
slot |
Definition at line 554 of file qgsbrowsermodel.cpp.
|
slot |
Definition at line 569 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 672 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 381 of file qgsbrowsermodel.cpp.
|
signal |
Emitted when connections for the specified providerKey have changed in the browser.
Forwarded to the widget and used to notify the provider dialogs of a changed connection.
void QgsBrowserModel::connectItem | ( | QgsDataItem * | item | ) |
Any usage should be removed (and will have no harmful side-effects!).
Definition at line 456 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 266 of file qgsbrowsermodel.cpp.
QgsDataItem * QgsBrowserModel::dataItem | ( | const QModelIndex & | idx | ) | const |
Returns the data item at the specified index, or nullptr
if no item exists at the index.
Definition at line 664 of file qgsbrowsermodel.cpp.
QMap< QString, QgsDirectoryItem * > QgsBrowserModel::driveItems | ( | ) | const |
Returns a map of the root drive items shown in the browser.
These correspond to the top-level directory items shown, e.g. on Windows the C:\, D:\, etc, and on Linux the "/" root directory.
Definition at line 221 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 650 of file qgsbrowsermodel.cpp.
|
slot |
Definition at line 564 of file qgsbrowsermodel.cpp.
|
slot |
Definition at line 577 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 680 of file qgsbrowsermodel.cpp.
QModelIndex QgsBrowserModel::findItem | ( | QgsDataItem * | item, |
QgsDataItem * | parent = nullptr |
||
) | const |
Returns the model index corresponding to the specified data item.
If the item was not found, an invalid QModelIndex is returned.
If the parent item is argument is specified, then only items which are children of parent are searched. If no parent is specified, then all items within the model are searched.
Definition at line 538 of file qgsbrowsermodel.cpp.
QModelIndex QgsBrowserModel::findPath | ( | const QString & | path, |
Qt::MatchFlag | matchFlag = Qt::MatchExactly |
||
) |
Returns index of item with given path.
It only searches in currently fetched items, i.e. it does not fetch children.
path | item path |
matchFlag | supported is Qt::MatchExactly and Qt::MatchStartsWith which has reverse meaning, i.e. find item with the longest match from start with path (to get as close/deep as possible to deleted item). |
Definition at line 387 of file qgsbrowsermodel.cpp.
|
static |
Definition at line 392 of file qgsbrowsermodel.cpp.
QModelIndex QgsBrowserModel::findUri | ( | const QString & | uri, |
QModelIndex | index = QModelIndex() |
||
) |
Returns index of layer item with given uri.
It only searches in currently fetched items, i.e. it does not fetch children.
uri | item uri |
index | the current index of the parent (to search for children) |
Definition at line 432 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 237 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 372 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 343 of file qgsbrowsermodel.cpp.
|
slot |
Hide the given path in the browser model.
Definition at line 734 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 518 of file qgsbrowsermodel.cpp.
|
slot |
Delayed initialization, needed because the provider registry must be already populated.
Definition at line 227 of file qgsbrowsermodel.cpp.
|
inline |
Returns true
if the model has been initialized.
Definition at line 173 of file qgsbrowsermodel.h.
|
slot |
Definition at line 582 of file qgsbrowsermodel.cpp.
|
slot |
Emitted when an item's state is changed.
Definition at line 590 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 631 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 622 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 529 of file qgsbrowsermodel.cpp.
void QgsBrowserModel::refresh | ( | const QModelIndex & | index = QModelIndex() | ) |
Refresh item children.
Definition at line 700 of file qgsbrowsermodel.cpp.
void QgsBrowserModel::refresh | ( | const QString & | path | ) |
Refresh item specified by path.
Definition at line 693 of file qgsbrowsermodel.cpp.
|
slot |
Refreshes the list of drive items, removing any corresponding to removed drives and adding newly added drives.
Definition at line 470 of file qgsbrowsermodel.cpp.
|
slot |
Reload the whole model.
Definition at line 461 of file qgsbrowsermodel.cpp.
|
slot |
Removes a favorite directory from its corresponding model index.
Definition at line 717 of file qgsbrowsermodel.cpp.
|
slot |
Removes a favorite item.
Definition at line 726 of file qgsbrowsermodel.cpp.
|
protected |
Definition at line 168 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 354 of file qgsbrowsermodel.cpp.
|
override |
Definition at line 316 of file qgsbrowsermodel.cpp.
|
signal |
Emitted when item children fetch was finished.
|
slot |
Definition at line 67 of file qgsbrowsermodel.cpp.
|
friend |
Definition at line 280 of file qgsbrowsermodel.h.
|
friend |
Definition at line 281 of file qgsbrowsermodel.h.
|
protected |
Definition at line 262 of file qgsbrowsermodel.h.
|
protected |
Definition at line 263 of file qgsbrowsermodel.h.
|
protected |
Definition at line 261 of file qgsbrowsermodel.h.