Qt.QGVector Class

public class QGVector: QPtrCollection, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QGVector

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGVector Constructors

QGVector() Constructor
QGVector(uint) Constructor
QGVector(Qt.QGVector) Constructor
QGVector(void *) Constructor

QGVector Methods

QGVector.At Method
QGVector.Bsearch Method
QGVector.Clear Method
QGVector.CompareItems Method
QGVector.Contains Method
QGVector.ContainsRef Method
QGVector.Count Method
QGVector.Data Method
QGVector.Fill Method
QGVector.Finalize Method
QGVector.Find Method
QGVector.FindRef Method
QGVector.Insert Method
QGVector.InsertExpand Method
QGVector.Read(Qt.QDataStream) Method
QGVector.Read(Qt.QDataStream, void *) Method
QGVector.Remove Method
QGVector.Resize Method
QGVector.Size Method
QGVector.Sort Method
QGVector.Take Method
QGVector.ToList Method
QGVector.Write(Qt.QDataStream) Method
QGVector.Write(Qt.QDataStream, void *) Method


QGVector() Constructor

protected void QGVector();

See Also

Qt.QGVector Class, Qt Namespace

QGVector(uint) Constructor

protected void QGVector(uint size);

See Also

Qt.QGVector Class, Qt Namespace

QGVector(Qt.QGVector) Constructor

protected void QGVector(Qt.QGVector v);

See Also

Qt.QGVector Class, Qt Namespace

QGVector(void *) Constructor

public void QGVector(void * ptr);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.At Method

protected void * At(uint index);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Bsearch Method

protected int Bsearch(void * arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Clear Method

protected void Clear();

See Also

Qt.QGVector Class, Qt Namespace

QGVector.CompareItems Method

public int CompareItems(void * arg1, void * arg2);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Contains Method

protected uint Contains(void * arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.ContainsRef Method

protected uint ContainsRef(void * arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Count Method

protected uint Count();

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Data Method

protected void * Data();

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Fill Method

protected bool Fill(void * arg1, int flen);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Finalize Method

protected override void Finalize();

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Find Method

protected int Find(void * arg1, uint index);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.FindRef Method

protected int FindRef(void * arg1, uint index);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Insert Method

protected bool Insert(uint index, void * arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.InsertExpand Method

protected bool InsertExpand(uint index, void * arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Read(Qt.QDataStream) Method

public Qt.QDataStream Read(Qt.QDataStream arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Read(Qt.QDataStream, void *) Method

protected Qt.QDataStream Read(Qt.QDataStream arg1, void * arg2);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Remove Method

protected bool Remove(uint index);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Resize Method

protected bool Resize(uint newsize);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Size Method

protected uint Size();

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Sort Method

protected void Sort();

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Take Method

protected void * Take(uint index);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.ToList Method

protected void ToList(Qt.QGList arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Write(Qt.QDataStream) Method

public Qt.QDataStream Write(Qt.QDataStream arg1);

See Also

Qt.QGVector Class, Qt Namespace

QGVector.Write(Qt.QDataStream, void *) Method

protected Qt.QDataStream Write(Qt.QDataStream arg1, void * arg2);

See Also

Qt.QGVector Class, Qt Namespace