Qt.QSocketNotifier Class

public class QSocketNotifier: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QSocketNotifier

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QSocketNotifier(int, Type, Qt.QObject, System.String) Constructor

public void QSocketNotifier(int socket, Type arg1, Qt.QObject parent, System.String name);

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier(int, Type) Constructor

public void QSocketNotifier(int socket, Type arg1);

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier(int, Type, Qt.QObject) Constructor

public void QSocketNotifier(int socket, Type arg1, Qt.QObject parent);

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier(void *) Constructor

public void QSocketNotifier(void * ptr);

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier.Finalize Method

protected override void Finalize();

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier.IsEnabled Method

public bool IsEnabled();

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier.Q_event Method

protected bool Q_event(Qt.QEvent arg1);

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier.SetEnabled Method

public void SetEnabled(bool arg1);

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier.Socket Method

public int Socket();

See Also

Qt.QSocketNotifier Class, Qt Namespace

QSocketNotifier.TheType Method

public Type TheType();

See Also

Qt.QSocketNotifier Class, Qt Namespace