Qt.QGList Class

public class QGList: QPtrCollection, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QGList

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGList Constructors

QGList() Constructor
QGList(Qt.QGList) Constructor
QGList(void *) Constructor

QGList Methods

QGList.Append Method
QGList.At(uint) Method
QGList.At() Method
QGList.Cfirst Method
QGList.Clast Method
QGList.Clear Method
QGList.CompareItems Method
QGList.Contains Method
QGList.ContainsRef Method
QGList.Count Method
QGList.CurrentNode Method
QGList.Finalize Method
QGList.Find(int, bool) Method
QGList.Find(int) Method
QGList.FindRef(int, bool) Method
QGList.FindRef(int) Method
QGList.First Method
QGList.Get Method
QGList.InSort Method
QGList.InsertAt Method
QGList.Last Method
QGList.Next Method
QGList.Prev Method
QGList.Read(Qt.QDataStream) Method
QGList.Read(Qt.QDataStream, int) Method
QGList.RelinkNode Method
QGList.Remove(int) Method
QGList.Remove() Method
QGList.RemoveAt Method
QGList.RemoveFirst Method
QGList.RemoveLast Method
QGList.RemoveNode Method
QGList.RemoveRef(int) Method
QGList.RemoveRef() Method
QGList.Sort Method
QGList.Take Method
QGList.TakeAt Method
QGList.TakeFirst Method
QGList.TakeLast Method
QGList.TakeNode Method
QGList.ToVector Method
QGList.Write(Qt.QDataStream) Method
QGList.Write(Qt.QDataStream, int) Method


QGList() Constructor

protected void QGList();

See Also

Qt.QGList Class, Qt Namespace

QGList(Qt.QGList) Constructor

protected void QGList(Qt.QGList arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList(void *) Constructor

public void QGList(void * ptr);

See Also

Qt.QGList Class, Qt Namespace

QGList.Append Method

protected void Append(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.At(uint) Method

protected int At(uint index);

See Also

Qt.QGList Class, Qt Namespace

QGList.At() Method

protected int At();

See Also

Qt.QGList Class, Qt Namespace

QGList.Cfirst Method

protected int Cfirst();

See Also

Qt.QGList Class, Qt Namespace

QGList.Clast Method

protected int Clast();

See Also

Qt.QGList Class, Qt Namespace

QGList.Clear Method

protected void Clear();

See Also

Qt.QGList Class, Qt Namespace

QGList.CompareItems Method

protected int CompareItems(int arg1, int arg2);

See Also

Qt.QGList Class, Qt Namespace

QGList.Contains Method

protected uint Contains(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.ContainsRef Method

protected uint ContainsRef(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.Count Method

public uint Count();

See Also

Qt.QGList Class, Qt Namespace

QGList.CurrentNode Method

protected Qt.QLNode CurrentNode();

See Also

Qt.QGList Class, Qt Namespace

QGList.Finalize Method

protected override void Finalize();

See Also

Qt.QGList Class, Qt Namespace

QGList.Find(int, bool) Method

protected int Find(int arg1, bool arg2);

See Also

Qt.QGList Class, Qt Namespace

QGList.Find(int) Method

protected int Find(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.FindRef(int, bool) Method

protected int FindRef(int arg1, bool arg2);

See Also

Qt.QGList Class, Qt Namespace

QGList.FindRef(int) Method

protected int FindRef(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.First Method

protected int First();

See Also

Qt.QGList Class, Qt Namespace

QGList.Get Method

protected int Get();

See Also

Qt.QGList Class, Qt Namespace

QGList.InSort Method

protected void InSort(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.InsertAt Method

protected bool InsertAt(uint index, int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.Last Method

protected int Last();

See Also

Qt.QGList Class, Qt Namespace

QGList.Next Method

protected int Next();

See Also

Qt.QGList Class, Qt Namespace

QGList.Prev Method

protected int Prev();

See Also

Qt.QGList Class, Qt Namespace

QGList.Read(Qt.QDataStream) Method

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

See Also

Qt.QGList Class, Qt Namespace

QGList.Read(Qt.QDataStream, int) Method

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

See Also

Qt.QGList Class, Qt Namespace

QGList.RelinkNode Method

protected void RelinkNode(Qt.QLNode arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.Remove(int) Method

protected bool Remove(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.Remove() Method

protected bool Remove();

See Also

Qt.QGList Class, Qt Namespace

QGList.RemoveAt Method

protected bool RemoveAt(uint index);

See Also

Qt.QGList Class, Qt Namespace

QGList.RemoveFirst Method

protected bool RemoveFirst();

See Also

Qt.QGList Class, Qt Namespace

QGList.RemoveLast Method

protected bool RemoveLast();

See Also

Qt.QGList Class, Qt Namespace

QGList.RemoveNode Method

protected bool RemoveNode(Qt.QLNode arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.RemoveRef(int) Method

protected bool RemoveRef(int arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.RemoveRef() Method

protected bool RemoveRef();

See Also

Qt.QGList Class, Qt Namespace

QGList.Sort Method

protected void Sort();

See Also

Qt.QGList Class, Qt Namespace

QGList.Take Method

protected int Take();

See Also

Qt.QGList Class, Qt Namespace

QGList.TakeAt Method

protected int TakeAt(uint index);

See Also

Qt.QGList Class, Qt Namespace

QGList.TakeFirst Method

protected int TakeFirst();

See Also

Qt.QGList Class, Qt Namespace

QGList.TakeLast Method

protected int TakeLast();

See Also

Qt.QGList Class, Qt Namespace

QGList.TakeNode Method

protected int TakeNode(Qt.QLNode arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.ToVector Method

protected void ToVector(Qt.QGVector arg1);

See Also

Qt.QGList Class, Qt Namespace

QGList.Write(Qt.QDataStream) Method

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

See Also

Qt.QGList Class, Qt Namespace

QGList.Write(Qt.QDataStream, int) Method

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

See Also

Qt.QGList Class, Qt Namespace