Class: QgsSmartGroupCondition

class qgis.gui.QgsSmartGroupCondition(id: int, parent: QWidget = None)

Bases: PyQt5.QtWidgets.QWidget

Enums

Methods

actionEvent

changeEvent

childEvent

closeEvent

connectNotify

constraint

returns the constraint key

contextMenuEvent

create

customEvent

destroy

destruct

disconnectNotify

dragEnterEvent

dragLeaveEvent

dragMoveEvent

dropEvent

enterEvent

event

focusInEvent

focusNextChild

focusNextPrevChild

focusOutEvent

focusPreviousChild

hideEvent

hideRemoveButton

sets the remove button hidden state to ‘hide’

initPainter

inputMethodEvent

isSignalConnected

keyPressEvent

keyReleaseEvent

leaveEvent

metric

mouseDoubleClickEvent

mouseMoveEvent

mousePressEvent

mouseReleaseEvent

moveEvent

nativeEvent

paintEvent

parameter

returns the parameter

receivers

resizeEvent

sender

senderSignalIndex

setConstraint

sets the given constraint

setParameter

sets the given param

sharedPainter

showEvent

tabletEvent

timerEvent

updateMicroFocus

wheelEvent

Signals

removed

removed(self, int) [signal]

Attributes

actionEvent()
changeEvent()
childEvent()
closeEvent()
connectNotify()
constraint(self) → str

returns the constraint key

contextMenuEvent()
create()
customEvent()
destroy()
destruct(self)
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
hideRemoveButton(self, hide: bool)

sets the remove button hidden state to ‘hide’

initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
parameter(self) → str

returns the parameter

receivers()
removed

removed(self, int) [signal]

resizeEvent()
sender()
senderSignalIndex()
setConstraint(self, constraint: str)

sets the given constraint

setParameter(self, param: str)

sets the given param

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