Qt.QValueVector Class

public class QValueVector: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QValueVector

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QValueVector Constructors

QValueVector() Constructor
QValueVector(int, void *) Constructor
QValueVector(int) Constructor
QValueVector(void *) Constructor

QValueVector Methods

QValueVector.At(int, bool) Method
QValueVector.At(int) Method
QValueVector.Back Method
QValueVector.Begin Method
QValueVector.Capacity Method
QValueVector.Clear Method
QValueVector.Detach Method
QValueVector.Empty Method
QValueVector.End Method
QValueVector.Erase(void *) Method
QValueVector.Erase(void *, void *) Method
QValueVector.Finalize Method
QValueVector.Front Method
QValueVector.Insert(void *, void *) Method
QValueVector.Insert(void *, int, void *) Method
QValueVector.Pop_back Method
QValueVector.Push_back Method
QValueVector.Reserve Method
QValueVector.Resize(int, void *) Method
QValueVector.Resize(int) Method
QValueVector.Size Method


QValueVector() Constructor

public void QValueVector();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector(int, void *) Constructor

public void QValueVector(int n, void * val);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector(int) Constructor

public void QValueVector(int n);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector(void *) Constructor

public void QValueVector(void * ptr);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.At(int, bool) Method

public void * At(int i, bool ok);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.At(int) Method

public void * At(int i);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Back Method

public void * Back();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Begin Method

public void * Begin();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Capacity Method

public int Capacity();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Clear Method

public void Clear();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Detach Method

protected void Detach();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Empty Method

public bool Empty();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.End Method

public void * End();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Erase(void *) Method

public void * Erase(void * pos);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Erase(void *, void *) Method

public void * Erase(void * first, void * last);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Finalize Method

protected override void Finalize();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Front Method

public void * Front();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Insert(void *, void *) Method

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

See Also

Qt.QValueVector Class, Qt Namespace

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

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

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Pop_back Method

public void Pop_back();

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Push_back Method

public void Push_back(void * x);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Reserve Method

public void Reserve(int n);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Resize(int, void *) Method

public void Resize(int n, void * val);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Resize(int) Method

public void Resize(int n);

See Also

Qt.QValueVector Class, Qt Namespace

QValueVector.Size Method

public int Size();

See Also

Qt.QValueVector Class, Qt Namespace