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

wrapped QRect
author eldar
date Wed, 13 May 2009 23:40:31 +0000
parents 323efbe5c2f7
children cf8a415f3f32
comparison
equal deleted inserted replaced
5:834feae7809b 6:374a61671448
1082 1082
1083 public final void drawPoints(QPointF[] points) { 1083 public final void drawPoints(QPointF[] points) {
1084 qtd_QPainter_drawPoints_nativepointerQPointF_int(nativeId, points.ptr, points.length); 1084 qtd_QPainter_drawPoints_nativepointerQPointF_int(nativeId, points.ptr, points.length);
1085 } 1085 }
1086 1086
1087 public final void drawRects(QRect[] rects) {
1088 qtd_QPainter_drawRects_nativepointerQRect_int(nativeId, rects.ptr, rects.length);
1089 }
1090
1091 public final void drawRects(QRectF[] rects) {
1092 qtd_QPainter_drawRects_nativepointerQRectF_int(nativeId, rects.ptr, rects.length);
1093 }
1087 /* 1094 /*
1088 public static QPaintDeviceInterface redirected(QPaintDeviceInterface device, qt.core.QPoint offset) { 1095 public static QPaintDeviceInterface redirected(QPaintDeviceInterface device, qt.core.QPoint offset) {
1089 return redirected(device, offset == null ? null : offset.nativePointer()); 1096 return redirected(device, offset == null ? null : offset.nativePointer());
1090 } 1097 }
1091 1098