summaryrefslogtreecommitdiffstats
path: root/python/pyqt/sip/qt/qpainter.sip
blob: 64a82f3b118bbc0bea69b83070723dc8ba7263e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
// This is the SIP interface definition for QPainter.
//
// Copyright (c) 2007
// 	Riverbank Computing Limited <info@riverbankcomputing.co.uk>
// 
// This file is part of PyQt.
// 
// This copy of PyQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
// 
// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
// details.
// 
// You should have received a copy of the GNU General Public License along with
// PyQt; see the file LICENSE.  If not, write to the Free Software Foundation,
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


%ExportedDoc
<Sect2><Title>QPainter</Title>
<FuncSynopsis>
        <FuncDef>QRect <Function>boundingRect</Function></FuncDef>
        <ParamDef>int <Parameter>x</Parameter></ParamDef>
        <ParamDef>int <Parameter>y</Parameter></ParamDef>
        <ParamDef>int <Parameter>w</Parameter></ParamDef>
        <ParamDef>int <Parameter>h</Parameter></ParamDef>
        <ParamDef>int <Parameter>flags</Parameter></ParamDef>
        <ParamDef>const char *<Parameter>str</Parameter></ParamDef>
        <ParamDef>int <Parameter>len</Parameter> = -1</ParamDef>
        <ParamDef>char **<Parameter>intern</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
The <Literal>intern</Literal> parameter is not supported.
</Para>

<FuncSynopsis>
        <FuncDef>QRect <Function>boundingRect</Function></FuncDef>
        <ParamDef>const QRect&</ParamDef>
        <ParamDef>int <Parameter>flags</Parameter></ParamDef>
        <ParamDef>const char *<Parameter>str</Parameter></ParamDef>
        <ParamDef>int <Parameter>len</Parameter> = -1</ParamDef>
        <ParamDef>char **<Parameter>intern</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
The <Literal>intern</Literal> parameter is not supported.
</Para>

<FuncSynopsis>
        <FuncDef>void <Function>drawText</Function></FuncDef>
        <ParamDef>int <Parameter>x</Parameter></ParamDef>
        <ParamDef>int <Parameter>y</Parameter></ParamDef>
        <ParamDef>int <Parameter>w</Parameter></ParamDef>
        <ParamDef>int <Parameter>h</Parameter></ParamDef>
        <ParamDef>int <Parameter>flags</Parameter></ParamDef>
        <ParamDef>const char *<Parameter>str</Parameter></ParamDef>
        <ParamDef>int <Parameter>len</Parameter> = -1</ParamDef>
        <ParamDef>QRect *<Parameter>br</Parameter> = 0</ParamDef>
        <ParamDef>char **<Parameter>intern</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
The <Literal>intern</Literal> parameter is not supported.
</Para>

<FuncSynopsis>
        <FuncDef>void <Function>drawText</Function></FuncDef>
        <ParamDef>const QRect&</ParamDef>
        <ParamDef>int <Parameter>flags</Parameter></ParamDef>
        <ParamDef>const char *<Parameter>str</Parameter></ParamDef>
        <ParamDef>int <Parameter>len</Parameter> = -1</ParamDef>
        <ParamDef>QRect *<Parameter>br</Parameter> = 0</ParamDef>
        <ParamDef>char **<Parameter>intern</Parameter> = 0</ParamDef>
</FuncSynopsis>
<Para>
The <Literal>intern</Literal> parameter is not supported.
</Para>

<FuncSynopsis>
        <FuncDef>void <Function>setTabArray</Function></FuncDef>
        <ParamDef>int *<Parameter>ta</Parameter></ParamDef>
</FuncSynopsis>
<Para>
This takes a single parameter which is a list of tab stops.
</Para>

<FuncSynopsis>
        <FuncDef>int *<Function>tabArray</Function></FuncDef>
        <ParamDef></ParamDef>
</FuncSynopsis>
<Para>
This returns a list of tab stops.
</Para>
</Sect2>
%End


%If (- Qt_2_00)

%ModuleHeaderCode
#include <qpainter.h>
%End

enum BGMode {
	TransparentMode,
	OpaqueMode
};

enum PaintUnit {
	PixelUnit,
	LoMetricUnit,
	HiMetricUnit,
	LoEnglishUnit,
	HiEnglishUnit,
	TwipsUnit
};


class QPainter
{
%TypeHeaderCode
#include <qpainter.h>
%End

public:
	QPainter();
	QPainter(const QPaintDevice *);
	QPainter(const QPaintDevice *,const QWidget *);

