org.kde.qt
public class QSpacerItem extends QLayoutItem
| Constructor Summary | |
|---|---|
| protected | QSpacerItem(Class dummy) |
| QSpacerItem(int w, int h, int hData, int vData) | |
| QSpacerItem(int w, int h, int hData) | |
| QSpacerItem(int w, int h) | |
| Method Summary | |
|---|---|
| void | changeSize(int w, int h, int hData, int vData) |
| void | changeSize(int w, int h, int hData) |
| void | changeSize(int w, int h) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| int | expanding() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QRect | geometry() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEmpty() |
| QSize | maximumSize() |
| QSize | minimumSize() |
| void | setGeometry(QRect arg1) |
| QSize | sizeHint() |
| QSpacerItem | spacerItem() |