public class QPtrVector: QPtrCollection, System.IDisposable
System.Object
QtSupport
QPtrCollection
QPtrVectorThis type implements System.IDisposable.
Qt Namespace
QPtrVector Constructors
QPtrVector() Constructor
QPtrVector(uint) Constructor
QPtrVector(void *) Constructor
QPtrVector Methods
QPtrVector.At Method
QPtrVector.Bsearch Method
QPtrVector.Clear Method
QPtrVector.CompareItems Method
QPtrVector.Contains Method
QPtrVector.ContainsRef Method
QPtrVector.Count Method
QPtrVector.Data Method
QPtrVector.Fill(void *, int) Method
QPtrVector.Fill(void *) Method
QPtrVector.Finalize Method
QPtrVector.Find(void *, uint) Method
QPtrVector.Find(void *) Method
QPtrVector.FindRef(void *, uint) Method
QPtrVector.FindRef(void *) Method
QPtrVector.Insert Method
QPtrVector.IsEmpty Method
QPtrVector.IsNull Method
QPtrVector.Read Method
QPtrVector.Remove Method
QPtrVector.Resize Method
QPtrVector.Size Method
QPtrVector.Sort Method
QPtrVector.Take Method
QPtrVector.ToList Method
QPtrVector.Write Method
public void QPtrVector();
Qt.QPtrVector Class, Qt Namespace
public void QPtrVector(uint size);
Qt.QPtrVector Class, Qt Namespace
public void QPtrVector(void * ptr);
Qt.QPtrVector Class, Qt Namespace
public void * At(uint i);
Qt.QPtrVector Class, Qt Namespace
public int Bsearch(void * d);
Qt.QPtrVector Class, Qt Namespace
public void Clear();
Qt.QPtrVector Class, Qt Namespace
protected int CompareItems(int d1, int d2);
Qt.QPtrVector Class, Qt Namespace
public uint Contains(void * d);
Qt.QPtrVector Class, Qt Namespace
public uint ContainsRef(void * d);
Qt.QPtrVector Class, Qt Namespace
public uint Count();
Qt.QPtrVector Class, Qt Namespace
public void * Data();
Qt.QPtrVector Class, Qt Namespace
public bool Fill(void * d, int size);
Qt.QPtrVector Class, Qt Namespace
public bool Fill(void * d);
Qt.QPtrVector Class, Qt Namespace
protected override void Finalize();
Qt.QPtrVector Class, Qt Namespace
public int Find(void * d, uint i);
Qt.QPtrVector Class, Qt Namespace
public int Find(void * d);
Qt.QPtrVector Class, Qt Namespace
public int FindRef(void * d, uint i);
Qt.QPtrVector Class, Qt Namespace
public int FindRef(void * d);
Qt.QPtrVector Class, Qt Namespace
public bool Insert(uint i, void * d);
Qt.QPtrVector Class, Qt Namespace
public bool IsEmpty();
Qt.QPtrVector Class, Qt Namespace
public bool IsNull();
Qt.QPtrVector Class, Qt Namespace
protected Qt.QDataStream Read(Qt.QDataStream s, int d);
Qt.QPtrVector Class, Qt Namespace
public bool Remove(uint i);
Qt.QPtrVector Class, Qt Namespace
public bool Resize(uint size);
Qt.QPtrVector Class, Qt Namespace
public uint Size();
Qt.QPtrVector Class, Qt Namespace
public void Sort();
Qt.QPtrVector Class, Qt Namespace
public void * Take(uint i);
Qt.QPtrVector Class, Qt Namespace
public void ToList(Qt.QGList list);
Qt.QPtrVector Class, Qt Namespace
protected Qt.QDataStream Write(Qt.QDataStream s, int d);
Qt.QPtrVector Class, Qt Namespace