	bool begin(const QPaintDevice *);
	bool begin(const QPaintDevice *,const QWidget *);
	bool end();
	QPaintDevice *device() const;

	static void redirect(QPaintDevice *,QPaintDevice *);
%If (Qt_3_2_0 -)
	static QPaintDevice *redirect(QPaintDevice *);
%End

	bool isActive() const;
	void flush();
	void save();
	void restore();
	QFontMetrics fontMetrics() const;
	QFontInfo fontInfo() const;
	const QFont &font() const;
	void setFont(const QFont&);
	const QPen &pen() const;
	void setPen(const QPen &);
	void setPen(PenStyle);
	void setPen(const QColor &);
	const QBrush &brush() const;
	void setBrush(const QBrush &);
	void setBrush(BrushStyle);
	void setBrush(const QColor &);
	const QColor &backgroundColor() const;
	void setBackgroundColor(const QColor &);
	BGMode backgroundMode() const;
	void setBackgroundMode(BGMode);
	RasterOp rasterOp() const;
	void setRasterOp(RasterOp);
	const QPoint &brushOrigin() const;
	void setBrushOrigin(int,int);
	void setBrushOrigin(const QPoint &);

	bool hasViewXForm() const;
	bool hasWorldXForm() const;

	void setViewXForm(bool);
	QRect window() const;
	void setWindow(const QRect &);
	void setWindow(int,int,int,int);
	QRect viewport() const;
	void setViewport(const QRect &);
	void setViewport(int,int,int,int);

	void setWorldXForm(bool);
	const QWMatrix &worldMatrix() const;
	void setWorldMatrix(const QWMatrix &,bool = 0);

	void scale(float,float);
	void shear(float,float);
	void rotate(float);

	void translate(float,float);
	void resetXForm();

	QPoint xForm(QPoint &) const;
	QRect xForm(QRect &) const;
	QPointArray xForm(QPointArray &) const;
	QPointArray xForm(QPointArray &,int,int) const;
	QPoint xFormDev(QPoint &) const;
	QRect xFormDev(QRect &) const;
	QPointArray xFormDev(QPointArray &) const;
	QPointArray xFormDev(QPointArray &,int,int) const;
	void setClipping(bool);
	bool hasClipping() const;
	const QRegion &clipRegion() const;
	void setClipRect(const QRect &);
	void setClipRect(int,int,int,int);
	void setClipRegion(const QRegion &);
	void drawPoint(int,int);
	void drawPoint(const QPoint &);
	void drawPoints(const QPointArray &,int,int = -1);
	void moveTo(int,int);
	void moveTo(const QPoint &);
	void lineTo(int,int);
	void lineTo(const QPoint &);
	void drawLine(int,int,int,int);
	void drawLine(const QPoint &,const QPoint &);
	void drawRect(int,int,int,int);
	void drawRect(const QRect &);
	void drawWinFocusRect(int,int,int,int);
	void drawWinFocusRect(int,int,int,int,const QColor &);
	void drawWinFocusRect(const QRect &);
	void drawWinFocusRect(const QRect &,const QColor &);
	void drawRoundRect(int,int,int,int,int,int);
	void drawRoundRect(const QRect &,int,int);
	void drawEllipse(int,int,int,int);
	void drawEllipse(const QRect &);
	void drawArc(int,int,int,int,int,int);
	void drawArc(const QRect &,int,int);
	void drawPie(int,int,int,int,int,int);
	void drawPie(const QRect &,int,int);
	void drawChord(int,int,int,int,int,int);
	void drawChord(const QRect &,int,int);
	void drawLineSegments(const QPointArray &,int = 0,int = -1);
	void drawPolyline(const QPointArray &,int = 0,int = -1);
	void drawPolygon(const QPointArray &,bool = 0,int = 0,int = -1);
	void drawQuadBezier(const QPointArray &,int = 0);
	void drawPixmap(int,int,const QPixmap &,int = 0,int = 0,int = -1,int = -1);
	void drawPixmap(const QPoint &,const QPixmap &,const QRect &);
	void drawPixmap(const QPoint &,const QPixmap &);
	void drawImage(int,int,const QImage &,int = 0,int = 0,int = -1,int = -1);
	void drawImage(const QPoint &,const QImage &,const QRect &);
	void drawImage(const QPoint &,const QImage &);
	void drawTiledPixmap(int,int,int,int,const QPixmap &,int = 0,int = 0);
	void drawTiledPixmap(const QRect &,const QPixmap &,const QPoint &);
	void drawTiledPixmap(const QRect &,const QPixmap &);
	void drawPicture(const QPicture &);
	void fillRect(int,int,int,int,const QBrush &);
	void fillRect(const QRect &,const QBrush &);
	void eraseRect(int,int,int,int);
	void eraseRect(const QRect &);
	void drawText(int,int,char *,int = -1);
	void drawText(const QPoint &,const char *,int = -1);
	void drawText(int,int,int,int,int,const char *,int = -1,QRect * = 0);
	void drawText(const QRect &,int,const char *,int = -1,QRect * = 0);

%If (Qt_3_2_0 -)
	void drawTextItem(int,int,const QTextItem &,int = 0);
	void drawTextItem(const QPoint &,const QTextItem &,int = 0);
%End

