Inheritance: Object, IDisposable
Esempio n. 1
0
 public static void RemoveDatabase(QWebDatabase arg1)
 {
     staticInterceptor.Invoke("removeDatabase#", "removeDatabase(const QWebDatabase&)", typeof(void), typeof(QWebDatabase), arg1);
 }
Esempio n. 2
0
 public static void RemoveDatabase(QWebDatabase db)
 {
     staticInterceptor.Invoke("removeDatabase#", "removeDatabase(const QWebDatabase&)", typeof(void), typeof(QWebDatabase), db);
 }
Esempio n. 3
0
 public QWebDatabase(QWebDatabase other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QWebDatabase#", "QWebDatabase(const QWebDatabase&)", typeof(void), typeof(QWebDatabase), other);
 }
Esempio n. 4
0
 public QWebDatabase(QWebDatabase other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QWebDatabase#", "QWebDatabase(const QWebDatabase&)", typeof(void), typeof(QWebDatabase), other);
 }