Qt.QPixmapCache Class

public class QPixmapCache: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QPixmapCache

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPixmapCache Constructors

QPixmapCache Constructor

QPixmapCache Methods

QPixmapCache.CacheLimit Method
QPixmapCache.Clear Method
QPixmapCache.Finalize Method
QPixmapCache.Find(System.String) Method
QPixmapCache.Find(System.String, Qt.QPixmap) Method
QPixmapCache.Insert Method
QPixmapCache.SetCacheLimit Method


QPixmapCache Constructor

public void QPixmapCache(void * ptr);

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.CacheLimit Method

public static int CacheLimit();

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.Clear Method

public static void Clear();

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.Finalize Method

protected override void Finalize();

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.Find(System.String) Method

public static Qt.QPixmap Find(System.String key);

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.Find(System.String, Qt.QPixmap) Method

public static bool Find(System.String key, Qt.QPixmap arg1);

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.Insert Method

public static bool Insert(System.String key, Qt.QPixmap arg1);

See Also

Qt.QPixmapCache Class, Qt Namespace

QPixmapCache.SetCacheLimit Method

public static void SetCacheLimit(int arg1);

See Also

Qt.QPixmapCache Class, Qt Namespace