class napari.qt.threading.WorkerBaseSignals[source]

Bases: PyQt5.QtCore.QObject

Methods

blockSignals(self, bool)

childEvent(self, QChildEvent)

children(self)

connectNotify(self, QMetaMethod)

customEvent(self, QEvent)

deleteLater(self)

disconnect(QMetaObject.Connection)

disconnect(self)

disconnectNotify(self, QMetaMethod)

dumpObjectInfo(self)

dumpObjectTree(self)

dynamicPropertyNames(self)

event(self, QEvent)

eventFilter(self, QObject, QEvent)

findChild(self, type, name, options, …)

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name, options, …)

findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]

inherits(self, str)

installEventFilter(self, QObject)

isSignalConnected(self, QMetaMethod)

isWidgetType(self)

isWindowType(self)

killTimer(self, int)

metaObject(self)

moveToThread(self, QThread)

objectName(self)

parent(self)

property(self, str)

pyqtConfigure(…)

Each keyword argument is either the name of a Qt property or a Qt signal.

receivers(self, PYQT_SIGNAL)

removeEventFilter(self, QObject)

sender(self)

senderSignalIndex(self)

setObjectName(self, str)

setParent(self, QObject)

setProperty(self, str, Any)

signalsBlocked(self)

startTimer(self, int, timerType)

thread(self)

timerEvent(self, QTimerEvent)

tr(self, str, disambiguation, n)

Attributes

destroyed

QObject = None) [signal]

errored

finished

objectNameChanged

objectNameChanged(self, str) [signal]

returned

started

staticMetaObject

warned

Details

blockSignals(self, bool)bool
childEvent(self, QChildEvent)
children(self)List[QObject]
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
deleteLater(self)
destroyed

QObject = None) [signal]

Type

destroyed(self, object

disconnect(QMetaObject.Connection)bool

disconnect(self)

disconnectNotify(self, QMetaMethod)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)List[QByteArray]
event(self, QEvent)bool
eventFilter(self, QObject, QEvent)bool
findChild(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively)QObject

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name: str = '', options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively)List[QObject]

findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]

inherits(self, str)bool
installEventFilter(self, QObject)
isSignalConnected(self, QMetaMethod)bool
isWidgetType(self)bool
isWindowType(self)bool
killTimer(self, int)
metaObject(self)QMetaObject
moveToThread(self, QThread)
objectName(self)str
objectNameChanged

objectNameChanged(self, str) [signal]

parent(self)QObject
property(self, str)Any
pyqtConfigure(...)

Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.

receivers(self, PYQT_SIGNAL)int
removeEventFilter(self, QObject)
sender(self)QObject
senderSignalIndex(self)int
setObjectName(self, str)
setParent(self, QObject)
setProperty(self, str, Any)bool
signalsBlocked(self)bool
startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer)int
thread(self)QThread
timerEvent(self, QTimerEvent)
tr(self, str, disambiguation: str = None, n: int = - 1)str