77 void setDisabledDataItemsKeys(
const QStringList &filter );
92 void setActiveIndex( const QModelIndex &index )
SIP_SKIP;
104 void openFile(
const QString &fileName,
const QString &fileTypeHint = QString() );
113 void showEvent( QShowEvent *event )
override;
116 void itemDoubleClicked(
const QModelIndex &index );
117 void onOptionsChanged();
120 void showContextMenu( QPoint );
123 void showFilterWidget(
bool visible );
125 void enablePropertiesWidget(
bool enable );
127 void propertiesWidgetToggled(
bool enabled );
130 void setFilterSyntax( QAction * );
132 void setCaseSensitive(
bool caseSensitive );
137 void addSelectedLayers();
139 void showProperties();
145 void selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected );
147 void splitterMoved();
149 void refreshModel(
const QModelIndex &index );
153 void clearPropertiesWidget();
155 void setPropertiesWidget();
158 int selectedItemsCount();
160 QString settingsSection() {
return objectName().toLower(); }
164 QgsDockBrowserTreeView *mBrowserView =
nullptr;
170 QStringList mDisabledDataItemsKeys;
Encapsulates the context in which a QgsDataItem is shown within the application GUI.