summaryrefslogtreecommitdiffstats
path: root/sip/qt/qlayout.sip
blob: 46632821f2bca18b868c38796ec6d0c02d60099e (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
// This is the SIP interface definition for TQBoxLayout, TQGLayoutIterator,
// TQGridLayout, TQHBoxLayout, TQLayout, TQLayoutItem, TQLayoutIterator,
// TQSpacerItem, TQVBoxLayout and TQWidgetItem.
//
// Copyright (c) 2007
// 	Riverbank Computing Limited <info@riverbankcomputing.co.uk>
// 
// This file is part of PyTQt.
// 
// This copy of PyTQt 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.
// 
// PyTQt 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
// PyTQt; see the file LICENSE.  If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


%ExportedDoc
<Sect2><Title>TQLayout</Title>
<Para>
<Literal>TQLayout</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQBoxLayout</Title>
<Para>
<Literal>TQBoxLayout</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQGLayoutIterator (TQt v2+)</Title>
<Para>
<Literal>TQGLayoutIterator</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQGridLayout</Title>
<FuncSynopsis>
	<FuncDef>bool <Function>findWidget</Function></FuncDef>
	<ParamDef>TQWidget *<Parameter>w</Parameter></ParamDef>
	<ParamDef>int *<Parameter>row</Parameter></ParamDef>
	<ParamDef>int *<Parameter>col</Parameter></ParamDef>
</FuncSynopsis>
<Para>
This takes the <Literal>w</Literal> parameter and returns a tuple containing
the <Literal>bool</Literal> result, <Literal>row</Literal> and
<Literal>col</Literal>. (TQt v2+)
</Para>
</Sect2>

<Sect2><Title>TQHBoxLayout</Title>
<Para>
<Literal>TQHBoxLayout</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQLayoutItem (TQt v2+)</Title>
<Para>
<Literal>TQLayoutItem</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQLayoutIterator (TQt v2+)</Title>
<FuncSynopsis>
	<FuncDef>TQLayoutItem *<Function>next</Function></FuncDef>
	<ParamDef></ParamDef>
</FuncSynopsis>
<Para>
This is a wrapper around the <Literal>TQLayoutIterator</Literal>
<Literal>++</Literal> operator.
</Para>
</Sect2>

<Sect2><Title>TQSpacerItem (TQt v2+)</Title>
<Para>
<Literal>TQSpacerItem</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQVBoxLayout</Title>
<Para>
<Literal>TQVBoxLayout</Literal> is fully implemented.
</Para>
</Sect2>

<Sect2><Title>TQWidgetItem (TQt v2+)</Title>
<Para>
<Literal>TQWidgetItem</Literal> is fully implemented.
</Para>
</Sect2>
%End


%If (- TQt_2_00)

class TQLayout : TQObject
{
%TypeHeaderCode
#include <qlayout.h>
%End

public:
	enum
	{
		unlimited = TQCOORD_MAX
	};

	int defaultBorder() const;
	virtual bool activate();
	void freeze(int,int);
	void freeze();
	void setMenuBar(TQMenuBar *);
	TQWidget *mainWidget();

protected:
	TQLayout(TQWidget * /TransferThis/,int,int,const char *);
	TQLayout(int = -1,const char * = 0);

	TQGManager *basicManager();
	virtual TQChain *mainVerticalChain() = 0;
	virtual TQChain *mainHorizontalChain() = 0;
	virtual void initGM() = 0;
	void addChildLayout(TQLayout *);

private:
	TQLayout(const TQLayout &);
};

%End


%If (TQt_2_00 -)

class TQGLayoutIterator
{
%TypeHeaderCode
#include <qabstractlayout.h>
%End

public:
	virtual TQLayoutItem *next() = 0;
	virtual TQLayoutItem *current() = 0;
	virtual TQLayoutItem *takeCurrent() = 0 /TransferBack/;
};


class TQLayoutIterator
{
%TypeHeaderCode
#include <qabstractlayout.h>
%End

public:
	TQLayoutIterator(TQGLayoutIterator *) /Default/;
	TQLayoutIterator(const TQLayoutIterator &);

	TQLayoutItem *next();
%MethodCode
		Py_BEGIN_ALLOW_THREADS
		sipRes = ++(*sipCpp);
		Py_END_ALLOW_THREADS
%End

	TQLayoutItem *current();
	TQLayoutItem *takeCurrent() /TransferBack/;
	void deleteCurrent();
};


class TQLayoutItem
{
%TypeHeaderCode
#include <qabstractlayout.h>
%End

public:
	TQLayoutItem(int = 0 );

%ConvertToSubClassCode
    // Note that we let the TQObject sub-class code handle TQLayout and it's
    // sub-classes.
	if (sipCpp->widget())
		sipClass = sipClass_TQWidgetItem;
	else if (sipCpp->spacerItem())
		sipClass = sipClass_TQSpacerItem;
	else
		sipClass = NULL;
%End

	virtual TQSize sizeHint() const = 0;
	virtual TQSize minimumSize() const = 0;
	virtual TQSize maximumSize() const = 0;
	virtual TQSizePolicy::ExpandData expanding() const = 0;
	virtual void setGeometry(const TQRect &) = 0;
	virtual TQRect geometry() const = 0;
	virtual bool isEmpty() const = 0;
	virtual bool hasHeightForWidth() const;
	virtual int heightForWidth(int) const;
	virtual void invalidate();

	virtual TQWidget *widget();
	virtual TQLayoutIterator iterator();
	virtual TQLayout *layout();
	virtual TQSpacerItem *spacerItem();

	int alignment() const;
	virtual void setAlignment(int);
};


class TQSpacerItem : TQLayoutItem
{
%TypeHeaderCode
#include <qabstractlayout.h>
%End

public:
	TQSpacerItem(int,int,TQSizePolicy::SizeType = TQSizePolicy::Minimum,
		    TQSizePolicy::SizeType = TQSizePolicy::Minimum);

	void changeSize(int,int,TQSizePolicy::SizeType = TQSizePolicy::Minimum,
			TQSizePolicy::SizeType = TQSizePolicy::Minimum);
	TQSize sizeHint() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;
	TQSizePolicy::ExpandData expanding() const;
	bool isEmpty() const;
	void setGeometry(const TQRect &);
	TQRect geometry() const;
	TQSpacerItem *spacerItem();
};
 
 
class TQWidgetItem : TQLayoutItem
{
%TypeHeaderCode
#include <qabstractlayout.h>
%End

public:
	TQWidgetItem(TQWidget *);

	TQSize sizeHint() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;
	TQSizePolicy::ExpandData expanding() const;
	bool isEmpty() const;
	void setGeometry(const TQRect &) ;
	TQRect geometry() const;
	virtual TQWidget *widget();

	bool hasHeightForWidth() const;
	int heightForWidth(int) const;
};


class TQLayout : TQObject, TQLayoutItem
{
%TypeHeaderCode
#include <qabstractlayout.h>
%End

public:
	enum ResizeMode {
		FreeResize,
		Minimum,
		Fixed,
%If (TQt_3_1_0 -)
		Auto
%End
	};

	TQLayout(TQWidget * /TransferThis/,int = 0,int = -1,const char * = 0);
	TQLayout(TQLayout * /TransferThis/,int = -1,const char * = 0);
	TQLayout(int = -1,const char * = 0);

	int margin() const;
	int spacing() const;

	virtual void setMargin(int);
	virtual void setSpacing(int);

%If (- TQt_3_1_0)
	enum {
		unlimited
	};
%End

%If (TQt_3_0_0 -)
	int defaultBorder() const;
	void freeze(int,int);
	void freeze();
%End

	void setResizeMode(ResizeMode);
	ResizeMode resizeMode() const;

	virtual void setMenuBar(TQMenuBar *);
	TQMenuBar *menuBar() const;

	TQWidget *mainWidget();
	bool isTopLevel() const;

	virtual void setAutoAdd(bool);
	bool autoAdd() const;

%If (TQt_2_1_0 -)
	void invalidate();
%End
	TQRect geometry() const;
	bool activate();

	void add(TQWidget *);
	virtual void addItem(TQLayoutItem * /Transfer/) = 0;

%If (TQt_3_1_0 -)
	void remove(TQWidget *);
	void removeItem(TQLayoutItem * /TransferBack/);
%End

	TQSizePolicy::ExpandData expanding() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;
	void setGeometry(const TQRect &) = 0;
	TQLayoutIterator iterator() = 0;
	bool isEmpty() const;

	int totalHeightForWidth(int) const;
	TQSize totalMinimumSize() const;
	TQSize totalMaximumSize() const;
	TQSize totalSizeHint() const;
	TQLayout *layout();

%If (TQt_2_1_0 -)
	bool supportsMargin() const;
%End

%If (TQt_2_2_0 -)
	void setEnabled(bool);
	bool isEnabled() const;
%End

protected:
	bool eventFilter(TQObject *,TQEvent *);
%If (TQt_3_0_0 -)
	void childEvent(TQChildEvent *);
%End
	void addChildLayout(TQLayout *);
	void deleteAllItems();

%If (TQt_2_1_0 -)
	void setSupportsMargin(bool);
	TQRect alignmentRect(const TQRect &) const;
%End

private:
	TQLayout(const TQLayout &);
};

%End


class TQGridLayout : TQLayout
{
%TypeHeaderCode
#include <qlayout.h>
%End

public:
%If (- TQt_2_1_0)
	TQGridLayout(TQWidget * /TransferThis/,int,int,int = 0,int = -1,const char * = 0);
	TQGridLayout(int,int,int = -1,const char * = 0);
%End
%If (TQt_2_00 - TQt_2_1_0)
	TQGridLayout(TQLayout * /TransferThis/,int,int,int = -1,const char * = 0);
%End
%If (TQt_2_1_0 -)
	TQGridLayout(TQWidget * /TransferThis/,int = 1,int = 1,int = 0,int = -1,const char * = 0);
	TQGridLayout(int = 1,int = 1,int = -1,const char * = 0);
	TQGridLayout(TQLayout * /TransferThis/,int = 1,int = 1,int = -1,const char * = 0);
%End

%If (TQt_2_00 -)
	TQSize sizeHint() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;
%End

%If (- TQt_2_00)
	void setRowStretch(int,int);
	void setColStretch(int,int);
%End
%If (TQt_2_00 -)
	virtual void setRowStretch(int,int);
	virtual void setColStretch(int,int);
%End
%If (TQt_2_1_0 -)
	int rowStretch(int) const;
	int colStretch(int) const;
%End

%If (TQt_3_2_0 -)
	void setRowSpacing(int,int);
	void setColSpacing(int,int);
	int rowSpacing(int) const;
	int colSpacing(int) const;
%End

	int numRows() const;
	int numCols() const;
%If (TQt_2_1_0 -)
	TQRect cellGeometry(int,int) const;
%End

%If (TQt_2_00 -)
	bool hasHeightForWidth() const;
	int heightForWidth(int) const;
%If (TQt_3_1_0 -)
	int minimumHeightForWidth(int) const;
%End

	TQSizePolicy::ExpandData expanding() const;
	void invalidate();

	void addItem(TQLayoutItem * /Transfer/);
%End
%If (TQt_2_1_0 -)
	void addItem(TQLayoutItem * /Transfer/,int,int);
%End
%If (TQt_2_00 -)
	void addMultiCell(TQLayoutItem * /Transfer/,int,int,int,int,int = 0);
%End

	void addWidget(TQWidget *,int,int,int = 0);
	void addMultiCellWidget(TQWidget *,int,int,int,int,int = 0);
	void addLayout(TQLayout * /Transfer/,int,int);
%If (TQt_2_2_0 -)
	void addMultiCellLayout(TQLayout * /Transfer/,int,int,int,int,int = 0);
%End
	void addRowSpacing(int,int);
	void addColSpacing(int,int);
	void expand(int,int);

%If (TQt_2_00 -)
	enum Corner {
		TopLeft,
		TopRight,
		BottomLeft,
		BottomRight
	};

	void setOrigin(Corner);
%End
%If (TQt_3_0_0 -)
	Corner origin() const;
%End
%If (TQt_2_00 -)
	TQLayoutIterator iterator();
	void setGeometry(const TQRect &);
%End

protected:
%If (- TQt_2_00)
	TQChain *mainVerticalChain();
	TQChain *mainHorizontalChain();
	void initGM();
%End

%If (TQt_2_00 -)
	bool findWidget(TQWidget *,int *,int *);
	void add(TQLayoutItem * /Transfer/,int,int);
%End

private:
	TQGridLayout(const TQGridLayout &);
};


class TQBoxLayout : TQLayout
{
%TypeHeaderCode
#include <qlayout.h>
%End

public:
	enum Direction {
		LeftToRight,
		RightToLeft,
		TopToBottom,
		BottomToTop,
		Down = TopToBottom,
		Up = BottomToTop
	};

	TQBoxLayout(TQWidget * /TransferThis/,Direction,int = 0,int = -1,const char * = 0);
%If (TQt_2_00 -)
	TQBoxLayout(TQLayout * /TransferThis/,Direction,int = -1,const char * = 0);
%End
	TQBoxLayout(Direction,int = -1,const char * = 0);

	Direction direction() const;
%If (TQt_2_1_0 -)
	void setDirection(Direction);
%End
	void addSpacing(int);
	void addStretch(int = 0);
%If (- TQt_2_00)
	void addWidget(TQWidget *,int = 0,int = AlignCenter);
%End
	void addLayout(TQLayout * /Transfer/,int = 0);
	void addStrut(int);
%If (TQt_2_00 -)
	void addItem(TQLayoutItem * /Transfer/);
	void addWidget(TQWidget *,int = 0,int = 0);
%If (TQt_2_1_0 -)
	void insertSpacing(int,int);
	void insertStretch(int,int = 0);
	void insertWidget(int,TQWidget *,int = 0,int = 0);
	void insertLayout(int,TQLayout * /Transfer/,int = 0);
	int findWidget(TQWidget *);
%End
	bool setStretchFactor(TQWidget *,int);
	TQSize sizeHint() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;
	bool hasHeightForWidth() const;
	int heightForWidth(int) const;
%If (TQt_3_1_0 -)
	int minimumHeightForWidth(int) const;
%End

	TQSizePolicy::ExpandData expanding() const;
	void invalidate();
	TQLayoutIterator iterator();
	void setGeometry(const TQRect &);
%End

protected:
%If (- TQt_2_00)
	TQChain *mainVerticalChain();
	TQChain *mainHorizontalChain();
	void initGM();
%End
%If (TQt_2_1_0 -)
	void insertItem(int,TQLayoutItem * /Transfer/);
%End

private:
	TQBoxLayout(const TQBoxLayout &);
};


class TQHBoxLayout : TQBoxLayout
{
%TypeHeaderCode
#include <qlayout.h>
%End

public:
	TQHBoxLayout(TQWidget * /TransferThis/,int = 0,int = -1,const char * = 0);
%If (TQt_2_00 -)
	TQHBoxLayout(TQLayout * /TransferThis/,int = -1,const char * = 0);
%End
	TQHBoxLayout(int = -1,const char * = 0);

private:
%If (TQt_3_1_0 -)
	TQHBoxLayout(const TQHBoxLayout &);
%End
};


class TQVBoxLayout : TQBoxLayout
{
%TypeHeaderCode
#include <qlayout.h>
%End

public:
	TQVBoxLayout(TQWidget * /TransferThis/,int = 0,int = -1,const char * = 0);
%If (TQt_2_00 -)
	TQVBoxLayout(TQLayout * /TransferThis/,int = -1,const char * = 0);
%End
	TQVBoxLayout(int = -1,const char * = 0);

private:
%If (TQt_3_1_0 -)
	TQVBoxLayout(const TQVBoxLayout &);
%End
};