Qt.QIntBucket Class

public class QIntBucket: QBaseBucket, System.IDisposable

Base Types

System.Object
  QtSupport
    QBaseBucket
      QIntBucket

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QIntBucket Constructors

QIntBucket(long, int, Qt.QBaseBucket) Constructor
QIntBucket(void *) Constructor

QIntBucket Methods

QIntBucket.Finalize Method
QIntBucket.GetKey Method


QIntBucket(long, int, Qt.QBaseBucket) Constructor

public void QIntBucket(long k, int d, Qt.QBaseBucket n);

See Also

Qt.QIntBucket Class, Qt Namespace

QIntBucket(void *) Constructor

public void QIntBucket(void * ptr);

See Also

Qt.QIntBucket Class, Qt Namespace

QIntBucket.Finalize Method

protected override void Finalize();

See Also

Qt.QIntBucket Class, Qt Namespace

QIntBucket.GetKey Method

public long GetKey();

See Also

Qt.QIntBucket Class, Qt Namespace