Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtGraphicsAnchorLayout::AnchorVertex Struct Reference

#include <qgraphicsanchorlayout_p.h>

+ Inheritance diagram for QtGraphicsAnchorLayout::AnchorVertex:
+ Collaboration diagram for QtGraphicsAnchorLayout::AnchorVertex:

Public Member Functions

 AnchorVertex (QGraphicsLayoutItem *item, Qt::AnchorPoint edge)
 
 AnchorVertex ()
 
virtual ~AnchorVertex ()=default
 

Public Attributes

QGraphicsLayoutItemm_item
 
Qt::AnchorPoint m_edge
 
qreal distance
 

Detailed Description

Represents a vertex (anchorage point) in the internal graph

Definition at line 50 of file qgraphicsanchorlayout_p.h.

Constructor & Destructor Documentation

◆ AnchorVertex() [1/2]

QtGraphicsAnchorLayout::AnchorVertex::AnchorVertex ( QGraphicsLayoutItem * item,
Qt::AnchorPoint edge )
inline

Definition at line 52 of file qgraphicsanchorlayout_p.h.

◆ AnchorVertex() [2/2]

QtGraphicsAnchorLayout::AnchorVertex::AnchorVertex ( )
inline

Definition at line 55 of file qgraphicsanchorlayout_p.h.

◆ ~AnchorVertex()

virtual QtGraphicsAnchorLayout::AnchorVertex::~AnchorVertex ( )
virtualdefault

Member Data Documentation

◆ distance

qreal QtGraphicsAnchorLayout::AnchorVertex::distance

◆ m_edge

Qt::AnchorPoint QtGraphicsAnchorLayout::AnchorVertex::m_edge

◆ m_item


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