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