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
QGraphicsAnchorLayoutPrivate::GraphParts Struct Reference

#include <qgraphicsanchorlayout_p.h>

+ Collaboration diagram for QGraphicsAnchorLayoutPrivate::GraphParts:

Public Attributes

QList< QSimplexConstraint * > trunkConstraints
 
QList< QSimplexConstraint * > nonTrunkConstraints
 

Detailed Description

Definition at line 470 of file qgraphicsanchorlayout_p.h.

Member Data Documentation

◆ nonTrunkConstraints

QList<QSimplexConstraint *> QGraphicsAnchorLayoutPrivate::GraphParts::nonTrunkConstraints

Definition at line 472 of file qgraphicsanchorlayout_p.h.

◆ trunkConstraints

QList<QSimplexConstraint *> QGraphicsAnchorLayoutPrivate::GraphParts::trunkConstraints

Definition at line 471 of file qgraphicsanchorlayout_p.h.


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