org.kde.qt
public class QSize extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | ScaleFree |
| static int | ScaleMax |
| static int | ScaleMin |
| Constructor Summary | |
|---|---|
| protected | QSize(Class dummy) |
| QSize() | |
| QSize(int w, int h) | |
| Method Summary | |
|---|---|
| QSize | boundedTo(QSize arg1) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| QSize | expandedTo(QSize arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | height() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEmpty() |
| boolean | isNull() |
| boolean | isValid() |
| QSize | op_div_assign(int c) |
| QSize | op_div_assign(double c) |
| QSize | op_minus_assign(QSize arg1) |
| QSize | op_mult_assign(int c) |
| QSize | op_mult_assign(double c) |
| QSize | op_plus_assign(QSize arg1) |
| short | rheight() |
| short | rwidth() |
| void | scale(int w, int h, int mode) |
| void | scale(QSize s, int mode) |
| void | setHeight(int h) |
| void | setWidth(int w) |
| void | transpose() |
| int | width() |