![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QGraphicsLinearLayoutPrivate:
Collaboration diagram for QGraphicsLinearLayoutPrivate:Public Attributes | |
| Qt::Orientation | orientation |
| QScopedPointer< QGraphicsLayoutStyleInfo > | m_styleInfo |
| QGraphicsGridLayoutEngine | engine |
Public Attributes inherited from QGraphicsLayoutPrivate | |
| qreal | left |
| qreal | top |
| qreal | right |
| qreal | bottom |
| bool | activated |
Public Attributes inherited from QGraphicsLayoutItemPrivate | |
| QSizePolicy | sizePolicy |
| QGraphicsLayoutItem * | parent |
| QSizeF * | userSizeHints |
| QSizeF | cachedSizeHints [Qt::NSizeHints] |
| QSizeF | cachedConstraint |
| QSizeF | cachedSizeHintsWithConstraints [Qt::NSizeHints] |
| quint32 | sizeHintCacheDirty: 1 |
| quint32 | sizeHintWithConstraintCacheDirty: 1 |
| quint32 | isLayout: 1 |
| quint32 | ownedByLayout: 1 |
| QGraphicsLayoutItem * | q_ptr |
| QRectF | geom |
| QGraphicsItem * | graphicsItem |
Additional Inherited Members | |
Public Types inherited from QGraphicsLayoutItemPrivate | |
| enum | SizeComponent { Width , Height } |
Static Public Member Functions inherited from QGraphicsLayoutItemPrivate | |
| static QGraphicsLayoutItemPrivate * | get (QGraphicsLayoutItem *q) |
| static const QGraphicsLayoutItemPrivate * | get (const QGraphicsLayoutItem *q) |
Definition at line 98 of file qgraphicslinearlayout.cpp.
|
inline |
Definition at line 101 of file qgraphicslinearlayout.cpp.
| void QGraphicsLinearLayoutPrivate::fixIndex | ( | int * | index | ) | const |
Definition at line 123 of file qgraphicslinearlayout.cpp.
References engine, orientation, and QGridLayoutEngine::rowCount().
Here is the call graph for this function:| int QGraphicsLinearLayoutPrivate::gridColumn | ( | int | index | ) | const |
Definition at line 137 of file qgraphicslinearlayout.cpp.
References QGridLayoutEngine::columnCount(), engine, orientation, qMin(), and Qt::Vertical.
Here is the call graph for this function:| int QGraphicsLinearLayoutPrivate::gridRow | ( | int | index | ) | const |
Definition at line 130 of file qgraphicslinearlayout.cpp.
References engine, Qt::Horizontal, orientation, qMin(), and QGridLayoutEngine::rowCount().
Here is the call graph for this function:| void QGraphicsLinearLayoutPrivate::removeGridItem | ( | QGridLayoutItem * | gridItem | ) |
Definition at line 116 of file qgraphicslinearlayout.cpp.
References engine, QGridLayoutItem::firstRow(), orientation, QGridLayoutEngine::removeItem(), and QGridLayoutEngine::removeRows().
Here is the call graph for this function:| QGraphicsLayoutStyleInfo * QGraphicsLinearLayoutPrivate::styleInfo | ( | ) | const |
Definition at line 144 of file qgraphicslinearlayout.cpp.
References QScopedPointer< T, Cleanup >::data(), m_styleInfo, and QScopedPointer< T, Cleanup >::reset().
Here is the call graph for this function:| QGraphicsGridLayoutEngine QGraphicsLinearLayoutPrivate::engine |
Definition at line 113 of file qgraphicslinearlayout.cpp.
Referenced by fixIndex(), gridColumn(), gridRow(), and removeGridItem().
|
mutable |
Definition at line 112 of file qgraphicslinearlayout.cpp.
Referenced by styleInfo().
| Qt::Orientation QGraphicsLinearLayoutPrivate::orientation |
Definition at line 111 of file qgraphicslinearlayout.cpp.
Referenced by fixIndex(), gridColumn(), gridRow(), and removeGridItem().