java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QLayoutItem.Impl
- All Implemented Interfaces:
QtObjectInterface
,QLayoutItem
- Enclosing interface:
- QLayoutItem
public abstract static class QLayoutItem.Impl extends QtObject implements QLayoutItem
Implementor class for interface QLayoutItem
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.widgets.QLayoutItem
QLayoutItem.Impl, QLayoutItem.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
Overloaded constructor forImpl(io.qt.core.Qt.Alignment)
withalignment = new io.qt.core.Qt.Alignment(0)
.Impl(Qt.Alignment alignment)
See QLayoutItem::Impl(Qt.AlignmentFlag... alignment)
Overloaded constructor forImpl(io.qt.core.Qt.Alignment)
.protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description Qt.Alignment
alignment()
See QLayoutItem::QSizePolicy.ControlTypes
controlTypes()
See QLayoutItem::abstract Qt.Orientations
expandingDirections()
See QLayoutItem::abstract QRect
geometry()
See QLayoutItem::boolean
hasHeightForWidth()
See QLayoutItem::int
heightForWidth(int arg__1)
See QLayoutItem::void
invalidate()
See QLayoutItem::abstract boolean
isEmpty()
See QLayoutItem::QLayout
layout()
See QLayoutItem::abstract QSize
maximumSize()
See QLayoutItem::int
minimumHeightForWidth(int arg__1)
See QLayoutItem::abstract QSize
minimumSize()
See QLayoutItem::void
setAlignment(Qt.Alignment a)
See QLayoutItem::void
setAlignment(Qt.AlignmentFlag... a)
Overloaded function forsetAlignment(io.qt.core.Qt.Alignment)
.abstract void
setGeometry(QRect arg__1)
See QLayoutItem::abstract QSize
sizeHint()
See QLayoutItem::QSpacerItem
spacerItem()
See QLayoutItem::QWidget
widget()
See QLayoutItem::
-
Constructor Details
-
Impl
Overloaded constructor for
Impl(io.qt.core.Qt.Alignment)
. -
Impl
public Impl()Overloaded constructor for
Impl(io.qt.core.Qt.Alignment)
withalignment = new io.qt.core.Qt.Alignment(0)
. -
Impl
See QLayoutItem::
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
alignment
See QLayoutItem::
- Specified by:
alignment
in interfaceQLayoutItem
-
setAlignment
Overloaded function for
setAlignment(io.qt.core.Qt.Alignment)
.- Specified by:
setAlignment
in interfaceQLayoutItem
-
setAlignment
See QLayoutItem::
- Specified by:
setAlignment
in interfaceQLayoutItem
-
controlTypes
See QLayoutItem::
- Specified by:
controlTypes
in interfaceQLayoutItem
-
expandingDirections
See QLayoutItem::
- Specified by:
expandingDirections
in interfaceQLayoutItem
-
geometry
See QLayoutItem::
- Specified by:
geometry
in interfaceQLayoutItem
-
hasHeightForWidth
See QLayoutItem::
- Specified by:
hasHeightForWidth
in interfaceQLayoutItem
-
heightForWidth
See QLayoutItem::
- Specified by:
heightForWidth
in interfaceQLayoutItem
-
invalidate
See QLayoutItem::
- Specified by:
invalidate
in interfaceQLayoutItem
-
isEmpty
See QLayoutItem::
- Specified by:
isEmpty
in interfaceQLayoutItem
-
layout
See QLayoutItem::
- Specified by:
layout
in interfaceQLayoutItem
-
maximumSize
See QLayoutItem::
- Specified by:
maximumSize
in interfaceQLayoutItem
-
minimumHeightForWidth
See QLayoutItem::
- Specified by:
minimumHeightForWidth
in interfaceQLayoutItem
-
minimumSize
See QLayoutItem::
- Specified by:
minimumSize
in interfaceQLayoutItem
-
setGeometry
See QLayoutItem::
- Specified by:
setGeometry
in interfaceQLayoutItem
-
sizeHint
See QLayoutItem::
- Specified by:
sizeHint
in interfaceQLayoutItem
-
spacerItem
See QLayoutItem::
- Specified by:
spacerItem
in interfaceQLayoutItem
-
widget
See QLayoutItem::
- Specified by:
widget
in interfaceQLayoutItem
-