Class: QgsEffectDrawModeComboBox

class qgis.gui.QgsEffectDrawModeComboBox

Bases: PyQt5.QtWidgets.QComboBox

A combo box allowing selection of paint effect draw modes

actionEvent()
changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
drawMode(self) → QgsPaintEffect.DrawMode

Returns the currently selected draw mode for the combo box

Return type

QgsPaintEffect.DrawMode

Returns

current draw mode

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()
setDrawMode(self, drawMode: QgsPaintEffect.DrawMode)

Sets the currently selected draw mode for the combo box

Parameters

drawMode (QgsPaintEffect.DrawMode) – selected draw mode

sharedPainter()
showEvent()
tabletEvent()
timerEvent()
updateMicroFocus()
wheelEvent()