Beispiel #1
0
 public void SetAttribute(QWebSettings.WebAttribute attr, bool on)
 {
     interceptor.Invoke("setAttribute$$", "setAttribute(QWebSettings::WebAttribute, bool)", typeof(void), typeof(QWebSettings.WebAttribute), attr, typeof(bool), on);
 }
Beispiel #2
0
 public bool TestAttribute(QWebSettings.WebAttribute attr)
 {
     return((bool)interceptor.Invoke("testAttribute$", "testAttribute(QWebSettings::WebAttribute) const", typeof(bool), typeof(QWebSettings.WebAttribute), attr));
 }
Beispiel #3
0
 public void ResetAttribute(QWebSettings.WebAttribute attr)
 {
     interceptor.Invoke("resetAttribute$", "resetAttribute(QWebSettings::WebAttribute)", typeof(void), typeof(QWebSettings.WebAttribute), attr);
 }