Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtGraphicsAnchorLayout::AnchorVertexPair Struct Reference

#include <qgraphicsanchorlayout_p.h>

Inheritance diagram for QtGraphicsAnchorLayout::AnchorVertexPair:
Collaboration diagram for QtGraphicsAnchorLayout::AnchorVertexPair:

Public Member Functions

 AnchorVertexPair (AnchorVertex *v1, AnchorVertex *v2, AnchorData *data)
Public Member Functions inherited from QtGraphicsAnchorLayout::AnchorVertex
 AnchorVertex (QGraphicsLayoutItem *item, Qt::AnchorPoint edge)
 AnchorVertex ()
virtual ~AnchorVertex ()=default

Public Attributes

AnchorVertexm_first
AnchorVertexm_second
AnchorDatam_removedAnchor
QList< AnchorData * > m_firstAnchors
QList< AnchorData * > m_secondAnchors
Public Attributes inherited from QtGraphicsAnchorLayout::AnchorVertex
QGraphicsLayoutItemm_item
Qt::AnchorPoint m_edge
qreal distance

Detailed Description

Definition at line 216 of file qgraphicsanchorlayout_p.h.

Constructor & Destructor Documentation

◆ AnchorVertexPair()

QtGraphicsAnchorLayout::AnchorVertexPair::AnchorVertexPair ( AnchorVertex * v1,
AnchorVertex * v2,
AnchorData * data )
inline

Definition at line 217 of file qgraphicsanchorlayout_p.h.

References QtGraphicsAnchorLayout::AnchorVertex::AnchorVertex(), m_first, m_removedAnchor, and m_second.

Here is the call graph for this function:

Member Data Documentation

◆ m_first

AnchorVertex* QtGraphicsAnchorLayout::AnchorVertexPair::m_first

Definition at line 222 of file qgraphicsanchorlayout_p.h.

Referenced by AnchorVertexPair().

◆ m_firstAnchors

QList<AnchorData *> QtGraphicsAnchorLayout::AnchorVertexPair::m_firstAnchors

Definition at line 226 of file qgraphicsanchorlayout_p.h.

◆ m_removedAnchor

AnchorData* QtGraphicsAnchorLayout::AnchorVertexPair::m_removedAnchor

Definition at line 225 of file qgraphicsanchorlayout_p.h.

Referenced by AnchorVertexPair().

◆ m_second

AnchorVertex* QtGraphicsAnchorLayout::AnchorVertexPair::m_second

Definition at line 223 of file qgraphicsanchorlayout_p.h.

Referenced by AnchorVertexPair().

◆ m_secondAnchors

QList<AnchorData *> QtGraphicsAnchorLayout::AnchorVertexPair::m_secondAnchors

Definition at line 227 of file qgraphicsanchorlayout_p.h.


The documentation for this struct was generated from the following file: