org.kde.qt

Class QWidgetItem

public class QWidgetItem extends QLayoutItem

Constructor Summary
protected QWidgetItem(Class dummy)
QWidgetItem(QWidget w)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
intexpanding()
protected voidfinalize()
Deletes the wrapped C++ instance
QRectgeometry()
booleanhasHeightForWidth()
intheightForWidth(int arg1)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisEmpty()
QSizemaximumSize()
QSizeminimumSize()
voidsetGeometry(QRect arg1)
QSizesizeHint()
QWidgetwidget()

Constructor Detail

QWidgetItem

protected QWidgetItem(Class dummy)

QWidgetItem

public QWidgetItem(QWidget w)

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

expanding

public int expanding()

finalize

protected void finalize()
Deletes the wrapped C++ instance

geometry

public QRect geometry()

hasHeightForWidth

public boolean hasHeightForWidth()

heightForWidth

public int heightForWidth(int arg1)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isEmpty

public boolean isEmpty()

maximumSize

public QSize maximumSize()

minimumSize

public QSize minimumSize()

setGeometry

public void setGeometry(QRect arg1)

sizeHint

public QSize sizeHint()

widget

public QWidget widget()