org.kde.qt
Class QLayoutItem
java.lang.Object
org.kde.qt.QLayoutItem
- All Implemented Interfaces:
- QLayoutItemInterface, QtSupport
- Direct Known Subclasses:
- QSpacerItem, QWidgetItem
public class QLayoutItem
- extends java.lang.Object
- implements QtSupport, QLayoutItemInterface
Constructor Summary |
protected |
QLayoutItem(java.lang.Class dummy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QLayoutItem
protected QLayoutItem(java.lang.Class dummy)
sizeHint
public QSize sizeHint()
- Specified by:
sizeHint
in interface QLayoutItemInterface
minimumSize
public QSize minimumSize()
- Specified by:
minimumSize
in interface QLayoutItemInterface
maximumSize
public QSize maximumSize()
- Specified by:
maximumSize
in interface QLayoutItemInterface
expanding
public int expanding()
- Specified by:
expanding
in interface QLayoutItemInterface
setGeometry
public void setGeometry(QRect arg1)
- Specified by:
setGeometry
in interface QLayoutItemInterface
geometry
public QRect geometry()
- Specified by:
geometry
in interface QLayoutItemInterface
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface QLayoutItemInterface
hasHeightForWidth
public boolean hasHeightForWidth()
- Specified by:
hasHeightForWidth
in interface QLayoutItemInterface
heightForWidth
public int heightForWidth(int arg1)
- Specified by:
heightForWidth
in interface QLayoutItemInterface
invalidate
public void invalidate()
- Specified by:
invalidate
in interface QLayoutItemInterface
widget
public QWidget widget()
- Specified by:
widget
in interface QLayoutItemInterface
layout
public QLayout layout()
- Specified by:
layout
in interface QLayoutItemInterface
spacerItem
public QSpacerItem spacerItem()
- Specified by:
spacerItem
in interface QLayoutItemInterface
alignment
public int alignment()
- Specified by:
alignment
in interface QLayoutItemInterface
setAlignment
public void setAlignment(int a)
- Specified by:
setAlignment
in interface QLayoutItemInterface