![]() |
Qt 4.8
|
Public Functions | |
| void | dump (int indent) const |
| QGraphicsGridLayoutPrivate () | |
| QLayoutStyleInfo | styleInfo () const |
Public Functions inherited from QGraphicsLayoutPrivate | |
| void | activateRecursive (QGraphicsLayoutItem *item) |
| void | addChildLayoutItem (QGraphicsLayoutItem *item) |
| This function is called from subclasses to add a layout item layoutItem to a layout. More... | |
| void | getMargin (qreal *result, qreal userMargin, QStyle::PixelMetric pm) const |
| QGraphicsLayoutPrivate () | |
| void | reparentChildItems (QGraphicsItem *newParent) |
| Qt::LayoutDirection | visualDirection () const |
Public Functions inherited from QGraphicsLayoutItemPrivate | |
| QSizeF * | effectiveSizeHints (const QSizeF &constraint) const |
| void | ensureUserSizeHints () |
| Ensures that userSizeHints is allocated. More... | |
| bool | hasHeightForWidth () const |
| bool | hasWidthForHeight () const |
| void | init () |
| QGraphicsItem * | parentItem () const |
| Returns the parent item of this layout, or 0 if this layout is not installed on any widget. More... | |
| QGraphicsLayoutItemPrivate (QGraphicsLayoutItem *parent, bool isLayout) | |
| void | setSize (Qt::SizeHint which, const QSizeF &size) |
| Sets the user size hint which to size. More... | |
| void | setSizeComponent (Qt::SizeHint which, SizeComponent component, qreal value) |
| Sets the width of the user size hint which to width. More... | |
| virtual | ~QGraphicsLayoutItemPrivate () |
Public Variables | |
| QGridLayoutEngine | engine |
Public Variables inherited from QGraphicsLayoutPrivate | |
| bool | activated |
| qreal | bottom |
| qreal | left |
| qreal | right |
| qreal | top |
Public Variables inherited from QGraphicsLayoutItemPrivate | |
| QSizeF | cachedConstraint |
| QSizeF | cachedSizeHints [Qt::NSizeHints] |
| QSizeF | cachedSizeHintsWithConstraints [Qt::NSizeHints] |
| QRectF | geom |
| QGraphicsItem * | graphicsItem |
| quint32 | isLayout: 1 |
| quint32 | ownedByLayout: 1 |
| QGraphicsLayoutItem * | parent |
| QGraphicsLayoutItem * | q_ptr |
| quint32 | sizeHintCacheDirty: 1 |
| quint32 | sizeHintWithConstraintCacheDirty: 1 |
| QSizePolicy | sizePolicy |
| QSizeF * | userSizeHints |
Additional Inherited Members | |
Public Types inherited from QGraphicsLayoutItemPrivate | |
| enum | SizeComponent { Width, Height } |
Static Public Functions inherited from QGraphicsLayoutItemPrivate | |
| static QGraphicsLayoutItemPrivate * | get (QGraphicsLayoutItem *q) |
| static const QGraphicsLayoutItemPrivate * | get (const QGraphicsLayoutItem *q) |
Definition at line 99 of file qgraphicsgridlayout.cpp.
|
inline |
Definition at line 102 of file qgraphicsgridlayout.cpp.
| void QGraphicsGridLayoutPrivate::dump | ( | int | indent | ) | const |
Definition at line 633 of file qgraphicsgridlayout.cpp.
| QLayoutStyleInfo QGraphicsGridLayoutPrivate::styleInfo | ( | ) | const |
Definition at line 113 of file qgraphicsgridlayout.cpp.
Referenced by QGraphicsGridLayoutPrivate().
| QGridLayoutEngine QGraphicsGridLayoutPrivate::engine |
Definition at line 105 of file qgraphicsgridlayout.cpp.