SocketNotifier
Qt Base Class: QSocketNotifier
Signature: QSocketNotifier(self, arg__1: object, arg__2: PySide6.QtCore.QSocketNotifier.Type, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QSocketNotifier(self, arg__1: PySide6.QtCore.QSocketNotifier.Type, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QSocketNotifier(self, socket: int, arg__2: PySide6.QtCore.QSocketNotifier.Type, parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ObjectMixin prettyqt.core.object |
||
QSocketNotifier PySide6.QtCore QSocketNotifier(self, arg__1: object, arg__2: PySide6.QtCore.QSocketNotifier.Type, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473299816000["core.SocketNotifier"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473288843216["QtCore.QSocketNotifier"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299815024 --> 1473299816000
140713234304496 --> 1473299815024
1473288843216 --> 1473299816000
1473288842240 --> 1473288843216
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: ObjectMixin
, QSocketNotifier
Support for monitoring activity on a file descriptor.
Source code in prettyqt\core\socketnotifier.py
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString |