summaryrefslogtreecommitdiffstats
path: root/sip/qt/qlayout.sip
blob: 82b86f226dbfd6404eca95a56ae06130f2669fd7 (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
// 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


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

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


class TQLayoutIterator
{
%TypeHeaderCode
#include <tqabstractlayout.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 <tqabstractlayout.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 <tqabstractlayout.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 <tqabstractlayout.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 <tqabstractlayout.h>
%End

public:
	enum ResizeMode {
		FreeResize,
		Minimum,
		Fixed,
		Auto
	};

	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);

	int defaultBorder() const;
	void freeze(int,int);
	void freeze();

	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;

	void invalidate();
	TQRect geometry() const;
	bool activate();

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

	void remove(TQWidget *);
	void removeItem(TQLayoutItem * /TransferBack/);

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

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

	bool supportsMargin() const;

	void setEnabled(bool);
	bool isEnabled() const;

protected:
	bool eventFilter(TQObject *,TQEvent *);
	void childEvent(TQChildEvent *);
	void addChildLayout(TQLayout *);
	void deleteAllItems();

	void setSupportsMargin(bool);
	TQRect alignmentRect(const TQRect &) const;

private:
	TQLayout(const TQLayout &);
};


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

public:
	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);

	TQSize sizeHint() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;

	virtual void setRowStretch(int,int);
	virtual void setColStretch(int,int);
	int rowStretch(int) const;
	int colStretch(int) const;

	void setRowSpacing(int,int);
	void setColSpacing(int,int);
	int rowSpacing(int) const;
	int colSpacing(int) const;

	int numRows() const;
	int numCols() const;
	TQRect cellGeometry(int,int) const;

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

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

	void addItem(TQLayoutItem * /Transfer/);
	void addItem(TQLayoutItem * /Transfer/,int,int);
	void addMultiCell(TQLayoutItem * /Transfer/,int,int,int,int,int = 0);

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

	enum Corner {
		TopLeft,
		TopRight,
		BottomLeft,
		BottomRight
	};

	void setOrigin(Corner);
	Corner origin() const;
	TQLayoutIterator iterator();
	void setGeometry(const TQRect &);

protected:
	bool findWidget(TQWidget *,int *,int *);
	void add(TQLayoutItem * /Transfer/,int,int);

private:
	TQGridLayout(const TQGridLayout &);
};


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

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

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

	Direction direction() const;
	void setDirection(Direction);
	void addSpacing(int);
	void addStretch(int = 0);
	void addLayout(TQLayout * /Transfer/,int = 0);
	void addStrut(int);
	void addItem(TQLayoutItem * /Transfer/);
	void addWidget(TQWidget *,int = 0,int = 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 *);
	bool setStretchFactor(TQWidget *,int);
	TQSize sizeHint() const;
	TQSize minimumSize() const;
	TQSize maximumSize() const;
	bool hasHeightForWidth() const;
	int heightForWidth(int) const;
	int minimumHeightForWidth(int) const;

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

protected:
	void insertItem(int,TQLayoutItem * /Transfer/);

private:
	TQBoxLayout(const TQBoxLayout &);
};


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

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

private:
	TQHBoxLayout(const TQHBoxLayout &);
};


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

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

private:
	TQVBoxLayout(const TQVBoxLayout &);
};