Class: QgsAggregateMappingWidget

class qgis.gui.QgsAggregateMappingWidget(parent: QWidget = None, sourceFields: QgsFields = QgsFields())

Bases: QgsPanelWidget

Constructs a QgsAggregateMappingWidget from a set of sourceFields. A parent object can also be specified.

The QgsAggregateMappingWidget class creates a mapping for defining sets of aggregates of fields from a QgsFields object.

New in version 3.14:

Methods

actionEvent

appendField

Appends a new field to the model, with an optional source and aggregate

changeEvent

childEvent

closeEvent

connectNotify

contextMenuEvent

create

customEvent

destroy

disconnectNotify

dragEnterEvent

dragLeaveEvent

dragMoveEvent

dropEvent

enterEvent

event

focusInEvent

focusNextChild

focusNextPrevChild

focusOutEvent

focusPreviousChild

hideEvent

initPainter

inputMethodEvent

isSignalConnected

keyPressEvent

Overridden key press event to handle the esc event on the widget.

keyReleaseEvent

leaveEvent

mapping

Returns a list of Aggregate objects representing the current status of the underlying mapping model

metric

model

Returns the underlying mapping model

mouseDoubleClickEvent

mouseMoveEvent

mousePressEvent

mouseReleaseEvent

moveEvent

moveSelectedFieldsDown

Moves down currently selected field

moveSelectedFieldsUp

Moves up currently selected field

nativeEvent

paintEvent

receivers

registerExpressionContextGenerator

Register an expression context generator class that will be used to retrieve an expression context for the widget.

removeSelectedFields

Removes the currently selected field from the model

resizeEvent

scrollTo

Scroll the fields view to index

selectionModel

Returns the selection model

sender

senderSignalIndex

setMapping

Sets the mapping to show in the model.

setSourceFields

Set source fields of the underlying mapping model to sourceFields

setSourceLayer

Sets a source layer to use when generating expression previews in the widget.

sharedPainter

showEvent

sourceLayer

Returns the source layer for use when generating expression previews.

tabletEvent

timerEvent

updateMicroFocus

wheelEvent

Signals

changed

Emitted when the aggregates defined in the widget are changed.

actionEvent(self, QActionEvent)
appendField(self, field: QgsField, source: str = '', aggregate: str = '')

Appends a new field to the model, with an optional source and aggregate

Parameters
  • field (QgsField) –

  • source (str = '') –

  • aggregate (str = '') –

changeEvent(self, QEvent)
changed

Emitted when the aggregates defined in the widget are changed. [signal]

childEvent(self, QChildEvent)
closeEvent(self, QCloseEvent)
connectNotify(self, QMetaMethod)
contextMenuEvent(self, QContextMenuEvent)
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
customEvent(self, QEvent)
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
disconnectNotify(self, QMetaMethod)
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)
dropEvent(self, QDropEvent)
enterEvent(self, QEvent)
event(self, QEvent) bool
focusInEvent(self, QFocusEvent)
focusNextChild(self) bool
focusNextPrevChild(self, bool) bool
focusOutEvent(self, QFocusEvent)
focusPreviousChild(self) bool
hideEvent(self, QHideEvent)
initPainter(self, QPainter)
inputMethodEvent(self, QInputMethodEvent)
isSignalConnected(self, QMetaMethod) bool
keyPressEvent(self, event: QKeyEvent)

Overridden key press event to handle the esc event on the widget.

Parameters

event – The key event

keyReleaseEvent(self, QKeyEvent)
leaveEvent(self, QEvent)
mapping(self) List[QgsAggregateMappingModel.Aggregate]

Returns a list of Aggregate objects representing the current status of the underlying mapping model

Return type

List[QgsAggregateMappingModel.Aggregate]

metric(self, QPaintDevice.PaintDeviceMetric) int
model(self) QgsAggregateMappingModel

Returns the underlying mapping model

Return type

QgsAggregateMappingModel

mouseDoubleClickEvent(self, QMouseEvent)
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(self, QMouseEvent)
moveEvent(self, QMoveEvent)
moveSelectedFieldsDown(self) bool

Moves down currently selected field

Return type

bool

moveSelectedFieldsUp(self) bool

Moves up currently selected field

Return type

bool

nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr) Tuple[bool, int]
paintEvent(self, QPaintEvent)
receivers(self, PYQT_SIGNAL) int
registerExpressionContextGenerator(self, generator: QgsExpressionContextGenerator)

Register an expression context generator class that will be used to retrieve an expression context for the widget.

Parameters

generator (QgsExpressionContextGenerator) –

removeSelectedFields(self) bool

Removes the currently selected field from the model

Return type

bool

resizeEvent(self, QResizeEvent)
scrollTo(self, index: QModelIndex)

Scroll the fields view to index

Parameters

index (QModelIndex) –

selectionModel(self) QItemSelectionModel

Returns the selection model

Return type

QItemSelectionModel

sender(self) QObject
senderSignalIndex(self) int
setMapping(self, mapping: Iterable[QgsAggregateMappingModel.Aggregate])

Sets the mapping to show in the model.

Parameters

mapping (Iterable[QgsAggregateMappingModel.Aggregate]) –

setSourceFields(self, sourceFields: QgsFields)

Set source fields of the underlying mapping model to sourceFields

Parameters

sourceFields (QgsFields) –

setSourceLayer(self, layer: QgsVectorLayer)

Sets a source layer to use when generating expression previews in the widget.

New in version 3.16.

Parameters

layer (QgsVectorLayer) –

sharedPainter(self) QPainter
showEvent(self, QShowEvent)
sourceLayer(self) QgsVectorLayer

Returns the source layer for use when generating expression previews.

Returned value may be None.

New in version 3.16.

Return type

QgsVectorLayer

tabletEvent(self, QTabletEvent)
timerEvent(self, QTimerEvent)
updateMicroFocus(self)
wheelEvent(self, QWheelEvent)