QGraphicsLayoutItem Class Reference
#include <qgraphicslayoutitem.h>
Definition at line 59 of file qgraphicslayoutitem.h.
|
| QGraphicsLayoutItem (QGraphicsLayoutItem *parent=0, bool isLayout=false) |
|
virtual | ~QGraphicsLayoutItem () |
|
void | setSizePolicy (const QSizePolicy &policy) |
|
void | setSizePolicy (QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy, QSizePolicy::ControlType controlType=QSizePolicy::DefaultType) |
|
QSizePolicy | sizePolicy () const |
|
void | setMinimumSize (const QSizeF &size) |
|
void | setMinimumSize (qreal w, qreal h) |
|
QSizeF | minimumSize () const |
|
void | setMinimumWidth (qreal width) |
|
qreal | minimumWidth () const |
|
void | setMinimumHeight (qreal height) |
|
qreal | minimumHeight () const |
|
void | setPreferredSize (const QSizeF &size) |
|
void | setPreferredSize (qreal w, qreal h) |
|
QSizeF | preferredSize () const |
|
void | setPreferredWidth (qreal width) |
|
qreal | preferredWidth () const |
|
void | setPreferredHeight (qreal height) |
|
qreal | preferredHeight () const |
|
void | setMaximumSize (const QSizeF &size) |
|
void | setMaximumSize (qreal w, qreal h) |
|
QSizeF | maximumSize () const |
|
void | setMaximumWidth (qreal width) |
|
qreal | maximumWidth () const |
|
void | setMaximumHeight (qreal height) |
|
qreal | maximumHeight () const |
|
virtual void | setGeometry (const QRectF &rect) |
|
QRectF | geometry () const |
|
virtual void | getContentsMargins (qreal *left, qreal *top, qreal *right, qreal *bottom) const |
|
QRectF | contentsRect () const |
|
QSizeF | effectiveSizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const |
|
virtual void | updateGeometry () |
|
QGraphicsLayoutItem * | parentLayoutItem () const |
|
void | setParentLayoutItem (QGraphicsLayoutItem *parent) |
|
bool | isLayout () const |
|
QGraphicsItem * | graphicsItem () const |
|
bool | ownedByLayout () const |
|
void setMinimumSize |
( |
qreal |
w, |
|
|
qreal |
h |
|
) |
| |
|
inline |
void setMinimumWidth |
( |
qreal |
width | ) |
|
qreal minimumWidth |
( |
| ) |
const |
|
inline |
Definition at line 134 of file qgraphicslayoutitem.h.
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
void setMinimumHeight |
( |
qreal |
height | ) |
|
qreal minimumHeight |
( |
| ) |
const |
|
inline |
Definition at line 136 of file qgraphicslayoutitem.h.
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
void setPreferredSize |
( |
qreal |
w, |
|
|
qreal |
h |
|
) |
| |
|
inline |
QSizeF preferredSize |
( |
| ) |
const |
void setPreferredWidth |
( |
qreal |
width | ) |
|
qreal preferredWidth |
( |
| ) |
const |
|
inline |
Definition at line 139 of file qgraphicslayoutitem.h.
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
void setPreferredHeight |
( |
qreal |
height | ) |
|
qreal preferredHeight |
( |
| ) |
const |
|
inline |
Definition at line 141 of file qgraphicslayoutitem.h.
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
void setMaximumSize |
( |
qreal |
w, |
|
|
qreal |
h |
|
) |
| |
|
inline |
void setMaximumWidth |
( |
qreal |
width | ) |
|
qreal maximumWidth |
( |
| ) |
const |
|
inline |
Definition at line 144 of file qgraphicslayoutitem.h.
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
void setMaximumHeight |
( |
qreal |
height | ) |
|
qreal maximumHeight |
( |
| ) |
const |
|
inline |
Definition at line 146 of file qgraphicslayoutitem.h.
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
virtual void getContentsMargins |
( |
qreal * |
left, |
|
|
qreal * |
top, |
|
|
qreal * |
right, |
|
|
qreal * |
bottom |
|
) |
| const |
|
virtual |
virtual void updateGeometry |
( |
| ) |
|
|
virtual |
bool ownedByLayout |
( |
| ) |
const |
void setOwnedByLayout |
( |
bool |
ownedByLayout | ) |
|
|
protected |
The documentation for this class was generated from the following file: