org.kde.qt
Class QWidgetItem
java.lang.Object
org.kde.qt.QLayoutItem
org.kde.qt.QWidgetItem
- All Implemented Interfaces:
- QLayoutItemInterface, QtSupport
public class QWidgetItem
- extends QLayoutItem
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QWidgetItem
protected QWidgetItem(java.lang.Class dummy)
QWidgetItem
public QWidgetItem(QWidget w)
sizeHint
public QSize sizeHint()
- Specified by:
sizeHint in interface QLayoutItemInterface- Overrides:
sizeHint in class QLayoutItem
minimumSize
public QSize minimumSize()
- Specified by:
minimumSize in interface QLayoutItemInterface- Overrides:
minimumSize in class QLayoutItem
maximumSize
public QSize maximumSize()
- Specified by:
maximumSize in interface QLayoutItemInterface- Overrides:
maximumSize in class QLayoutItem
expanding
public int expanding()
- Specified by:
expanding in interface QLayoutItemInterface- Overrides:
expanding in class QLayoutItem
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface QLayoutItemInterface- Overrides:
isEmpty in class QLayoutItem
setGeometry
public void setGeometry(QRect arg1)
- Specified by:
setGeometry in interface QLayoutItemInterface- Overrides:
setGeometry in class QLayoutItem
geometry
public QRect geometry()
- Specified by:
geometry in interface QLayoutItemInterface- Overrides:
geometry in class QLayoutItem
widget
public QWidget widget()
- Specified by:
widget in interface QLayoutItemInterface- Overrides:
widget in class QLayoutItem
hasHeightForWidth
public boolean hasHeightForWidth()
- Specified by:
hasHeightForWidth in interface QLayoutItemInterface- Overrides:
hasHeightForWidth in class QLayoutItem
heightForWidth
public int heightForWidth(int arg1)
- Specified by:
heightForWidth in interface QLayoutItemInterface- Overrides:
heightForWidth in class QLayoutItem
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?