public static bool Replace(QPixmapCache.Key key, QPixmap pixmap) { return (bool) staticInterceptor.Invoke("replace##", "replace(const QPixmapCache::Key&, const QPixmap&)", typeof(bool), typeof(QPixmapCache.Key), key, typeof(QPixmap), pixmap); }
public static bool Find(QPixmapCache.Key key, QPixmap pixmap) { return (bool) staticInterceptor.Invoke("find##", "find(const QPixmapCache::Key&, QPixmap*)", typeof(bool), typeof(QPixmapCache.Key), key, typeof(QPixmap), pixmap); }
public static void Remove(QPixmapCache.Key key) { staticInterceptor.Invoke("remove#", "remove(const QPixmapCache::Key&)", typeof(void), typeof(QPixmapCache.Key), key); }
public Key(QPixmapCache.Key other) : this((Type) null) { CreateProxy(); interceptor.Invoke("Key#", "Key(const QPixmapCache::Key&)", typeof(void), typeof(QPixmapCache.Key), other); }