17#ifndef QGSATTRIBUTETABLEFILTERMODEL_H
18#define QGSATTRIBUTETABLEFILTERMODEL_H
25#include <QSortFilterProxyModel>
30class QItemSelectionModel;
93#pragma clang diagnostic push
94#pragma clang diagnostic ignored "-Woverloaded-virtual"
106#pragma clang diagnostic pop
115 void setSelectedOnTop(
bool selectedOnTop );
122 bool selectedOnTop();
130 virtual void setFilteredFeatures(
const QgsFeatureIds &ids );
144 void setFilterMode( FilterMode filterMode );
149 void disconnectFilterModeConnections();
154 void connectFilterModeConnections( FilterMode filterMode );
195 QModelIndex mapToMaster(
const QModelIndex &proxyIndex )
const;
199 QModelIndex mapToSource(
const QModelIndex &proxyIndex )
const override;
201 QModelIndex mapFromSource(
const QModelIndex &sourceIndex )
const override;
203 Qt::ItemFlags flags(
const QModelIndex &index )
const override;
212 void sort(
int column, Qt::SortOrder order = Qt::AscendingOrder )
override;
221 void sort(
const QString &expression, Qt::SortOrder order = Qt::AscendingOrder );
226 QString sortExpression()
const;
231 QVariant data(
const QModelIndex &index,
int role )
const override;
233 QVariant headerData(
int section, Qt::Orientation orientation,
int role )
const override;
239 int actionColumnIndex()
const;
241 int columnCount(
const QModelIndex &parent )
const override;
300 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
312 bool lessThan(
const QModelIndex &left,
const QModelIndex &right )
const override;
333 void selectionChanged();
334 void onColumnsChanged();
335 void reloadVisible();
336 void onAttributeValueChanged(
QgsFeatureId fid,
int idx,
const QVariant &value );
337 void onGeometryChanged();
343 bool mSelectedOnTop =
false;
347 QVector<int> mColumnMapping;
351 int mapColumnToSource(
int column )
const;
352 int mapColumnFromSource(
int column )
const;
354 QTimer mReloadVisibleTimer;
355 QTimer mFilterFeaturesTimer;
356 void startTimedReloadVisible();
357 void startTimedFilterFeatures();
A container for configuration of the attribute table.
A proxy model for filtering an attribute table model.
FilterMode filterMode()
The current filterModel.
QModelIndex mapFromSource(const QModelIndex &sourceIndex) const override
Q_DECL_DEPRECATED void extentsChanged()
Is called upon every change of the visible extents on the map canvas.
QgsAttributeTableFilterModel(QgsMapCanvas *canvas, QgsAttributeTableModel *sourceModel, QObject *parent=nullptr)
Make sure, the master model is already loaded, so the selection will get synchronized.
QgsMapCanvas * mapCanvas() const
Returns the map canvas.
QgsVectorLayerCache * layerCache() const
Returns the layerCache this filter acts on.
QString filterExpression() const
Returns the stored filter expression string.
void generateListOfVisibleFeatures()
Updates the list of currently visible features on the map canvas.
CustomRole
The additional roles defined by this filter model.
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override
Used by the sorting algorithm.
FilterMode
The filter mode defines how the rows should be filtered.
@ ShowFilteredList
Show only features whose ids are on the filter list. {.
@ ShowVisible
Show only visible features (depends on the map canvas).
@ ShowSelected
Show only selected features.
@ ShowInvalid
Show only features not respecting constraints.
@ ShowEdited
Show only features which have unsaved changes.
@ ShowAll
Show all features.
void filterError(const QString &errorMessage)
Emitted when an error occurred while filtering features.
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override
Returns true if the source row will be accepted.
QModelIndex mapFromMaster(const QModelIndex &sourceIndex) const
void filterFeatures()
Updates the filtered features in the filter model.
QgsAttributeTableModel * masterModel() const
Returns the table model this filter is using.
void featuresFiltered()
Emitted when the filtering of the features has been done.
void visibleReloaded()
Emitted when the the visible features on extend are reloaded (the list is created).
ColumnType
The type of a column.
@ ColumnTypeActionButton
This column shows action buttons.
@ ColumnTypeField
This column shows a field.
QgsVectorLayer * layer() const
Returns the layer this filter acts on.
void sortColumnChanged(int column, Qt::SortOrder order)
Emitted whenever the sort column is changed.
A model backed by a QgsVectorLayerCache which is able to provide feature/attribute information to a Q...
@ User
Start further roles starting from this role.
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Handles parsing and evaluation of expressions (formerly called "search strings").
Base class for feature models.
virtual QModelIndex fidToIndex(QgsFeatureId fid)=0
Map canvas is a class for displaying all GIS data types on a canvas.
Caches features for a given QgsVectorLayer.
Represents a vector layer which manages a vector based dataset.
#define SIP_MONKEYPATCH_SCOPEENUM_UNNEST(OUTSIDE_CLASS, FORMERNAME)
#define SIP_MONKEYPATCH_COMPAT_NAME(FORMERNAME)
QSet< QgsFeatureId > QgsFeatureIds
qint64 QgsFeatureId
64 bit feature ids negative numbers are used for uncommitted/newly added features