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