![]() |
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 | |
SequentialAnchorData (const QList< AnchorVertex * > &vertices, const QList< AnchorData * > &edges) | |
virtual void | updateChildrenSizes () override |
void | calculateSizeHints () |
![]() | |
AnchorData () | |
virtual | ~AnchorData () |
void | refreshSizeHints (const QLayoutStyleInfo *styleInfo=nullptr) |
![]() | |
QSimplexVariable () | |
Public Attributes | |
const QList< AnchorData * > | m_edges |
![]() | |
AnchorVertex * | from |
AnchorVertex * | to |
qreal | minSize |
qreal | prefSize |
qreal | maxSize |
qreal | minPrefSize |
qreal | maxPrefSize |
qreal | sizeAtMinimum |
qreal | sizeAtPreferred |
qreal | sizeAtMaximum |
QGraphicsLayoutItem * | item |
QGraphicsAnchor * | graphicsAnchor |
uint | type: 2 |
uint | isLayoutAnchor: 1 |
uint | isCenterAnchor: 1 |
uint | isVertical: 1 |
uint | dependency: 2 |
![]() | |
qreal | result |
int | index |
Additional Inherited Members | |
![]() | |
enum | Type { Normal = 0 , Sequential , Parallel } |
enum | Dependency { Independent = 0 , Master , Slave } |
Definition at line 155 of file qgraphicsanchorlayout_p.h.
|
inline |
Definition at line 157 of file qgraphicsanchorlayout_p.h.
References QtGraphicsAnchorLayout::AnchorData::AnchorData(), and SequentialAnchorData().
Referenced by SequentialAnchorData().
void SequentialAnchorData::calculateSizeHints | ( | ) |
Definition at line 487 of file qgraphicsanchorlayout_p.cpp.
References QtGraphicsAnchorLayout::AnchorData::from.
Referenced by createSequence().
|
overridevirtual |
Reimplemented from QtGraphicsAnchorLayout::AnchorData.
Definition at line 445 of file qgraphicsanchorlayout_p.cpp.
References QtGraphicsAnchorLayout::AnchorData::from.
const QList<AnchorData *> QtGraphicsAnchorLayout::SequentialAnchorData::m_edges |
Definition at line 172 of file qgraphicsanchorlayout_p.h.