Module qtjambi
Package io.qt.widgets

Interface QGraphicsLayoutItem

All Superinterfaces:
QtObjectInterface
All Known Implementing Classes:
QChart, QGraphicsAnchorLayout, QGraphicsGridLayout, QGraphicsLayout, QGraphicsLayoutItem.Impl, QGraphicsLinearLayout, QGraphicsProxyWidget, QGraphicsWidget, QLegend, QPolarChart

public interface QGraphicsLayoutItem extends QtObjectInterface

Can be inherited to allow your custom items to be managed by layouts

Java wrapper for Qt class QGraphicsLayoutItem

Following functions are protected in the Qt interface, all implementations of this interface may implement these function:


@io.qt.QtUninvokable
protected final void setGraphicsItem(io.qt.widgets.QGraphicsItem item){
    QGraphicsLayoutItem.MemberAccess.of(this).setGraphicsItem(item);
}

@io.qt.QtUninvokable
protected final void setOwnedByLayout(boolean ownedByLayout){
    QGraphicsLayoutItem.MemberAccess.of(this).setOwnedByLayout(ownedByLayout);
}

@io.qt.QtUninvokable
protected final io.qt.core.QSizeF sizeHint(io.qt.core.Qt.SizeHint which) {
    return sizeHint(which, new io.qt.core.QSizeF());
}

@io.qt.QtUninvokable
protected abstract io.qt.core.QSizeF sizeHint(io.qt.core.Qt.SizeHint which, io.qt.core.QSizeF constraint);