Qt.QPair Class

public class QPair: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QPair

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPair Constructors

QPair() Constructor
QPair(void *, void *) Constructor
QPair(void *) Constructor

QPair Methods

QPair.Finalize Method


QPair() Constructor

public void QPair();

See Also

Qt.QPair Class, Qt Namespace

QPair(void *, void *) Constructor

public void QPair(void * t1, void * t2);

See Also

Qt.QPair Class, Qt Namespace

QPair(void *) Constructor

public void QPair(void * ptr);

See Also

Qt.QPair Class, Qt Namespace

QPair.Finalize Method

protected override void Finalize();

See Also

Qt.QPair Class, Qt Namespace