@Properties(inherit=Qt5Widgets.class) public class QLayout extends QObject
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
SetDefaultConstraint
enum QLayout::SizeConstraint
|
static int |
SetFixedSize
enum QLayout::SizeConstraint
|
static int |
SetMaximumSize
enum QLayout::SizeConstraint
|
static int |
SetMinAndMaxSize
enum QLayout::SizeConstraint
|
static int |
SetMinimumSize
enum QLayout::SizeConstraint
|
static int |
SetNoConstraint
enum QLayout::SizeConstraint
|
Constructor and Description |
---|
QLayout(Pointer p)
Pointer cast constructor.
|
blockSignals, deleteLater, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, dumpObjectInfo, dumpObjectTree, event, eventFilter, inherits, inherits, installEventFilter, isWidgetType, isWindowType, killTimer, objectName, parent, position, registerUserData, removeEventFilter, setObjectName, setParent, setProperty, setProperty, signalsBlocked, startTimer, startTimer, startTimer, startTimer, tr, tr, tr, tr
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public static final int SetDefaultConstraint
public static final int SetNoConstraint
public static final int SetMinimumSize
public static final int SetFixedSize
public static final int SetMaximumSize
public static final int SetMinAndMaxSize
public QLayout(Pointer p)
Pointer.Pointer(Pointer)
.public Qt5Widgets.QLayoutItem asQLayoutItem()
@Namespace @Name(value="static_cast<QLayoutItem*>") public static Qt5Widgets.QLayoutItem asQLayoutItem(QLayout pointer)
public int spacing()
public void setSpacing(int arg0)
public void setContentsMargins(int left, int top, int right, int bottom)
public void getContentsMargins(IntPointer left, IntPointer top, IntPointer right, IntPointer bottom)
public void getContentsMargins(IntBuffer left, IntBuffer top, IntBuffer right, IntBuffer bottom)
public void getContentsMargins(int[] left, int[] top, int[] right, int[] bottom)
@Cast(value="bool") public boolean setAlignment(QWidget w, @ByVal @Cast(value="Qt::Alignment") int alignment)
@Cast(value="bool") public boolean setAlignment(QLayout l, @ByVal @Cast(value="Qt::Alignment") int alignment)
public void setMenuBar(QWidget w)
public QWidget menuBar()
public QWidget parentWidget()
public void invalidate()
public void update()
public void addWidget(QWidget w)
public void addItem(Qt5Widgets.QLayoutItem arg0)
public void removeWidget(QWidget w)
public void removeItem(Qt5Widgets.QLayoutItem arg0)
public Qt5Widgets.QLayoutItem itemAt(int index)
public Qt5Widgets.QLayoutItem takeAt(int index)
public int indexOf(QWidget arg0)
public int indexOf(Qt5Widgets.QLayoutItem arg0)
public int count()
public Qt5Widgets.QLayoutItem replaceWidget(QWidget from, QWidget to)
public int totalHeightForWidth(int w)
public QLayout layout()
Copyright © 2020. All rights reserved.