public class QSocketNotifier: QObject, System.IDisposable
System.Object
QtSupport
QObject
QSocketNotifierThis type implements System.IDisposable.
Qt Namespace
QSocketNotifier Constructors
QSocketNotifier(int, Type, Qt.QObject, System.String) Constructor
QSocketNotifier(int, Type) Constructor
QSocketNotifier(int, Type, Qt.QObject) Constructor
QSocketNotifier(void *) Constructor
QSocketNotifier Methods
QSocketNotifier.Finalize Method
QSocketNotifier.IsEnabled Method
QSocketNotifier.Q_event Method
QSocketNotifier.SetEnabled Method
QSocketNotifier.Socket Method
QSocketNotifier.TheType Method
public void QSocketNotifier(int socket, Type arg1, Qt.QObject parent, System.String name);
Qt.QSocketNotifier Class, Qt Namespace
public void QSocketNotifier(int socket, Type arg1);
Qt.QSocketNotifier Class, Qt Namespace
public void QSocketNotifier(int socket, Type arg1, Qt.QObject parent);
Qt.QSocketNotifier Class, Qt Namespace
public void QSocketNotifier(void * ptr);
Qt.QSocketNotifier Class, Qt Namespace
protected override void Finalize();
Qt.QSocketNotifier Class, Qt Namespace
public bool IsEnabled();
Qt.QSocketNotifier Class, Qt Namespace
protected bool Q_event(Qt.QEvent arg1);
Qt.QSocketNotifier Class, Qt Namespace
public void SetEnabled(bool arg1);
Qt.QSocketNotifier Class, Qt Namespace
public int Socket();
Qt.QSocketNotifier Class, Qt Namespace
public Type TheType();
Qt.QSocketNotifier Class, Qt Namespace