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