QSocketNotifier Class Reference
[QtCore module]
Inherits QObject.
Types
- enum Type { Read, Write, Exception }
Methods
Qt Signals
Detailed Description
Type Documentation
QSocketNotifier.Type
Method Documentation
QSocketNotifier.__init__ (self, int, Type type, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool QSocketNotifier.event (self, QEvent)
bool QSocketNotifier.isEnabled (self)
QSocketNotifier.setEnabled (self, bool)
This method is also a Qt slot with the C++ signature void setEnabled(bool).
int QSocketNotifier.socket (self)
Type QSocketNotifier.type (self)
Qt Signal Documentation
void activated (int)
This is the default overload of this signal.