46 QQuickItem* attachedItem()
const;
48 QQuickItem* settledItem( Qt::AnchorPoint )
const;
49 Qt::AnchorPoint settledItemAnchorPoint( Qt::AnchorPoint )
const;
54 QMarginsF margins()
const;
55 void setMargins(
const QMarginsF& );
57 void setCenterOffsets( qreal horizontalOffset, qreal verticalOffset );
58 void setCenterOffset( Qt::Orientation, qreal offset );
59 qreal centerOffset( Qt::Orientation );
62 void addAnchor( Qt::AnchorPoint, QQuickItem*, Qt::AnchorPoint );
63 void addAnchors( Qt::Corner, QQuickItem*, Qt::Corner );
64 void removeAnchor( Qt::AnchorPoint );
69 void setBorderAnchors( QQuickItem*, Qt::Orientations = Qt::Horizontal | Qt::Vertical );
70 void setCenterAnchors( QQuickItem*, Qt::Orientations = Qt::Horizontal | Qt::Vertical );
73 QPointer< QQuickItem > m_attachedItem;