Subgroup: other

Class: QgsBlendModeComboBox

class qgis.gui.QgsBlendModeComboBox(parent: QWidget = None)

Bases: PyQt5.QtWidgets.QComboBox

Constructor for QgsBlendModeComboBox

A combobox which lets the user select blend modes from a predefined list

Methods

actionEvent
blendMode Function to read the selected blend mode as QPainter.CompositionMode
changeEvent
childEvent
closeEvent
connectNotify
contextMenuEvent
create
customEvent
destroy
disconnectNotify
dragEnterEvent
dragLeaveEvent
dragMoveEvent
dropEvent
enterEvent
focusInEvent
focusNextChild
focusNextPrevChild
focusOutEvent
focusPreviousChild
hideEvent
initPainter
initStyleOption
inputMethodEvent
isSignalConnected
keyPressEvent
keyReleaseEvent
leaveEvent
metric
mouseDoubleClickEvent
mouseMoveEvent
mousePressEvent
mouseReleaseEvent
moveEvent
nativeEvent
paintEvent
receivers
resizeEvent
sender
senderSignalIndex
setBlendMode Function to set the selected blend mode from QPainter.CompositionMode
sharedPainter
showEvent
tabletEvent
timerEvent
updateMicroFocus
updateModes Populates the blend mode combo box, and sets up mapping for blend modes to combo box indexes
wheelEvent

Signals

Attributes

actionEvent()
blendMode(self) → QPainter.CompositionMode

Function to read the selected blend mode as QPainter.CompositionMode

changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
initStyleOption()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
sender()
senderSignalIndex()
setBlendMode(self, blendMode: QPainter.CompositionMode)

Function to set the selected blend mode from QPainter.CompositionMode

sharedPainter()
showEvent()
tabletEvent()
timerEvent()
updateMicroFocus()
updateModes(self)

Populates the blend mode combo box, and sets up mapping for blend modes to combo box indexes

wheelEvent()