public class QGDict: QPtrCollection, System.IDisposable
System.Object
QtSupport
QPtrCollection
QGDictThis type implements System.IDisposable.
Qt Namespace
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
protected void QGDict(uint len, KeyType kt, bool cs, bool ck);
Qt.QGDict Class, Qt Namespace
protected void QGDict(Qt.QGDict arg1);
Qt.QGDict Class, Qt Namespace
public void QGDict(void * ptr);
Qt.QGDict Class, Qt Namespace
protected void Clear();
Qt.QGDict Class, Qt Namespace
public uint Count();
Qt.QGDict Class, Qt Namespace
protected override void Finalize();
Qt.QGDict Class, Qt Namespace
protected int HashKeyAscii(System.String arg1);
Qt.QGDict Class, Qt Namespace
protected int HashKeyString(System.String arg1);
Qt.QGDict Class, Qt Namespace
public int Look_ascii(System.String key, int arg1, int arg2);
Qt.QGDict Class, Qt Namespace
public int Look_int(long key, int arg1, int arg2);
Qt.QGDict Class, Qt Namespace
public int Look_ptr(int[] key, int arg1, int arg2);
Qt.QGDict Class, Qt Namespace
public int Look_string(System.String key, int arg1, int arg2);
Qt.QGDict Class, Qt Namespace
public Qt.QDataStream Read(Qt.QDataStream arg1);
Qt.QGDict Class, Qt Namespace
protected Qt.QDataStream Read(Qt.QDataStream arg1, int arg2);
Qt.QGDict Class, Qt Namespace
protected bool Remove_ascii(System.String key, int item);
Qt.QGDict Class, Qt Namespace
protected bool Remove_ascii(System.String key);
Qt.QGDict Class, Qt Namespace
protected bool Remove_int(long key, int item);
Qt.QGDict Class, Qt Namespace
protected bool Remove_int(long key);
Qt.QGDict Class, Qt Namespace
protected bool Remove_ptr(int[] key, int item);
Qt.QGDict Class, Qt Namespace
protected bool Remove_ptr(int[] key);
Qt.QGDict Class, Qt Namespace
protected bool Remove_string(System.String key, int item);
Qt.QGDict Class, Qt Namespace
protected bool Remove_string(System.String key);
Qt.QGDict Class, Qt Namespace
protected void Resize(uint arg1);
Qt.QGDict Class, Qt Namespace
public uint Size();
Qt.QGDict Class, Qt Namespace
protected void Statistics();
Qt.QGDict Class, Qt Namespace
protected int Take_ascii(System.String key);
Qt.QGDict Class, Qt Namespace
protected int Take_int(long key);
Qt.QGDict Class, Qt Namespace
protected int Take_ptr(int[] key);
Qt.QGDict Class, Qt Namespace
protected int Take_string(System.String key);
Qt.QGDict Class, Qt Namespace
public Qt.QDataStream Write(Qt.QDataStream arg1);
Qt.QGDict Class, Qt Namespace
protected Qt.QDataStream Write(Qt.QDataStream arg1, int arg2);
Qt.QGDict Class, Qt Namespace