Qt.QGArray Class

public class QGArray: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QGArray

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QGArray() Constructor

public void QGArray();

See Also

Qt.QGArray Class, Qt Namespace

QGArray(int, int) Constructor

protected void QGArray(int arg1, int arg2);

See Also

Qt.QGArray Class, Qt Namespace

QGArray(int) Constructor

protected void QGArray(int size);

See Also

Qt.QGArray Class, Qt Namespace

QGArray(Qt.QGArray) Constructor

protected void QGArray(Qt.QGArray a);

See Also

Qt.QGArray Class, Qt Namespace

QGArray(void *) Constructor

public void QGArray(void * ptr);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Assign(Qt.QGArray) Method

protected Qt.QGArray Assign(Qt.QGArray a);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Assign(System.String, uint) Method

protected Qt.QGArray Assign(System.String d, uint len);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.At Method

protected System.String At(uint index);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Bsearch Method

protected int Bsearch(System.String d, uint sz);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Contains Method

protected int Contains(System.String d, uint sz);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Data Method

protected System.String Data();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.DeleteData Method

protected void DeleteData(void * p);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Detach Method

protected void Detach();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Duplicate(Qt.QGArray) Method

protected Qt.QGArray Duplicate(Qt.QGArray a);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Duplicate(System.String, uint) Method

protected Qt.QGArray Duplicate(System.String d, uint len);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Fill Method

protected bool Fill(System.String d, int len, uint sz);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Finalize Method

protected override void Finalize();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Find Method

protected int Find(System.String d, uint index, uint sz);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.IsEqual Method

protected bool IsEqual(Qt.QGArray a);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.NewData Method

protected void * NewData();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Nrefs Method

protected uint Nrefs();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.ResetRawData Method

protected void ResetRawData(System.String d, uint len);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Resize Method

protected bool Resize(uint newsize);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.SetExpand Method

protected bool SetExpand(uint index, System.String d, uint sz);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.SetRawData Method

protected Qt.QGArray SetRawData(System.String d, uint len);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.SetSharedBlock Method

protected void SetSharedBlock(void * p);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.SharedBlock Method

protected void * SharedBlock();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Size Method

protected uint Size();

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Sort Method

protected void Sort(uint sz);

See Also

Qt.QGArray Class, Qt Namespace

QGArray.Store Method

protected void Store(System.String d, uint len);

See Also

Qt.QGArray Class, Qt Namespace