public class QGCache: QPtrCollection, System.IDisposable
System.Object
QtSupport
QPtrCollection
QGCacheThis type implements System.IDisposable.
Qt Namespace
QGCache Constructors
QGCache(int, uint, KeyType, bool, bool) Constructor
QGCache(Qt.QGCache) Constructor
QGCache(void *) Constructor
QGCache Methods
QGCache.Clear Method
QGCache.Count Method
QGCache.Finalize Method
QGCache.Find_other(System.String, bool) Method
QGCache.Find_other(System.String) Method
QGCache.Find_string(System.String, bool) Method
QGCache.Find_string(System.String) Method
QGCache.Insert_other Method
QGCache.Insert_string Method
QGCache.MaxCost Method
QGCache.Remove_other Method
QGCache.Remove_string Method
QGCache.SetMaxCost Method
QGCache.Size Method
QGCache.Statistics Method
QGCache.Take_other Method
QGCache.Take_string Method
QGCache.TotalCost Method
protected void QGCache(int maxCost, uint size, KeyType kt, bool caseSensitive, bool copyKeys);
Qt.QGCache Class, Qt Namespace
protected void QGCache(Qt.QGCache arg1);
Qt.QGCache Class, Qt Namespace
public void QGCache(void * ptr);
Qt.QGCache Class, Qt Namespace
protected void Clear();
Qt.QGCache Class, Qt Namespace
protected uint Count();
Qt.QGCache Class, Qt Namespace
protected override void Finalize();
Qt.QGCache Class, Qt Namespace
protected int Find_other(System.String key, bool Q_ref);
Qt.QGCache Class, Qt Namespace
protected int Find_other(System.String key);
Qt.QGCache Class, Qt Namespace
protected int Find_string(System.String key, bool Q_ref);
Qt.QGCache Class, Qt Namespace
protected int Find_string(System.String key);
Qt.QGCache Class, Qt Namespace
protected bool Insert_other(System.String key, int arg1, int cost, int priority);
Qt.QGCache Class, Qt Namespace
protected bool Insert_string(System.String key, int arg1, int cost, int priority);
Qt.QGCache Class, Qt Namespace
protected int MaxCost();
Qt.QGCache Class, Qt Namespace
protected bool Remove_other(System.String key);
Qt.QGCache Class, Qt Namespace
protected bool Remove_string(System.String key);
Qt.QGCache Class, Qt Namespace
protected void SetMaxCost(int maxCost);
Qt.QGCache Class, Qt Namespace
protected uint Size();
Qt.QGCache Class, Qt Namespace
protected void Statistics();
Qt.QGCache Class, Qt Namespace
protected int Take_other(System.String key);
Qt.QGCache Class, Qt Namespace
protected int Take_string(System.String key);
Qt.QGCache Class, Qt Namespace
protected int TotalCost();
Qt.QGCache Class, Qt Namespace