Qt.QValueVectorPrivate Class

public class QValueVectorPrivate: QShared, System.IDisposable

Base Types

System.Object
  QtSupport
    QShared
      QValueVectorPrivate

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QValueVectorPrivate Constructors

QValueVectorPrivate() Constructor
QValueVectorPrivate(int) Constructor
QValueVectorPrivate(void *) Constructor

QValueVectorPrivate Methods

QValueVectorPrivate.Capacity Method
QValueVectorPrivate.Clear Method
QValueVectorPrivate.DerefAndDelete Method
QValueVectorPrivate.Empty Method
QValueVectorPrivate.Finalize Method
QValueVectorPrivate.Insert(void *, void *) Method
QValueVectorPrivate.Insert(void *, int, void *) Method
QValueVectorPrivate.Reserve Method
QValueVectorPrivate.Size Method


QValueVectorPrivate() Constructor

public void QValueVectorPrivate();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate(int) Constructor

public void QValueVectorPrivate(int size);

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate(void *) Constructor

public void QValueVectorPrivate(void * ptr);

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Capacity Method

public int Capacity();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Clear Method

public void Clear();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.DerefAndDelete Method

public void DerefAndDelete();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Empty Method

public bool Empty();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Finalize Method

protected override void Finalize();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Insert(void *, void *) Method

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

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Insert(void *, int, void *) Method

public void Insert(void * pos, int n, void * x);

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Reserve Method

public void Reserve(int n);

See Also

Qt.QValueVectorPrivate Class, Qt Namespace

QValueVectorPrivate.Size Method

public int Size();

See Also

Qt.QValueVectorPrivate Class, Qt Namespace