#include <tqlayout.h>
Definition at line 42 of file tqlayout.h.
Enumerator |
---|
West |
|
North |
|
South |
|
East |
|
Center |
|
Definition at line 45 of file tqlayout.h.
Enumerator |
---|
MinimumSize |
|
SizeHint |
|
Definition at line 76 of file tqlayout.h.
casa::BorderLayout::BorderLayout |
( |
QWidget * |
parent, |
|
|
int |
margin = 0 , |
|
|
int |
spacing = -1 |
|
) |
| |
casa::BorderLayout::BorderLayout |
( |
int |
spacing = -1 | ) |
|
casa::BorderLayout::~BorderLayout |
( |
| ) |
|
void casa::BorderLayout::add |
( |
QLayoutItem * |
item, |
|
|
Position |
position |
|
) |
| |
void casa::BorderLayout::addItem |
( |
QLayoutItem * |
item | ) |
|
void casa::BorderLayout::addWidget |
( |
QWidget * |
widget, |
|
|
Position |
position |
|
) |
| |
QSize casa::BorderLayout::calculateSize |
( |
SizeType |
sizeType | ) |
const |
|
private |
int casa::BorderLayout::count |
( |
| ) |
const |
Qt::Orientations casa::BorderLayout::expandingDirections |
( |
| ) |
const |
bool casa::BorderLayout::hasHeightForWidth |
( |
| ) |
const |
QLayoutItem* casa::BorderLayout::itemAt |
( |
int |
index | ) |
const |
QSize casa::BorderLayout::minimumSize |
( |
| ) |
const |
void casa::BorderLayout::setGeometry |
( |
const QRect & |
rect | ) |
|
QSize casa::BorderLayout::sizeHint |
( |
| ) |
const |
QLayoutItem* casa::BorderLayout::takeAt |
( |
int |
index | ) |
|
The documentation for this class was generated from the following file: