Пример #1
0
 public static QPixmap webGraphic(QWebSettings.WebGraphic type)
 {
     return((QPixmap)staticInterceptor.Invoke("webGraphic$", "webGraphic(QWebSettings::WebGraphic)", typeof(QPixmap), typeof(QWebSettings.WebGraphic), type));
 }
Пример #2
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);
 }