Example #1
0
 public QWebHistoryItem(QWebHistoryItem other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QWebHistoryItem#", "QWebHistoryItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), other);
 }
Example #2
0
 public QWebHistoryItem(QWebHistoryItem other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QWebHistoryItem#", "QWebHistoryItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), other);
 }
Example #3
0
 public void GoToItem(QWebHistoryItem item)
 {
     interceptor.Invoke("goToItem#", "goToItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), item);
 }
Example #4
0
 public void GoToItem(QWebHistoryItem item)
 {
     interceptor.Invoke("goToItem#", "goToItem(const QWebHistoryItem&)", typeof(void), typeof(QWebHistoryItem), item);
 }