Qt.QPtrList Class

public class QPtrList: QPtrCollection, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QPtrList

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QPtrList() Constructor

public void QPtrList();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList(void *) Constructor

public void QPtrList(void * ptr);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Append Method

public void Append(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.At(uint) Method

public void * At(uint i);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.At() Method

public int At();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Clear Method

public void Clear();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.CompareItems Method

protected int CompareItems(int arg1, int arg2);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Contains Method

public uint Contains(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.ContainsRef Method

public uint ContainsRef(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Count Method

public uint Count();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Current Method

public void * Current();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.CurrentNode Method

public Qt.QLNode CurrentNode();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Finalize Method

protected override void Finalize();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Find Method

public int Find(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.FindNext Method

public int FindNext(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.FindNextRef Method

public int FindNextRef(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.FindRef Method

public int FindRef(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.First Method

public void * First();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.GetFirst Method

public void * GetFirst();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.GetLast Method

public void * GetLast();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.InSort Method

public void InSort(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Insert Method

public bool Insert(uint i, void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Last Method

public void * Last();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Next Method

public void * Next();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Prepend Method

public void Prepend(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Prev Method

public void * Prev();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Read Method

protected Qt.QDataStream Read(Qt.QDataStream arg1, int arg2);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Remove(uint) Method

public bool Remove(uint i);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Remove() Method

public bool Remove();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Remove(void *) Method

public bool Remove(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.RemoveFirst Method

public bool RemoveFirst();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.RemoveLast Method

public bool RemoveLast();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.RemoveNode Method

public void RemoveNode(Qt.QLNode n);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.RemoveRef Method

public bool RemoveRef(void * d);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Sort Method

public void Sort();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Take(uint) Method

public void * Take(uint i);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Take() Method

public void * Take();

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.TakeNode Method

public void * TakeNode(Qt.QLNode n);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.ToVector Method

public void ToVector(Qt.QGVector vec);

See Also

Qt.QPtrList Class, Qt Namespace

QPtrList.Write Method

protected Qt.QDataStream Write(Qt.QDataStream arg1, int arg2);

See Also

Qt.QPtrList Class, Qt Namespace