public class QGArray: QtSupport, System.IDisposable
System.Object
QtSupport
QGArrayThis type implements System.IDisposable.
Qt Namespace
QGArray Constructors
QGArray() Constructor
QGArray(int, int) Constructor
QGArray(int) Constructor
QGArray(Qt.QGArray) Constructor
QGArray(void *) Constructor
QGArray Methods
QGArray.Assign(Qt.QGArray) Method
QGArray.Assign(System.String, uint) Method
QGArray.At Method
QGArray.Bsearch Method
QGArray.Contains Method
QGArray.Data Method
QGArray.DeleteData Method
QGArray.Detach Method
QGArray.Duplicate(Qt.QGArray) Method
QGArray.Duplicate(System.String, uint) Method
QGArray.Fill Method
QGArray.Finalize Method
QGArray.Find Method
QGArray.IsEqual Method
QGArray.NewData Method
QGArray.Nrefs Method
QGArray.ResetRawData Method
QGArray.Resize Method
QGArray.SetExpand Method
QGArray.SetRawData Method
QGArray.SetSharedBlock Method
QGArray.SharedBlock Method
QGArray.Size Method
QGArray.Sort Method
QGArray.Store Method
public void QGArray();
Qt.QGArray Class, Qt Namespace
protected void QGArray(int arg1, int arg2);
Qt.QGArray Class, Qt Namespace
protected void QGArray(int size);
Qt.QGArray Class, Qt Namespace
protected void QGArray(Qt.QGArray a);
Qt.QGArray Class, Qt Namespace
public void QGArray(void * ptr);
Qt.QGArray Class, Qt Namespace
protected Qt.QGArray Assign(Qt.QGArray a);
Qt.QGArray Class, Qt Namespace
protected Qt.QGArray Assign(System.String d, uint len);
Qt.QGArray Class, Qt Namespace
protected System.String At(uint index);
Qt.QGArray Class, Qt Namespace
protected int Bsearch(System.String d, uint sz);
Qt.QGArray Class, Qt Namespace
protected int Contains(System.String d, uint sz);
Qt.QGArray Class, Qt Namespace
protected System.String Data();
Qt.QGArray Class, Qt Namespace
protected void DeleteData(void * p);
Qt.QGArray Class, Qt Namespace
protected void Detach();
Qt.QGArray Class, Qt Namespace
protected Qt.QGArray Duplicate(Qt.QGArray a);
Qt.QGArray Class, Qt Namespace
protected Qt.QGArray Duplicate(System.String d, uint len);
Qt.QGArray Class, Qt Namespace
protected bool Fill(System.String d, int len, uint sz);
Qt.QGArray Class, Qt Namespace
protected override void Finalize();
Qt.QGArray Class, Qt Namespace
protected int Find(System.String d, uint index, uint sz);
Qt.QGArray Class, Qt Namespace
protected bool IsEqual(Qt.QGArray a);
Qt.QGArray Class, Qt Namespace
protected void * NewData();
Qt.QGArray Class, Qt Namespace
protected uint Nrefs();
Qt.QGArray Class, Qt Namespace
protected void ResetRawData(System.String d, uint len);
Qt.QGArray Class, Qt Namespace
protected bool Resize(uint newsize);
Qt.QGArray Class, Qt Namespace
protected bool SetExpand(uint index, System.String d, uint sz);
Qt.QGArray Class, Qt Namespace
protected Qt.QGArray SetRawData(System.String d, uint len);
Qt.QGArray Class, Qt Namespace
protected void SetSharedBlock(void * p);
Qt.QGArray Class, Qt Namespace
protected void * SharedBlock();
Qt.QGArray Class, Qt Namespace
protected uint Size();
Qt.QGArray Class, Qt Namespace
protected void Sort(uint sz);
Qt.QGArray Class, Qt Namespace
protected void Store(System.String d, uint len);
Qt.QGArray Class, Qt Namespace