GUI Invoker
Classes:
|
Sends signals to the main QT thread from spawned message threads |
|
Wrapper that calls an evoked event made by |
Functions:
- class InvokeEvent(fn, *args, **kwargs)[source]
Bases:
QEventSends signals to the main QT thread from spawned message threads
See stackoverflow
Accepts a function, its args and kwargs and wraps them as a
QtCore.QEventAttributes:
- EVENT_TYPE = 65535
- class Invoker(self, parent: PySide6.QtCore.QObject | None = None)[source]
Bases:
QObjectWrapper that calls an evoked event made by
InvokeEventInitialize self. See help(type(self)) for accurate signature.
Methods:
event(event)- Parameters:
event
Attributes:
- staticMetaObject = PySide6.QtCore.QMetaObject("Invoker" inherits "QObject": )