Inheritance: Object, IDisposable
Esempio n. 1
0
 public void AppendOutside(QWebElement element)
 {
     interceptor.Invoke("appendOutside#", "appendOutside(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }
Esempio n. 2
0
 public string StyleProperty(string name, QWebElement.StyleResolveStrategy strategy)
 {
     return (string) interceptor.Invoke("styleProperty$$", "styleProperty(const QString&, QWebElement::StyleResolveStrategy) const", typeof(string), typeof(string), name, typeof(QWebElement.StyleResolveStrategy), strategy);
 }
Esempio n. 3
0
 public QWebElement(QWebElement arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QWebElement#", "QWebElement(const QWebElement&)", typeof(void), typeof(QWebElement), arg1);
 }
Esempio n. 4
0
 public void Replace(QWebElement element)
 {
     interceptor.Invoke("replace#", "replace(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }
Esempio n. 5
0
 public void PrependInside(QWebElement element)
 {
     interceptor.Invoke("prependInside#", "prependInside(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }
Esempio n. 6
0
 public void EncloseWith(QWebElement element)
 {
     interceptor.Invoke("encloseWith#", "encloseWith(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }