Qt.QValueListPrivate Class

public class QValueListPrivate: QShared, System.IDisposable

Base Types

System.Object
  QtSupport
    QShared
      QValueListPrivate

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QValueListPrivate Constructors

QValueListPrivate() Constructor
QValueListPrivate(void *) Constructor

QValueListPrivate Methods

QValueListPrivate.At Method
QValueListPrivate.Clear Method
QValueListPrivate.Contains Method
QValueListPrivate.DerefAndDelete Method
QValueListPrivate.Finalize Method
QValueListPrivate.Find Method
QValueListPrivate.FindIndex Method
QValueListPrivate.Insert Method
QValueListPrivate.Remove Method


QValueListPrivate() Constructor

public void QValueListPrivate();

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate(void *) Constructor

public void QValueListPrivate(void * ptr);

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.At Method

public int At(int i);

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.Clear Method

public void Clear();

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.Contains Method

public uint Contains(void * x);

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.DerefAndDelete Method

public void DerefAndDelete();

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.Finalize Method

protected override void Finalize();

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.Find Method

public int Find(int start, void * x);

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.FindIndex Method

public int FindIndex(int start, void * x);

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.Insert Method

public void * Insert(void * it, void * x);

See Also

Qt.QValueListPrivate Class, Qt Namespace

QValueListPrivate.Remove Method

public void * Remove(void * it);

See Also

Qt.QValueListPrivate Class, Qt Namespace