Example #1
0
 public void SetFontSize(QWebSettings.FontSize type, int size)
 {
     interceptor.Invoke("setFontSize$$", "setFontSize(QWebSettings::FontSize, int)", typeof(void), typeof(QWebSettings.FontSize), type, typeof(int), size);
 }
Example #2
0
 public bool TestAttribute(QWebSettings.WebAttribute attr)
 {
     return (bool) interceptor.Invoke("testAttribute$", "testAttribute(QWebSettings::WebAttribute) const", typeof(bool), typeof(QWebSettings.WebAttribute), attr);
 }
Example #3
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);
 }
Example #4
0
 public void SetFontFamily(QWebSettings.FontFamily which, string family)
 {
     interceptor.Invoke("setFontFamily$$", "setFontFamily(QWebSettings::FontFamily, const QString&)", typeof(void), typeof(QWebSettings.FontFamily), which, typeof(string), family);
 }
Example #5
0
 public void ResetFontFamily(QWebSettings.FontFamily which)
 {
     interceptor.Invoke("resetFontFamily$", "resetFontFamily(QWebSettings::FontFamily)", typeof(void), typeof(QWebSettings.FontFamily), which);
 }
Example #6
0
 public void ResetFontSize(QWebSettings.FontSize type)
 {
     interceptor.Invoke("resetFontSize$", "resetFontSize(QWebSettings::FontSize)", typeof(void), typeof(QWebSettings.FontSize), type);
 }
Example #7
0
 public void ResetAttribute(QWebSettings.WebAttribute attr)
 {
     interceptor.Invoke("resetAttribute$", "resetAttribute(QWebSettings::WebAttribute)", typeof(void), typeof(QWebSettings.WebAttribute), attr);
 }
Example #8
0
 public int fontSize(QWebSettings.FontSize type)
 {
     return (int) interceptor.Invoke("fontSize$", "fontSize(QWebSettings::FontSize) const", typeof(int), typeof(QWebSettings.FontSize), type);
 }
Example #9
0
 public string fontFamily(QWebSettings.FontFamily which)
 {
     return (string) interceptor.Invoke("fontFamily$", "fontFamily(QWebSettings::FontFamily) const", typeof(string), typeof(QWebSettings.FontFamily), which);
 }
Example #10
0
 public static QPixmap webGraphic(QWebSettings.WebGraphic type)
 {
     return (QPixmap) staticInterceptor.Invoke("webGraphic$", "webGraphic(QWebSettings::WebGraphic)", typeof(QPixmap), typeof(QWebSettings.WebGraphic), type);
 }
Example #11
0
 public static void SetWebGraphic(QWebSettings.WebGraphic type, QPixmap graphic)
 {
     staticInterceptor.Invoke("setWebGraphic$#", "setWebGraphic(QWebSettings::WebGraphic, const QPixmap&)", typeof(void), typeof(QWebSettings.WebGraphic), type, typeof(QPixmap), graphic);
 }