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

Parameters

parent

actionEvent()
blendMode(self) → QPainter.CompositionMode

Function to read the selected blend mode as QPainter.CompositionMode

Return type

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

Parameters

blendMode (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()