Inheritance: Object, IDisposable
Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 3
0
 public static void Remove(QPixmapCache.Key key)
 {
     staticInterceptor.Invoke("remove#", "remove(const QPixmapCache::Key&)", typeof(void), typeof(QPixmapCache.Key), key);
 }
Ejemplo n.º 4
0
 public Key(QPixmapCache.Key other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("Key#", "Key(const QPixmapCache::Key&)", typeof(void), typeof(QPixmapCache.Key), other);
 }