Qt.QConnection Class

public class QConnection: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QConnection

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QConnection Constructors

QConnection(Qt.QObject, int, System.String, int) Constructor
QConnection(void *) Constructor

QConnection Methods

QConnection.Finalize Method
QConnection.IsConnected Method
QConnection.Member Method
QConnection.MemberName Method
QConnection.MemberType Method
QConnection.NumArgs Method
QConnection.Q_object Method


QConnection(Qt.QObject, int, System.String, int) Constructor

public void QConnection(Qt.QObject arg1, int arg2, System.String memberName, int memberType);

See Also

Qt.QConnection Class, Qt Namespace

QConnection(void *) Constructor

public void QConnection(void * ptr);

See Also

Qt.QConnection Class, Qt Namespace

QConnection.Finalize Method

protected override void Finalize();

See Also

Qt.QConnection Class, Qt Namespace

QConnection.IsConnected Method

public bool IsConnected();

See Also

Qt.QConnection Class, Qt Namespace

QConnection.Member Method

public int Member();

See Also

Qt.QConnection Class, Qt Namespace

QConnection.MemberName Method

public System.String MemberName();

See Also

Qt.QConnection Class, Qt Namespace

QConnection.MemberType Method

public int MemberType();

See Also

Qt.QConnection Class, Qt Namespace

QConnection.NumArgs Method

public int NumArgs();

See Also

Qt.QConnection Class, Qt Namespace

QConnection.Q_object Method

public Qt.QObject Q_object();

See Also

Qt.QConnection Class, Qt Namespace