napari.qt.threading.WorkerBaseSignals¶
- class napari.qt.threading.WorkerBaseSignals[source]¶
Bases:
PyQt5.QtCore.QObjectMethods
blockSignals(self, bool)childEvent(self, QChildEvent)children(self)connectNotify(self, QMetaMethod)customEvent(self, QEvent)deleteLater(self)disconnect(-> bool)disconnectNotify(self, QMetaMethod)dumpObjectInfo(self)dumpObjectTree(self)dynamicPropertyNames(self)event(self, QEvent)eventFilter(self, QObject, QEvent)findChild(-> QObject)findChildren(...)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
QObject = None) [signal]
erroredfinishedobjectNameChanged(self, str) [signal]
returnedstartedstaticMetaObjectwarnedDetails
- childEvent(self, QChildEvent)¶
- children(self) List[QObject]¶
- connectNotify(self, QMetaMethod)¶
- customEvent(self, QEvent)¶
- deleteLater(self)¶
- disconnectNotify(self, QMetaMethod)¶
- dumpObjectInfo(self)¶
- dumpObjectTree(self)¶
- dynamicPropertyNames(self) List[QByteArray]¶
- 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]
- installEventFilter(self, QObject)¶
- killTimer(self, int)¶
- metaObject(self) QMetaObject¶
- moveToThread(self, QThread)¶
- 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.
- removeEventFilter(self, QObject)¶
- sender(self) QObject¶
- setObjectName(self, str)¶
- setParent(self, QObject)¶
- thread(self) QThread¶
- timerEvent(self, QTimerEvent)¶