Qt.QGCache Class

public class QGCache: QPtrCollection, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QGCache

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QGCache(int, uint, KeyType, bool, bool) Constructor

protected void QGCache(int maxCost, uint size, KeyType kt, bool caseSensitive, bool copyKeys);

See Also

Qt.QGCache Class, Qt Namespace

QGCache(Qt.QGCache) Constructor

protected void QGCache(Qt.QGCache arg1);

See Also

Qt.QGCache Class, Qt Namespace

QGCache(void *) Constructor

public void QGCache(void * ptr);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Clear Method

protected void Clear();

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Count Method

protected uint Count();

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Finalize Method

protected override void Finalize();

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Find_other(System.String, bool) Method

protected int Find_other(System.String key, bool Q_ref);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Find_other(System.String) Method

protected int Find_other(System.String key);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Find_string(System.String, bool) Method

protected int Find_string(System.String key, bool Q_ref);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Find_string(System.String) Method

protected int Find_string(System.String key);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Insert_other Method

protected bool Insert_other(System.String key, int arg1, int cost, int priority);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Insert_string Method

protected bool Insert_string(System.String key, int arg1, int cost, int priority);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.MaxCost Method

protected int MaxCost();

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Remove_other Method

protected bool Remove_other(System.String key);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Remove_string Method

protected bool Remove_string(System.String key);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.SetMaxCost Method

protected void SetMaxCost(int maxCost);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Size Method

protected uint Size();

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Statistics Method

protected void Statistics();

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Take_other Method

protected int Take_other(System.String key);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.Take_string Method

protected int Take_string(System.String key);

See Also

Qt.QGCache Class, Qt Namespace

QGCache.TotalCost Method

protected int TotalCost();

See Also

Qt.QGCache Class, Qt Namespace