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)
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()
QSizePolicy.ControlTypes
controlTypes()
abstract Qt.Orientations
expandingDirections()
abstract QRect
geometry()
boolean
hasHeightForWidth()
int
heightForWidth(int arg__1)
void
invalidate()
abstract boolean
isEmpty()
QLayout
layout()
abstract QSize
maximumSize()
int
minimumHeightForWidth(int arg__1)
abstract QSize
minimumSize()
void
setAlignment(Qt.Alignment a)
void
setAlignment(Qt.AlignmentFlag... a)
Overloaded function forsetAlignment(io.qt.core.Qt.Alignment)
.abstract void
setGeometry(QRect arg__1)
abstract QSize
sizeHint()
QSpacerItem
spacerItem()
QWidget
widget()
-
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
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
alignment
- Specified by:
alignment
in interfaceQLayoutItem
-
setAlignment
Overloaded function for
setAlignment(io.qt.core.Qt.Alignment)
.- Specified by:
setAlignment
in interfaceQLayoutItem
-
setAlignment
- Specified by:
setAlignment
in interfaceQLayoutItem
-
controlTypes
- Specified by:
controlTypes
in interfaceQLayoutItem
-
expandingDirections
- Specified by:
expandingDirections
in interfaceQLayoutItem
-
geometry
- Specified by:
geometry
in interfaceQLayoutItem
-
hasHeightForWidth
- Specified by:
hasHeightForWidth
in interfaceQLayoutItem
-
heightForWidth
- Specified by:
heightForWidth
in interfaceQLayoutItem
-
invalidate
- Specified by:
invalidate
in interfaceQLayoutItem
-
isEmpty
- Specified by:
isEmpty
in interfaceQLayoutItem
-
layout
- Specified by:
layout
in interfaceQLayoutItem
-
maximumSize
- Specified by:
maximumSize
in interfaceQLayoutItem
-
minimumHeightForWidth
- Specified by:
minimumHeightForWidth
in interfaceQLayoutItem
-
minimumSize
- Specified by:
minimumSize
in interfaceQLayoutItem
-
setGeometry
- Specified by:
setGeometry
in interfaceQLayoutItem
-
sizeHint
- Specified by:
sizeHint
in interfaceQLayoutItem
-
spacerItem
- Specified by:
spacerItem
in interfaceQLayoutItem
-
widget
- Specified by:
widget
in interfaceQLayoutItem
-