org.kde.qt
Class QWidgetItem

java.lang.Object
  extended by org.kde.qt.QLayoutItem
      extended by org.kde.qt.QWidgetItem
All Implemented Interfaces:
QLayoutItemInterface, QtSupport

public class QWidgetItem
extends QLayoutItem


Constructor Summary
protected QWidgetItem(java.lang.Class dummy)
           
  QWidgetItem(QWidget w)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
 int expanding()
           
protected  void finalize()
          Deletes the wrapped C++ instance
 QRect geometry()
           
 boolean hasHeightForWidth()
           
 int heightForWidth(int arg1)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isEmpty()
           
 QSize maximumSize()
           
 QSize minimumSize()
           
 void setGeometry(QRect arg1)
           
 QSize sizeHint()
           
 QWidget widget()
           
 
Methods inherited from class org.kde.qt.QLayoutItem
alignment, invalidate, layout, setAlignment, spacerItem
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QWidgetItem

protected QWidgetItem(java.lang.Class dummy)

QWidgetItem

public QWidgetItem(QWidget w)
Method Detail

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?