Qt.QSortedList Class

public class QSortedList: QPtrList, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QPtrList
        QSortedList

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QSortedList Constructors

QSortedList() Constructor
QSortedList(void *) Constructor

QSortedList Methods

QSortedList.CompareItems Method
QSortedList.Finalize Method


QSortedList() Constructor

public void QSortedList();

See Also

Qt.QSortedList Class, Qt Namespace

QSortedList(void *) Constructor

public void QSortedList(void * ptr);

See Also

Qt.QSortedList Class, Qt Namespace

QSortedList.CompareItems Method

public int CompareItems(int s1, int s2);

See Also

Qt.QSortedList Class, Qt Namespace

QSortedList.Finalize Method

protected override void Finalize();

See Also

Qt.QSortedList Class, Qt Namespace