16#ifndef QGSATTRIBUTETABLEVIEW_H
17#define QGSATTRIBUTETABLEVIEW_H
58#pragma clang diagnostic push
59#pragma clang diagnostic ignored "-Woverloaded-virtual"
63#pragma clang diagnostic pop
82 bool eventFilter( QObject *
object, QEvent *event )
override;
96 QList<QgsFeatureId> selectedFeaturesIds()
const;
105 void scrollToFeature(
const QgsFeatureId &fid,
int column = -1 );
112 void closeCurrentEditor();
121 void mousePressEvent( QMouseEvent *event )
override;
129 void mouseReleaseEvent( QMouseEvent *event )
override;
137 void mouseMoveEvent( QMouseEvent *event )
override;
145 void keyPressEvent( QKeyEvent *event )
override;
154 void contextMenuEvent( QContextMenuEvent *event )
override;
160 void closeEvent( QCloseEvent *event )
override;
185 void repaintRequested(
const QModelIndexList &indexes );
186 void repaintRequested();
187 void selectAll()
override;
188 virtual void selectRow(
int row );
189 virtual void _q_selectRow(
int row );
193 void showHorizontalSortIndicator();
194 void actionTriggered();
195 void columnSizeChanged(
int index,
int oldWidth,
int newWidth );
196 void onActionColumnItemPainted(
const QModelIndex &index );
197 void recreateActionWidgets();
200 void updateActionImage( QWidget *widget );
203 void selectRow(
int row,
bool anchor );
209 QMenu *mActionPopup =
nullptr;
210 int mRowSectionAnchor = 0;
211 QItemSelectionModel::SelectionFlag mCtrlDragSelectionFlag = QItemSelectionModel::Select;
212 QMap< QModelIndex, QWidget * > mActionWidgets;
214 QString mSortExpression;
This is a container for configuration of the attribute table.
A delegate item class for QgsAttributeTable (see Qt documentation for QItemDelegate).
A model backed by a QgsVectorLayerCache which is able to provide feature/attribute information to a Q...
Provides a table view of features of a QgsVectorLayer.
void willShowContextMenu(QMenu *menu, const QModelIndex &atIndex)
Emitted in order to provide a hook to add additional* menu entries to the context menu.
void columnResized(int column, int width)
Emitted when a column in the view has been resized.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Is an interface class to abstract feature selection handling.
Map canvas is a class for displaying all GIS data types on a canvas.
A QTableView subclass with QGIS specific tweaks and improvements.
This class caches features of a given QgsVectorLayer.
Represents a vector layer which manages a vector based data sets.
qint64 QgsFeatureId
64 bit feature ids negative numbers are used for uncommitted/newly added features