public class QValueList: QtSupport, System.IDisposable
System.Object
QtSupport
QValueListThis type implements System.IDisposable.
Qt Namespace
QValueList Constructors
QValueList() Constructor
QValueList(void *) Constructor
QValueList Methods
QValueList.Append Method
QValueList.At Method
QValueList.Back Method
QValueList.Begin Method
QValueList.Clear Method
QValueList.Contains Method
QValueList.Count Method
QValueList.Detach Method
QValueList.Empty Method
QValueList.End Method
QValueList.Erase(void *) Method
QValueList.Erase(void *, void *) Method
QValueList.Finalize Method
QValueList.Find(void *) Method
QValueList.Find(void *, void *) Method
QValueList.FindIndex Method
QValueList.First Method
QValueList.FromLast Method
QValueList.Front Method
QValueList.Insert(void *, void *) Method
QValueList.Insert(void *, int, void *) Method
QValueList.IsEmpty Method
QValueList.Last Method
QValueList.Pop_back Method
QValueList.Pop_front Method
QValueList.Prepend Method
QValueList.Push_back Method
QValueList.Push_front Method
QValueList.Remove Method
QValueList.Size Method
public void QValueList();
Qt.QValueList Class, Qt Namespace
public void QValueList(void * ptr);
Qt.QValueList Class, Qt Namespace
public void * Append(void * x);
Qt.QValueList Class, Qt Namespace
public void * At(int i);
Qt.QValueList Class, Qt Namespace
public void * Back();
Qt.QValueList Class, Qt Namespace
public void * Begin();
Qt.QValueList Class, Qt Namespace
public void Clear();
Qt.QValueList Class, Qt Namespace
public int Contains(void * x);
Qt.QValueList Class, Qt Namespace
public int Count();
Qt.QValueList Class, Qt Namespace
protected void Detach();
Qt.QValueList Class, Qt Namespace
public bool Empty();
Qt.QValueList Class, Qt Namespace
public void * End();
Qt.QValueList Class, Qt Namespace
public void * Erase(void * pos);
Qt.QValueList Class, Qt Namespace
public void * Erase(void * first, void * last);
Qt.QValueList Class, Qt Namespace
protected override void Finalize();
Qt.QValueList Class, Qt Namespace
public void * Find(void * x);
Qt.QValueList Class, Qt Namespace
public void * Find(void * it, void * x);
Qt.QValueList Class, Qt Namespace
public int FindIndex(void * x);
Qt.QValueList Class, Qt Namespace
public void * First();
Qt.QValueList Class, Qt Namespace
public void * FromLast();
Qt.QValueList Class, Qt Namespace
public void * Front();
Qt.QValueList Class, Qt Namespace
public void * Insert(void * it, void * x);
Qt.QValueList Class, Qt Namespace
public void Insert(void * pos, int n, void * x);
Qt.QValueList Class, Qt Namespace
public bool IsEmpty();
Qt.QValueList Class, Qt Namespace
public void * Last();
Qt.QValueList Class, Qt Namespace
public void Pop_back();
Qt.QValueList Class, Qt Namespace
public void Pop_front();
Qt.QValueList Class, Qt Namespace
public void * Prepend(void * x);
Qt.QValueList Class, Qt Namespace
public void Push_back(void * x);
Qt.QValueList Class, Qt Namespace
public void Push_front(void * x);
Qt.QValueList Class, Qt Namespace
public uint Remove(void * x);
Qt.QValueList Class, Qt Namespace
public int Size();
Qt.QValueList Class, Qt Namespace