Subgroup: Layout

Class: QgsLayoutViewEllipticalRubberBand

class qgis.gui.QgsLayoutViewEllipticalRubberBand

Bases: qgis._gui.QgsLayoutViewRubberBand

QgsLayoutViewEllipseRubberBand is elliptical rubber band for use within QgsLayoutView widgets.

New in version 3.0: Methods

blockSignals
brush Returns the brush used for drawing the rubber band.
childEvent
children
connectNotify
create
customEvent
deleteLater
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
finish
inherits
installEventFilter
isSignalConnected
isWidgetType
isWindowType
killTimer
layout Returns the layout associated with the rubber band.
metaObject
moveToThread
objectName
parent
pen Returns the pen used for drawing the rubber band.
property
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
removeEventFilter
sender
senderSignalIndex
setBrush Sets the brush used for drawing the rubber band.
setObjectName
setParent
setPen Sets the pen used for drawing the rubber band.
setProperty
signalsBlocked
start
startTimer
thread
timerEvent
tr
update
updateRect
view Returns the view associated with the rubber band.

Attributes

destroyed destroyed(self, QObject = None) [signal]
objectNameChanged objectNameChanged(self, str) [signal]
sizeChanged Emitted when the size of the rubber band is changed.
staticMetaObject
childEvent()
connectNotify()
create(self, view: QgsLayoutView) → QgsLayoutViewEllipticalRubberBand
customEvent()
disconnectNotify()
finish(self, position: Union[QPointF, QPoint] = QPointF(), modifiers: Union[Qt.KeyboardModifiers, Qt.KeyboardModifier] = 0) → QRectF
isSignalConnected()
receivers()
sender()
senderSignalIndex()
start(self, position: Union[QPointF, QPoint], modifiers: Union[Qt.KeyboardModifiers, Qt.KeyboardModifier])
timerEvent()
update(self, position: Union[QPointF, QPoint], modifiers: Union[Qt.KeyboardModifiers, Qt.KeyboardModifier])
updateRect()