![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgraphicsanchorlayout_p.h>
Public Member Functions | |
AnchorVertex (QGraphicsLayoutItem *item, Qt::AnchorPoint edge) | |
AnchorVertex () | |
virtual | ~AnchorVertex ()=default |
Public Attributes | |
QGraphicsLayoutItem * | m_item |
Qt::AnchorPoint | m_edge |
qreal | distance |
Represents a vertex (anchorage point) in the internal graph
Definition at line 50 of file qgraphicsanchorlayout_p.h.
|
inline |
Definition at line 52 of file qgraphicsanchorlayout_p.h.
References AnchorVertex(), and m_item.
Referenced by AnchorVertex().
|
inline |
Definition at line 55 of file qgraphicsanchorlayout_p.h.
References AnchorVertex(), and m_item.
Referenced by AnchorVertex(), and QtGraphicsAnchorLayout::AnchorVertexPair::AnchorVertexPair().
|
virtualdefault |
qreal QtGraphicsAnchorLayout::AnchorVertex::distance |
Definition at line 69 of file qgraphicsanchorlayout_p.h.
Qt::AnchorPoint QtGraphicsAnchorLayout::AnchorVertex::m_edge |
Definition at line 65 of file qgraphicsanchorlayout_p.h.
QGraphicsLayoutItem* QtGraphicsAnchorLayout::AnchorVertex::m_item |
Definition at line 64 of file qgraphicsanchorlayout_p.h.
Referenced by AnchorVertex(), AnchorVertex(), and QtGraphicsAnchorLayout::AnchorData::refreshSizeHints().