	QRect boundingRect(int,int,int,int,int,const char *,int = -1);
	QRect boundingRect(const QRect &,int,const char *,int = -1);

	int tabStops() const;
	void setTabStops(int);

	SIP_PYLIST tabArray() const;
%MethodCode
		int *tabs;

		Py_BEGIN_ALLOW_THREADS
		tabs = sipCpp -> tabArray();
		Py_END_ALLOW_THREADS

		int len = 0;

		if (tabs)
		{
			int *tp = tabs;

			do
				++len;
			while (*tp++ != 0);
		}

		if ((sipRes = PyList_New(len)) == NULL)
			sipIsErr = 1;
		else if (tabs)
		{
			int *tp = tabs;

			len = 0;

			do
			{
				if (PyList_SET_ITEM(sipRes,len,PyInt_FromLong((long)*tp)) < 0)
				{
					Py_DECREF(sipRes);
					sipIsErr = 1;
					break;
				}

				++len;
			}
			while (*tp++ != 0);
		}
%End

	void setTabArray(SIP_PYLIST);
%MethodCode
		int len, *tabs;

		len = PyList_GET_SIZE(a0);

		// Allocate space for the array.  Note, this memory is never
		// reclaimed.
		if ((tabs = (int *)sipMalloc(len * sizeof (int))) == NULL)
			sipIsErr = 1;
		else
		{
			// Convert the list.

			int *tp = tabs;

			for (int i = 0; i < len; ++i)
			{
				*tp++ = (int)PyInt_AsLong(PyList_GET_ITEM(a0,i));

				if (PyErr_Occurred() != NULL)
				{
					sipFree((ANY *)tabs);
					sipIsErr = 1;
					break;
				}
			}

			if (!sipIsErr)
			{
				Py_BEGIN_ALLOW_THREADS
				sipCpp -> setTabArray(tabs);
				Py_END_ALLOW_THREADS
			}
		}
%End

	HANDLE handle() const;
	static void initialize();
	static void cleanup();

private:
	QPainter(const QPainter &);
};

%End

%If (Qt_2_00 -)

class QPainter : Qt
{
%TypeHeaderCode
#include <qpainter.h>
%End

public:
%If (Qt_3_0_0 -)
	enum CoordinateMode {
		CoordDevice,
		CoordPainter
	};
%End

	QPainter();
%If (- Qt_3_0_0)
	QPainter(const QPaintDevice *);
	QPainter(const QPaintDevice *,const QWidget *);
%End
%If (Qt_3_0_0 -)
	QPainter(const QPaintDevice *,bool = 0);
	QPainter(const QPaintDevice *,const QWidget *,bool = 0);
%End

%If (- Qt_3_0_0)
	bool begin(const QPaintDevice *);
	bool begin(const QPaintDevice *,const QWidget *);
%End
%If (Qt_3_0_0 -)
	bool begin(const QPaintDevice *,bool = 0);
	bool begin(const QPaintDevice *,const QWidget *,bool = 0);
%End
	bool end();
	QPaintDevice *device() const;

	static void redirect(QPaintDevice *,QPaintDevice *);

	bool isActive() const;

%If (Qt_3_0_0 -)
	void flush(const QRegion &,CoordinateMode = CoordDevice);
%End
	void flush();
	void save();
	void restore();

	QFontMetrics fontMetrics() const;
	QFontInfo fontInfo() const;

	const QFont &font() const;
	void setFont(const QFont&);
	const QPen &pen() const;
	void setPen(const QPen &);
	void setPen(PenStyle);
	void setPen(const QColor &);
	const QBrush &brush() const;
	void setBrush(const QBrush &);
	void setBrush(BrushStyle);
	void setBrush(const QColor &);
%If (Qt_2_1_0 -)
	// The omission of this from Qt/Embedded is probably a bug.
%End

