org.kde.qt
public class QSizePolicy extends Object implements QtSupport
Field Summary | |
---|---|
static int | BothDirections |
static int | Expanding |
static int | ExpMask |
static int | Fixed |
static int | HMask |
static int | Horizontal |
static int | Horizontally |
static int | HSize |
static int | Ignored |
static int | Maximum |
static int | MayGrow |
static int | MayShrink |
static int | Minimum |
static int | MinimumExpanding |
static int | NoDirection |
static int | Preferred |
static int | Vertical |
static int | Vertically |
static int | VMask |
Constructor Summary | |
---|---|
protected | QSizePolicy(Class dummy) |
QSizePolicy() | |
QSizePolicy(int hor, int ver, boolean hfw) | |
QSizePolicy(int hor, int ver) | |
QSizePolicy(int hor, int ver, short hors, short vers, boolean hfw) | |
QSizePolicy(int hor, int ver, short hors, short vers) |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
int | expanding() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | hasHeightForWidth() |
int | horData() |
int | horStretch() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | mayGrowHorizontally() |
boolean | mayGrowVertically() |
boolean | mayShrinkHorizontally() |
boolean | mayShrinkVertically() |
boolean | op_equals(QSizePolicy s) |
boolean | op_not_equals(QSizePolicy s) |
void | setHeightForWidth(boolean b) |
void | setHorData(int d) |
void | setHorStretch(short sf) |
void | setVerData(int d) |
void | setVerStretch(short sf) |
void | transpose() |
int | verData() |
int | verStretch() |