public class QGVector: QPtrCollection, System.IDisposable
System.Object
QtSupport
QPtrCollection
QGVectorThis type implements System.IDisposable.
Qt Namespace
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
protected void QGVector();
Qt.QGVector Class, Qt Namespace
protected void QGVector(uint size);
Qt.QGVector Class, Qt Namespace
protected void QGVector(Qt.QGVector v);
Qt.QGVector Class, Qt Namespace
public void QGVector(void * ptr);
Qt.QGVector Class, Qt Namespace
protected void * At(uint index);
Qt.QGVector Class, Qt Namespace
protected int Bsearch(void * arg1);
Qt.QGVector Class, Qt Namespace
protected void Clear();
Qt.QGVector Class, Qt Namespace
public int CompareItems(void * arg1, void * arg2);
Qt.QGVector Class, Qt Namespace
protected uint Contains(void * arg1);
Qt.QGVector Class, Qt Namespace
protected uint ContainsRef(void * arg1);
Qt.QGVector Class, Qt Namespace
protected uint Count();
Qt.QGVector Class, Qt Namespace
protected void * Data();
Qt.QGVector Class, Qt Namespace
protected bool Fill(void * arg1, int flen);
Qt.QGVector Class, Qt Namespace
protected override void Finalize();
Qt.QGVector Class, Qt Namespace
protected int Find(void * arg1, uint index);
Qt.QGVector Class, Qt Namespace
protected int FindRef(void * arg1, uint index);
Qt.QGVector Class, Qt Namespace
protected bool Insert(uint index, void * arg1);
Qt.QGVector Class, Qt Namespace
protected bool InsertExpand(uint index, void * arg1);
Qt.QGVector Class, Qt Namespace
public Qt.QDataStream Read(Qt.QDataStream arg1);
Qt.QGVector Class, Qt Namespace
protected Qt.QDataStream Read(Qt.QDataStream arg1, void * arg2);
Qt.QGVector Class, Qt Namespace
protected bool Remove(uint index);
Qt.QGVector Class, Qt Namespace
protected bool Resize(uint newsize);
Qt.QGVector Class, Qt Namespace
protected uint Size();
Qt.QGVector Class, Qt Namespace
protected void Sort();
Qt.QGVector Class, Qt Namespace
protected void * Take(uint index);
Qt.QGVector Class, Qt Namespace
protected void ToList(Qt.QGList arg1);
Qt.QGVector Class, Qt Namespace
public Qt.QDataStream Write(Qt.QDataStream arg1);
Qt.QGVector Class, Qt Namespace
protected Qt.QDataStream Write(Qt.QDataStream arg1, void * arg2);
Qt.QGVector Class, Qt Namespace