	const QColor &backgroundColor() const;
	void setBackgroundColor(const QColor &);
	BGMode backgroundMode() const;
	void setBackgroundMode(BGMode);
	RasterOp rasterOp() const;
	void setRasterOp(RasterOp);
	const QPoint &brushOrigin() const;
	void setBrushOrigin(int,int);
	void setBrushOrigin(const QPoint &);

	bool hasViewXForm() const;
	bool hasWorldXForm() const;

%If (Qt_TRANSFORMATIONS)
	void setViewXForm(bool);
	QRect window() const;
	void setWindow(const QRect &);
	void setWindow(int,int,int,int);
	QRect viewport() const;
	void setViewport(const QRect &);
	void setViewport(int,int,int,int);

	void setWorldXForm(bool);
	const QWMatrix &worldMatrix() const;
	void setWorldMatrix(const QWMatrix &,bool = 0);

	void saveWorldMatrix();
	void restoreWorldMatrix();

	void scale(double,double);
	void shear(double,double);
	void rotate(double);
%End
	void translate(double,double);
	void resetXForm();
%If (Qt_3_0_0 -)
	double translationX() const;
	double translationY() const;
%End

	QPoint xForm(const QPoint &) const;
	QRect xForm(const QRect &) const;
	QPointArray xForm(const QPointArray &) const;
	QPointArray xForm(const QPointArray &,int,int) const;
	QPoint xFormDev(const QPoint &) const;
	QRect xFormDev(const QRect &) const;
	QPointArray xFormDev(const QPointArray &) const;
	QPointArray xFormDev(const QPointArray &,int,int) const;

	void setClipping(bool);
	bool hasClipping() const;
%If (- Qt_3_0_0)
	const QRegion &clipRegion() const;
	void setClipRect(const QRect &);
	void setClipRect(int,int,int,int);
	void setClipRegion(const QRegion &);
%End
%If (Qt_3_0_0 -)
	QRegion clipRegion(CoordinateMode = CoordDevice) const;
	void setClipRect(const QRect &,CoordinateMode = CoordDevice);
	void setClipRect(int,int,int,int,CoordinateMode = CoordDevice);
	void setClipRegion(const QRegion &,CoordinateMode = CoordDevice);
%End

	void drawPoint(int,int);
	void drawPoint(const QPoint &);
	void drawPoints(const QPointArray &,int,int = -1);
	void moveTo(int,int);
	void moveTo(const QPoint &);
	void lineTo(int,int);
	void lineTo(const QPoint &);
	void drawLine(int,int,int,int);
	void drawLine(const QPoint &,const QPoint &);
	void drawRect(int,int,int,int);
	void drawRect(const QRect &);
	void drawWinFocusRect(int,int,int,int);
	void drawWinFocusRect(int,int,int,int,const QColor &);
	void drawWinFocusRect(const QRect &);
	void drawWinFocusRect(const QRect &,const QColor &);
%If (- Qt_3_0_0)
	void drawRoundRect(int,int,int,int,int,int);
	void drawRoundRect(const QRect &,int,int);
%End
%If (Qt_3_0_0 -)
	void drawRoundRect(int,int,int,int,int = 25,int = 25);
	void drawRoundRect(const QRect &,int = 25,int = 25);
%End
	void drawEllipse(int,int,int,int);
	void drawEllipse(const QRect &);
	void drawArc(int,int,int,int,int,int);
	void drawArc(const QRect &,int,int);
	void drawPie(int,int,int,int,int,int);
	void drawPie(const QRect &,int,int);
	void drawChord(int,int,int,int,int,int);
	void drawChord(const QRect &,int,int);
	void drawLineSegments(const QPointArray &,int = 0,int = -1);
	void drawPolyline(const QPointArray &,int = 0,int = -1);
	void drawPolygon(const QPointArray &,bool = 0,int = 0,int = -1);
%If (- Qt_3_0_0)
	void drawQuadBezier(const QPointArray &,int = 0);
%End
%If (Qt_3_0_0 -)
	void drawConvexPolygon(const QPointArray &,int = 0,int = -1);
	void drawCubicBezier(const QPointArray &,int = 0);
%End
	void drawPixmap(int,int,const QPixmap &,int = 0,int = 0,int = -1,
			int = -1);
	void drawPixmap(const QPoint &,const QPixmap &,const QRect &);
	void drawPixmap(const QPoint &,const QPixmap &);
%If (Qt_3_0_0 -)
	void drawPixmap(const QRect &,const QPixmap &);
%End
%If (- Qt_3_0_0)
	void drawImage(int,int,const QImage &,int = 0,int = 0,int = -1,
		       int = -1);
	void drawImage(const QPoint &,const QImage &,const QRect &);
	void drawImage(const QPoint &,const QImage &);
%End
%If (Qt_3_0_0 -)
	void drawImage(int,int,const QImage &,int = 0,int = 0,int = -1,
		       int = -1,int = 0);
	void drawImage(const QPoint &,const QImage &,const QRect &,int = 0);
	void drawImage(const QPoint &,const QImage &,int = 0);
	void drawImage(const QRect &,const QImage &);
%End
	void drawTiledPixmap(int,int,int,int,const QPixmap &,int = 0,int = 0);
	void drawTiledPixmap(const QRect &,const QPixmap &,const QPoint &);
	void drawTiledPixmap(const QRect &,const QPixmap &);
%If (Qt_PICTURE)
	void drawPicture(const QPicture &);
%If (Qt_3_0_0 -)
	void drawPicture(int,int,const QPicture &);
	void drawPicture(const QPoint &,const QPicture &);
%End
%End

