상속: Object, IDisposable
예제 #1
0
 public void AppendOutside(QWebElement element)
 {
     interceptor.Invoke("appendOutside#", "appendOutside(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }
예제 #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);
 }
예제 #3
0
 public QWebElement(QWebElement arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QWebElement#", "QWebElement(const QWebElement&)", typeof(void), typeof(QWebElement), arg1);
 }
예제 #4
0
 public void Replace(QWebElement element)
 {
     interceptor.Invoke("replace#", "replace(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }
예제 #5
0
 public void PrependInside(QWebElement element)
 {
     interceptor.Invoke("prependInside#", "prependInside(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }
예제 #6
0
 public void EncloseWith(QWebElement element)
 {
     interceptor.Invoke("encloseWith#", "encloseWith(const QWebElement&)", typeof(void), typeof(QWebElement), element);
 }