diff generator/typesystem_gui-java.java @ 6:374a61671448

wrapped QRect
author eldar
date Wed, 13 May 2009 23:40:31 +0000
parents 323efbe5c2f7
children cf8a415f3f32
line wrap: on
line diff
--- a/generator/typesystem_gui-java.java	Wed May 13 19:45:58 2009 +0000
+++ b/generator/typesystem_gui-java.java	Wed May 13 23:40:31 2009 +0000
@@ -1084,6 +1084,13 @@
         qtd_QPainter_drawPoints_nativepointerQPointF_int(nativeId, points.ptr, points.length);
     }
     
+    public final void drawRects(QRect[] rects) {
+        qtd_QPainter_drawRects_nativepointerQRect_int(nativeId, rects.ptr, rects.length);
+    }
+
+    public final void drawRects(QRectF[] rects) {
+        qtd_QPainter_drawRects_nativepointerQRectF_int(nativeId, rects.ptr, rects.length);
+    }
 /*
     public static QPaintDeviceInterface redirected(QPaintDeviceInterface device, qt.core.QPoint offset) {
         return redirected(device, offset == null ? null : offset.nativePointer());