	void fillRect(int,int,int,int,const QBrush &);
	void fillRect(const QRect &,const QBrush &);
	void eraseRect(int,int,int,int);
	void eraseRect(const QRect &);

%If (Qt_3_0_0 -)
	enum TextDirection {
		Auto,
		RTL,
		LTR
	};
%End

%If (- Qt_3_0_0)
	void drawText(int,int,const QString &,int = -1);
	void drawText(const QPoint &,const QString &,int = -1);
%End
%If (Qt_3_0_0 -)
	void drawText(int,int,const QString &,int = -1,TextDirection = Auto);
	void drawText(const QPoint &,const QString &,int = -1,
		      TextDirection = Auto);
	void drawText(int,int,const QString &,int,int,TextDirection = Auto);
	void drawText(const QPoint &,const QString &,int,int,
		      TextDirection = Auto);
%End
	void drawText(int,int,int,int,int,const QString &,int = -1,QRect * = 0);
	void drawText(const QRect &,int,const QString &,int = -1,QRect * = 0);

	QRect boundingRect(int,int,int,int,int,const QString &,int = -1);
	QRect boundingRect(const QRect &,int,const QString &,int = -1);
	int tabStops() const;
	void setTabStops(int);

	SIP_PYLIST tabArray() const;
%MethodCode
		int *tabs;

		Py_BEGIN_ALLOW_THREADS
		tabs = sipCpp -> tabArray();
		Py_END_ALLOW_THREADS

		int len = 0;

		if (tabs)
		{
			int *tp = tabs;

			do
				++len;
			while (*tp++ != 0);
		}

		if ((sipRes = PyList_New(len)) == NULL)
			sipIsErr = 1;
		else if (tabs)
		{
			int *tp = tabs;

			len = 0;

			do
			{
				if (PyList_SET_ITEM(sipRes,len,PyInt_FromLong((long)*tp)) < 0)
				{
					Py_DECREF(sipRes);
					sipIsErr = 1;
					break;
				}

				++len;
			}
			while (*tp++ != 0);
		}
%End

	void setTabArray(SIP_PYLIST);
%MethodCode
		int len, *tabs;

		len = PyList_GET_SIZE(a0);

		// Allocate space for the array.  Note, this memory is never
		// reclaimed.
		if ((tabs = (int *)sipMalloc(len * sizeof (int))) == NULL)
			sipIsErr = 1;
		else
		{
			// Convert the list.

			int *tp = tabs;

			for (int i = 0; i < len; ++i)
			{
				*tp++ = (int)PyInt_AsLong(PyList_GET_ITEM(a0,i));

				if (PyErr_Occurred() != NULL)
				{
					sipFree((ANY *)tabs);
					sipIsErr = 1;
					break;
				}
			}

			if (!sipIsErr)
			{
				Py_BEGIN_ALLOW_THREADS
				sipCpp -> setTabArray(tabs);
				Py_END_ALLOW_THREADS
			}
		}
%End

%If (WS_X11)
	HANDLE handle() const;
%End

	static void initialize();
	static void cleanup();

private:
	QPainter(const QPainter &);
};

%End