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
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 473 of file qgraphicsanchorlayout_p.h.

Member Data Documentation

◆ nonTrunkConstraints

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

Definition at line 475 of file qgraphicsanchorlayout_p.h.

◆ trunkConstraints

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

Definition at line 474 of file qgraphicsanchorlayout_p.h.


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