org.kde.qt
Class QLayoutItem

java.lang.Object
  extended by 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)
           
 
Method Summary
 int alignment()
           
 int expanding()
           
 QRect geometry()
           
 boolean hasHeightForWidth()
           
 int heightForWidth(int arg1)
           
 void invalidate()
           
 boolean isEmpty()
           
 QLayout layout()
           
 QSize maximumSize()
           
 QSize minimumSize()
           
 void setAlignment(int a)
           
 void setGeometry(QRect arg1)
           
 QSize sizeHint()
           
 QSpacerItem spacerItem()
           
 QWidget widget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QLayoutItem

protected QLayoutItem(java.lang.Class dummy)
Method Detail

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