Qt.QGDict Class

public class QGDict: QPtrCollection, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QGDict

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGDict Constructors

QGDict(uint, KeyType, bool, bool) Constructor
QGDict(Qt.QGDict) Constructor
QGDict(void *) Constructor

QGDict Methods

QGDict.Clear Method
QGDict.Count Method
QGDict.Finalize Method
QGDict.HashKeyAscii Method
QGDict.HashKeyString Method
QGDict.Look_ascii Method
QGDict.Look_int Method
QGDict.Look_ptr Method
QGDict.Look_string Method
QGDict.Read(Qt.QDataStream) Method
QGDict.Read(Qt.QDataStream, int) Method
QGDict.Remove_ascii(System.String, int) Method
QGDict.Remove_ascii(System.String) Method
QGDict.Remove_int(long, int) Method
QGDict.Remove_int(long) Method
QGDict.Remove_ptr(int[], int) Method
QGDict.Remove_ptr(int[]) Method
QGDict.Remove_string(System.String, int) Method
QGDict.Remove_string(System.String) Method
QGDict.Resize Method
QGDict.Size Method
QGDict.Statistics Method
QGDict.Take_ascii Method
QGDict.Take_int Method
QGDict.Take_ptr Method
QGDict.Take_string Method
QGDict.Write(Qt.QDataStream) Method
QGDict.Write(Qt.QDataStream, int) Method


QGDict(uint, KeyType, bool, bool) Constructor

protected void QGDict(uint len, KeyType kt, bool cs, bool ck);

See Also

Qt.QGDict Class, Qt Namespace

QGDict(Qt.QGDict) Constructor

protected void QGDict(Qt.QGDict arg1);

See Also

Qt.QGDict Class, Qt Namespace

QGDict(void *) Constructor

public void QGDict(void * ptr);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Clear Method

protected void Clear();

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Count Method

public uint Count();

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Finalize Method

protected override void Finalize();

See Also

Qt.QGDict Class, Qt Namespace

QGDict.HashKeyAscii Method

protected int HashKeyAscii(System.String arg1);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.HashKeyString Method

protected int HashKeyString(System.String arg1);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Look_ascii Method

public int Look_ascii(System.String key, int arg1, int arg2);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Look_int Method

public int Look_int(long key, int arg1, int arg2);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Look_ptr Method

public int Look_ptr(int[] key, int arg1, int arg2);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Look_string Method

public int Look_string(System.String key, int arg1, int arg2);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Read(Qt.QDataStream) Method

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

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Read(Qt.QDataStream, int) Method

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

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_ascii(System.String, int) Method

protected bool Remove_ascii(System.String key, int item);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_ascii(System.String) Method

protected bool Remove_ascii(System.String key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_int(long, int) Method

protected bool Remove_int(long key, int item);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_int(long) Method

protected bool Remove_int(long key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_ptr(int[], int) Method

protected bool Remove_ptr(int[] key, int item);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_ptr(int[]) Method

protected bool Remove_ptr(int[] key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_string(System.String, int) Method

protected bool Remove_string(System.String key, int item);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Remove_string(System.String) Method

protected bool Remove_string(System.String key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Resize Method

protected void Resize(uint arg1);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Size Method

public uint Size();

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Statistics Method

protected void Statistics();

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Take_ascii Method

protected int Take_ascii(System.String key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Take_int Method

protected int Take_int(long key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Take_ptr Method

protected int Take_ptr(int[] key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Take_string Method

protected int Take_string(System.String key);

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Write(Qt.QDataStream) Method

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

See Also

Qt.QGDict Class, Qt Namespace

QGDict.Write(Qt.QDataStream, int) Method

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

See Also

Qt.QGDict Class, Qt Namespace