|
- Method resolution order:
- BackgroundWorkerSignals
- PyQt5.QtCore.QObject
- sip.wrapper
- sip.simplewrapper
- builtins.object
Methods defined here:
finished = <unbound PYQT_SIGNAL finished()>
started = <unbound PYQT_SIGNAL started()>
Methods inherited from PyQt5.QtCore.QObject:
- __getattr__(...)
- __getattr__(self, str) -> object
- blockSignals(...)
- blockSignals(self, bool) -> bool
- childEvent(...)
- childEvent(self, QChildEvent)
- children(...)
- children(self) -> List[QObject]
- connectNotify(...)
- connectNotify(self, QMetaMethod)
- customEvent(...)
- customEvent(self, QEvent)
- deleteLater(...)
- deleteLater(self)
destroyed = <unbound PYQT_SIGNAL destroyed(QObject*)>
- disconnect(...)
- disconnect(QMetaObject.Connection) -> bool
disconnect(self)
- disconnectNotify(...)
- disconnectNotify(self, QMetaMethod)
- dumpObjectInfo(...)
- dumpObjectInfo(self)
- dumpObjectTree(...)
- dumpObjectTree(self)
- dynamicPropertyNames(...)
- dynamicPropertyNames(self) -> List[QByteArray]
- event(...)
- event(self, QEvent) -> bool
- eventFilter(...)
- eventFilter(self, QObject, QEvent) -> bool
- findChild(...)
- 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(...)
- 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(...)
- inherits(self, str) -> bool
- installEventFilter(...)
- installEventFilter(self, QObject)
- isSignalConnected(...)
- isSignalConnected(self, QMetaMethod) -> bool
- isWidgetType(...)
- isWidgetType(self) -> bool
- isWindowType(...)
- isWindowType(self) -> bool
- killTimer(...)
- killTimer(self, int)
- metaObject(...)
- metaObject(self) -> QMetaObject
- moveToThread(...)
- moveToThread(self, QThread)
- objectName(...)
- objectName(self) -> str
objectNameChanged = <unbound PYQT_SIGNAL objectNameChanged(QString)>
- parent(...)
- parent(self) -> QObject
- property(...)
- property(self, str) -> Any
- pyqtConfigure(...)
- QObject.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(...)
- receivers(self, PYQT_SIGNAL) -> int
- removeEventFilter(...)
- removeEventFilter(self, QObject)
- sender(...)
- sender(self) -> QObject
- senderSignalIndex(...)
- senderSignalIndex(self) -> int
- setObjectName(...)
- setObjectName(self, str)
- setParent(...)
- setParent(self, QObject)
- setProperty(...)
- setProperty(self, str, Any) -> bool
- signalsBlocked(...)
- signalsBlocked(self) -> bool
- startTimer(...)
- startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) -> int
- thread(...)
- thread(self) -> QThread
- timerEvent(...)
- timerEvent(self, QTimerEvent)
- tr(...)
- tr(self, str, disambiguation: str = None, n: int = -1) -> str
Data descriptors inherited from PyQt5.QtCore.QObject:
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes inherited from PyQt5.QtCore.QObject:
- staticMetaObject = <PyQt5.QtCore.QMetaObject object>
Methods inherited from sip.simplewrapper:
- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
Static methods inherited from sip.simplewrapper:
- __new__(*args, **kwargs) from sip.wrappertype
- Create and return a new object. See help(type) for accurate signature.
Data descriptors inherited from sip.simplewrapper:
- __dict__
|