GraphKey.app.modules.gui.window_elements.background_worker_signals
index

 
Modules
       
sys
traceback

 
Classes
       
PyQt5.QtCore.QObject(sip.wrapper)
BackgroundWorkerSignals

 
class BackgroundWorkerSignals(PyQt5.QtCore.QObject)
    Class containing signals for the BackgroundWorker class
 
 
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__

 
Functions
       
QT_TRANSLATE_NOOP(...)
QT_TRANSLATE_NOOP(str, str) -> str
QT_TR_NOOP(...)
QT_TR_NOOP(str) -> str
QT_TR_NOOP_UTF8(...)
QT_TR_NOOP_UTF8(str) -> str
Q_ARG(...)
Q_ARG(object, object) -> QGenericArgument
Q_CLASSINFO(...)
Q_CLASSINFO(str, str)
Q_ENUM(...)
Q_ENUM(Union[type, enum.Enum])
Q_ENUMS(...)
Q_ENUMS(*)
Q_FLAG(...)
Q_FLAG(Union[type, enum.Enum])
Q_FLAGS(...)
Q_FLAGS(*)
Q_RETURN_ARG(...)
Q_RETURN_ARG(object) -> QGenericReturnArgument
bin_(...)
bin_(QTextStream) -> QTextStream
bom(...)
bom(QTextStream) -> QTextStream
center(...)
center(QTextStream) -> QTextStream
dec(...)
dec(QTextStream) -> QTextStream
endl(...)
endl(QTextStream) -> QTextStream
fixed(...)
fixed(QTextStream) -> QTextStream
flush(...)
flush(QTextStream) -> QTextStream
forcepoint(...)
forcepoint(QTextStream) -> QTextStream
forcesign(...)
forcesign(QTextStream) -> QTextStream
hex_(...)
hex_(QTextStream) -> QTextStream
left(...)
left(QTextStream) -> QTextStream
lowercasebase(...)
lowercasebase(QTextStream) -> QTextStream
lowercasedigits(...)
lowercasedigits(QTextStream) -> QTextStream
noforcepoint(...)
noforcepoint(QTextStream) -> QTextStream
noforcesign(...)
noforcesign(QTextStream) -> QTextStream
noshowbase(...)
noshowbase(QTextStream) -> QTextStream
oct_(...)
oct_(QTextStream) -> QTextStream
pyqtPickleProtocol(...)
pyqtPickleProtocol() -> Optional[int]
pyqtRemoveInputHook(...)
pyqtRemoveInputHook()
pyqtRestoreInputHook(...)
pyqtRestoreInputHook()
pyqtSetPickleProtocol(...)
pyqtSetPickleProtocol(Optional[int])
pyqtSlot(...)
@pyqtSlot(*types, name: Optional[str], result: Optional[str])
 
This is a decorator applied to Python methods of a QObject that marks them
as Qt slots.
The non-keyword arguments are the types of the slot arguments and each may
be a Python type object or a string specifying a C++ type.
name is the name of the slot and defaults to the name of the method.
result is type of the value returned by the slot.
qAbs(...)
qAbs(float) -> float
qAddPostRoutine(...)
qAddPostRoutine(Callable[..., None])
qAddPreRoutine(...)
qAddPreRoutine(Callable[[], None])
qChecksum(...)
qChecksum(bytes) -> int
qChecksum(bytes, Qt.ChecksumType) -> int
qCompress(...)
qCompress(Union[QByteArray, bytes, bytearray], compressionLevel: int = -1) -> QByteArray
qCritical(...)
qCritical(str)
qDebug(...)
qDebug(str)
qEnvironmentVariable(...)
qEnvironmentVariable(str) -> str
qEnvironmentVariable(str, str) -> str
qErrnoWarning(...)
qErrnoWarning(int, str)
qErrnoWarning(str)
qFatal(...)
qFatal(str)
qFloatDistance(...)
qFloatDistance(float, float) -> int
qFormatLogMessage(...)
qFormatLogMessage(QtMsgType, QMessageLogContext, str) -> str
qFuzzyCompare(...)
qFuzzyCompare(float, float) -> bool
qInf(...)
qInf() -> float
qInfo(...)
qInfo(str)
qInstallMessageHandler(...)
qInstallMessageHandler(Optional[Callable[[QtMsgType, QMessageLogContext, str], None]]) -> Optional[Callable[[QtMsgType, QMessageLogContext, str], None]]
qIsFinite(...)
qIsFinite(float) -> bool
qIsInf(...)
qIsInf(float) -> bool
qIsNaN(...)
qIsNaN(float) -> bool
qIsNull(...)
qIsNull(float) -> bool
qQNaN(...)
qQNaN() -> float
qRegisterResourceData(...)
qRegisterResourceData(int, bytes, bytes, bytes) -> bool
qRemovePostRoutine(...)
qRemovePostRoutine(Callable[..., None])
qRound(...)
qRound(float) -> int
qRound64(...)
qRound64(float) -> int
qSNaN(...)
qSNaN() -> float
qSetFieldWidth(...)
qSetFieldWidth(int) -> QTextStreamManipulator
qSetMessagePattern(...)
qSetMessagePattern(str)
qSetPadChar(...)
qSetPadChar(str) -> QTextStreamManipulator
qSetRealNumberPrecision(...)
qSetRealNumberPrecision(int) -> QTextStreamManipulator
qSharedBuild(...)
qSharedBuild() -> bool
qUncompress(...)
qUncompress(Union[QByteArray, bytes, bytearray]) -> QByteArray
qUnregisterResourceData(...)
qUnregisterResourceData(int, bytes, bytes, bytes) -> bool
qVersion(...)
qVersion() -> str
qWarning(...)
qWarning(str)
qrand(...)
qrand() -> int
qsrand(...)
qsrand(int)
reset(...)
reset(QTextStream) -> QTextStream
right(...)
right(QTextStream) -> QTextStream
scientific(...)
scientific(QTextStream) -> QTextStream
showbase(...)
showbase(QTextStream) -> QTextStream
uppercasebase(...)
uppercasebase(QTextStream) -> QTextStream
uppercasedigits(...)
uppercasedigits(QTextStream) -> QTextStream
ws(...)
ws(QTextStream) -> QTextStream

 
Data
        PYQT_CONFIGURATION = {'sip_flags': '-n PyQt5.sip -t Qt_5_15_0 -t WS_WIN'}
PYQT_VERSION = 331521
PYQT_VERSION_STR = '5.15.1'
QT_VERSION = 331521
QT_VERSION_STR = '5.15.1'
QtCriticalMsg = 2
QtDebugMsg = 0
QtFatalMsg = 3
QtInfoMsg = 4
QtSystemMsg = 2
QtWarningMsg = 1