public class QPtrList: QPtrCollection, System.IDisposable
System.Object
QtSupport
QPtrCollection
QPtrListThis type implements System.IDisposable.
Qt Namespace
QPtrList Constructors
QPtrList() Constructor
QPtrList(void *) Constructor
QPtrList Methods
QPtrList.Append Method
QPtrList.At(uint) Method
QPtrList.At() Method
QPtrList.Clear Method
QPtrList.CompareItems Method
QPtrList.Contains Method
QPtrList.ContainsRef Method
QPtrList.Count Method
QPtrList.Current Method
QPtrList.CurrentNode Method
QPtrList.Finalize Method
QPtrList.Find Method
QPtrList.FindNext Method
QPtrList.FindNextRef Method
QPtrList.FindRef Method
QPtrList.First Method
QPtrList.GetFirst Method
QPtrList.GetLast Method
QPtrList.InSort Method
QPtrList.Insert Method
QPtrList.IsEmpty Method
QPtrList.Last Method
QPtrList.Next Method
QPtrList.Prepend Method
QPtrList.Prev Method
QPtrList.Read Method
QPtrList.Remove(uint) Method
QPtrList.Remove() Method
QPtrList.Remove(void *) Method
QPtrList.RemoveFirst Method
QPtrList.RemoveLast Method
QPtrList.RemoveNode Method
QPtrList.RemoveRef Method
QPtrList.Sort Method
QPtrList.Take(uint) Method
QPtrList.Take() Method
QPtrList.TakeNode Method
QPtrList.ToVector Method
QPtrList.Write Method
public void QPtrList();
Qt.QPtrList Class, Qt Namespace
public void QPtrList(void * ptr);
Qt.QPtrList Class, Qt Namespace
public void Append(void * d);
Qt.QPtrList Class, Qt Namespace
public void * At(uint i);
Qt.QPtrList Class, Qt Namespace
public int At();
Qt.QPtrList Class, Qt Namespace
public void Clear();
Qt.QPtrList Class, Qt Namespace
protected int CompareItems(int arg1, int arg2);
Qt.QPtrList Class, Qt Namespace
public uint Contains(void * d);
Qt.QPtrList Class, Qt Namespace
public uint ContainsRef(void * d);
Qt.QPtrList Class, Qt Namespace
public uint Count();
Qt.QPtrList Class, Qt Namespace
public void * Current();
Qt.QPtrList Class, Qt Namespace
public Qt.QLNode CurrentNode();
Qt.QPtrList Class, Qt Namespace
protected override void Finalize();
Qt.QPtrList Class, Qt Namespace
public int Find(void * d);
Qt.QPtrList Class, Qt Namespace
public int FindNext(void * d);
Qt.QPtrList Class, Qt Namespace
public int FindNextRef(void * d);
Qt.QPtrList Class, Qt Namespace
public int FindRef(void * d);
Qt.QPtrList Class, Qt Namespace
public void * First();
Qt.QPtrList Class, Qt Namespace
public void * GetFirst();
Qt.QPtrList Class, Qt Namespace
public void * GetLast();
Qt.QPtrList Class, Qt Namespace
public void InSort(void * d);
Qt.QPtrList Class, Qt Namespace
public bool Insert(uint i, void * d);
Qt.QPtrList Class, Qt Namespace
public bool IsEmpty();
Qt.QPtrList Class, Qt Namespace
public void * Last();
Qt.QPtrList Class, Qt Namespace
public void * Next();
Qt.QPtrList Class, Qt Namespace
public void Prepend(void * d);
Qt.QPtrList Class, Qt Namespace
public void * Prev();
Qt.QPtrList Class, Qt Namespace
protected Qt.QDataStream Read(Qt.QDataStream arg1, int arg2);
Qt.QPtrList Class, Qt Namespace
public bool Remove(uint i);
Qt.QPtrList Class, Qt Namespace
public bool Remove();
Qt.QPtrList Class, Qt Namespace
public bool Remove(void * d);
Qt.QPtrList Class, Qt Namespace
public bool RemoveFirst();
Qt.QPtrList Class, Qt Namespace
public bool RemoveLast();
Qt.QPtrList Class, Qt Namespace
public void RemoveNode(Qt.QLNode n);
Qt.QPtrList Class, Qt Namespace
public bool RemoveRef(void * d);
Qt.QPtrList Class, Qt Namespace
public void Sort();
Qt.QPtrList Class, Qt Namespace
public void * Take(uint i);
Qt.QPtrList Class, Qt Namespace
public void * Take();
Qt.QPtrList Class, Qt Namespace
public void * TakeNode(Qt.QLNode n);
Qt.QPtrList Class, Qt Namespace
public void ToVector(Qt.QGVector vec);
Qt.QPtrList Class, Qt Namespace
protected Qt.QDataStream Write(Qt.QDataStream arg1, int arg2);
Qt.QPtrList Class, Qt Namespace