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
QQuickAnchorsPrivate Class Reference

#include <qquickanchors_p_p.h>

+ Inheritance diagram for QQuickAnchorsPrivate:
+ Collaboration diagram for QQuickAnchorsPrivate:

Public Member Functions

 QQuickAnchorsPrivate (QQuickItem *i)
 
void clearItem (QQuickItem *)
 
QQuickGeometryChange calculateDependency (QQuickItem *) const
 
void addDepend (QQuickItem *)
 
void remDepend (QQuickItem *)
 
bool isItemComplete () const
 
void setItemHeight (qreal)
 
void setItemWidth (qreal)
 
void setItemX (qreal)
 
void setItemY (qreal)
 
void setItemPos (const QPointF &)
 
void setItemSize (const QSizeF &)
 
void update ()
 
void updateOnComplete ()
 
void updateMe ()
 
void itemGeometryChanged (QQuickItem *, QQuickGeometryChange, const QRectF &) override
 
QQuickAnchorsPrivateanchorPrivate () override
 
bool checkHValid () const
 
bool checkVValid () const
 
bool checkHAnchorValid (QQuickAnchorLine anchor) const
 
bool checkVAnchorValid (QQuickAnchorLine anchor) const
 
bool calcStretch (QQuickItem *edge1Item, QQuickAnchors::Anchor edge1Line, QQuickItem *edge2Item, QQuickAnchors::Anchor edge2Line, qreal offset1, qreal offset2, QQuickAnchors::Anchor line, qreal &stretch) const
 
bool isMirrored () const
 
void updateHorizontalAnchors ()
 
void updateVerticalAnchors ()
 
void fillChanged ()
 
void centerInChanged ()
 
- Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
virtual ~QObjectPrivate ()
 
void deleteChildren ()
 
void clearBindingStorage ()
 
void checkForIncompatibleLibraryVersion (int version) const
 
void setParent_helper (QObject *)
 
void moveToThread_helper ()
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
 
QObjectList receiverList (const char *signal) const
 
void ensureConnectionData ()
 
void addConnection (int signal, Connection *c)
 
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
 
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
 
bool maybeSignalConnected (uint signalIndex) const
 
bool isDeclarativeSignalConnected (uint signalIdx) const
 
void connectNotify (const QMetaMethod &signal)
 
void disconnectNotify (const QMetaMethod &signal)
 
void reinitBindingStorageAfterThreadMove ()
 
virtual std::string flagsForDumping () const
 
virtual void writeToDebugStream (QDebug &) const
 
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
QMetaObjectdynamicMetaObject () const
 
- Public Member Functions inherited from QQuickItemChangeListener
virtual ~QQuickItemChangeListener ()
 
virtual void itemSiblingOrderChanged (QQuickItem *)
 
virtual void itemVisibilityChanged (QQuickItem *)
 
virtual void itemEnabledChanged (QQuickItem *)
 
virtual void itemOpacityChanged (QQuickItem *)
 
virtual void itemDestroyed (QQuickItem *)
 
virtual void itemChildAdded (QQuickItem *, QQuickItem *)
 
virtual void itemChildRemoved (QQuickItem *, QQuickItem *)
 
virtual void itemParentChanged (QQuickItem *, QQuickItem *)
 
virtual void itemRotationChanged (QQuickItem *)
 
virtual void itemImplicitWidthChanged (QQuickItem *)
 
virtual void itemImplicitHeightChanged (QQuickItem *)
 
virtual void itemFocusChanged (QQuickItem *, Qt::FocusReason)
 

Static Public Member Functions

static QQuickAnchorsPrivateget (QQuickAnchors *o)
 
- Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
 
static QObjectPrivateget (QObject *o)
 
static const QObjectPrivateget (const QObject *o)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
 
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static bool disconnect (const QObject *sender, int signal_index, void **slot)
 
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)
 

Public Attributes

qreal leftMargin
 
qreal rightMargin
 
qreal topMargin
 
qreal bottomMargin
 
qreal margins
 
qreal vCenterOffset
 
qreal hCenterOffset
 
qreal baselineOffset
 
QQuickItemitem
 
QQuickItemfill
 
QQuickItemcenterIn
 
QQuickItemleftAnchorItem
 
QQuickItemrightAnchorItem
 
QQuickItemtopAnchorItem
 
QQuickItembottomAnchorItem
 
QQuickItemvCenterAnchorItem
 
QQuickItemhCenterAnchorItem
 
QQuickItembaselineAnchorItem
 
QQuickAnchors::Anchor leftAnchorLine: 7
 
uint leftMarginExplicit: 1
 
QQuickAnchors::Anchor rightAnchorLine: 7
 
uint rightMarginExplicit: 1
 
QQuickAnchors::Anchor topAnchorLine: 7
 
uint topMarginExplicit: 1
 
QQuickAnchors::Anchor bottomAnchorLine: 7
 
uint bottomMarginExplicit: 1
 
QQuickAnchors::Anchor vCenterAnchorLine: 7
 
uint updatingMe: 1
 
QQuickAnchors::Anchor hCenterAnchorLine: 7
 
uint inDestructor: 1
 
QQuickAnchors::Anchor baselineAnchorLine: 7
 
uint centerAligned: 1
 
uint usedAnchors: 7
 
uint componentComplete: 1
 
qint8 updatingFill
 
qint8 updatingCenterIn
 
qint8 updatingHorizontalAnchor
 
qint8 updatingVerticalAnchor
 
- Public Attributes inherited from QObjectPrivate
ExtraDataextraData
 
QAtomicPointer< QThreadDatathreadData
 
QAtomicPointer< ConnectionDataconnections
 
union { 
 
   QObject *   currentChildBeingDeleted 
 
   QAbstractDeclarativeData *   declarativeData 
 
};  
 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
 
- Public Attributes inherited from QObjectData
QObjectq_ptr
 
QObjectparent
 
QObjectList children
 
uint isWidget: 1
 
uint blockSig: 1
 
uint wasDeleted: 1
 
uint isDeletingChildren: 1
 
uint sendChildEvents: 1
 
uint receiveChildEvents: 1
 
uint isWindow: 1
 
uint deleteLaterCalled: 1
 
uint isQuickItem: 1
 
uint willBeWidget: 1
 
uint wasWidget: 1
 
uint receiveParentEvents: 1
 
uint unused: 20
 
QAtomicInt postedEvents
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData>
 

Detailed Description

Definition at line 46 of file qquickanchors_p_p.h.

Constructor & Destructor Documentation

◆ QQuickAnchorsPrivate()

QQuickAnchorsPrivate::QQuickAnchorsPrivate ( QQuickItem * i)
inline

Definition at line 50 of file qquickanchors_p_p.h.

Member Function Documentation

◆ addDepend()

void QQuickAnchorsPrivate::addDepend ( QQuickItem * item)

Definition at line 289 of file qquickanchors.cpp.

References calculateDependency(), componentComplete, QQuickItemPrivate::get(), and item.

Referenced by updateOnComplete().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ anchorPrivate()

QQuickAnchorsPrivate * QQuickAnchorsPrivate::anchorPrivate ( )
inlineoverridevirtual

Reimplemented from QQuickItemChangeListener.

Definition at line 112 of file qquickanchors_p_p.h.

◆ calcStretch()

bool QQuickAnchorsPrivate::calcStretch ( QQuickItem * edge1Item,
QQuickAnchors::Anchor edge1Line,
QQuickItem * edge2Item,
QQuickAnchors::Anchor edge2Line,
qreal offset1,
qreal offset2,
QQuickAnchors::Anchor line,
qreal & stretch ) const

Definition at line 540 of file qquickanchors.cpp.

References item, line, position(), and readParentItem().

Referenced by updateHorizontalAnchors(), and updateVerticalAnchors().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ calculateDependency()

QQuickGeometryChange QQuickAnchorsPrivate::calculateDependency ( QQuickItem * controlItem) const

◆ centerInChanged()

void QQuickAnchorsPrivate::centerInChanged ( )

Definition at line 178 of file qquickanchors.cpp.

References centerIn, fill, hcenter(), hCenterOffset, isItemComplete(), item, qmlWarning(), readParentItem(), setItemPos(), updatingCenterIn, vcenter(), vCenterOffset, QQuickItem::x, and QQuickItem::y.

Referenced by itemGeometryChanged(), and update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ checkHAnchorValid()

bool QQuickAnchorsPrivate::checkHAnchorValid ( QQuickAnchorLine anchor) const

Definition at line 1308 of file qquickanchors.cpp.

References QQuickAnchorLine::anchorLine, QQuickAnchorLine::item, item, qmlWarning(), readParentItem(), and QQuickAnchors::Vertical_Mask.

+ Here is the call graph for this function:

◆ checkHValid()

bool QQuickAnchorsPrivate::checkHValid ( ) const

Definition at line 1296 of file qquickanchors.cpp.

References QQuickAnchors::HCenterAnchor, item, QQuickAnchors::LeftAnchor, qmlWarning(), QQuickAnchors::RightAnchor, and usedAnchors.

+ Here is the call graph for this function:

◆ checkVAnchorValid()

bool QQuickAnchorsPrivate::checkVAnchorValid ( QQuickAnchorLine anchor) const

Definition at line 1346 of file qquickanchors.cpp.

References QQuickAnchorLine::anchorLine, QQuickAnchors::Horizontal_Mask, QQuickAnchorLine::item, item, qmlWarning(), and readParentItem().

+ Here is the call graph for this function:

◆ checkVValid()

bool QQuickAnchorsPrivate::checkVValid ( ) const

Definition at line 1328 of file qquickanchors.cpp.

References QQuickAnchors::BaselineAnchor, QQuickAnchors::BottomAnchor, item, qmlWarning(), QQuickAnchors::TopAnchor, usedAnchors, and QQuickAnchors::VCenterAnchor.

+ Here is the call graph for this function:

◆ clearItem()

void QQuickAnchorsPrivate::clearItem ( QQuickItem * item)

Definition at line 206 of file qquickanchors.cpp.

References baselineAnchorItem, bottomAnchorItem, centerIn, fill, hCenterAnchorItem, item, leftAnchorItem, rightAnchorItem, topAnchorItem, usedAnchors, and vCenterAnchorItem.

Referenced by QQuickItem::~QQuickItem().

+ Here is the caller graph for this function:

◆ fillChanged()

void QQuickAnchorsPrivate::fillChanged ( )

Definition at line 151 of file qquickanchors.cpp.

References bottomMargin, fill, isItemComplete(), item, leftMargin, qmlWarning(), readHeight(), readParentItem(), readWidth(), readX(), readY(), rightMargin, setItemPos(), setItemSize(), topMargin, and updatingFill.

Referenced by itemGeometryChanged(), and update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get()

static QQuickAnchorsPrivate * QQuickAnchorsPrivate::get ( QQuickAnchors * o)
inlinestatic

Definition at line 179 of file qquickanchors_p_p.h.

References QObjectPrivate::get(), and o.

Referenced by QQuickItem::componentComplete(), QQuickItem::geometryChange(), hcenter(), QQuickItem::setBaselineOffset(), QQuickItemPrivate::setLayoutMirror(), and vcenter().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isItemComplete()

bool QQuickAnchorsPrivate::isItemComplete ( ) const

Definition at line 336 of file qquickanchors.cpp.

References componentComplete.

Referenced by centerInChanged(), fillChanged(), itemGeometryChanged(), update(), updateHorizontalAnchors(), and updateVerticalAnchors().

+ Here is the caller graph for this function:

◆ isMirrored()

bool QQuickAnchorsPrivate::isMirrored ( ) const

◆ itemGeometryChanged()

void QQuickAnchorsPrivate::itemGeometryChanged ( QQuickItem * ,
QQuickGeometryChange change,
const QRectF &  )
overridevirtual

Reimplemented from QQuickItemChangeListener.

Definition at line 451 of file qquickanchors.cpp.

References centerIn, centerInChanged(), fill, fillChanged(), QQuickAnchors::Horizontal_Mask, QQuickGeometryChange::horizontalChange(), isItemComplete(), updateHorizontalAnchors(), updateVerticalAnchors(), usedAnchors, QQuickAnchors::Vertical_Mask, and QQuickGeometryChange::verticalChange().

+ Here is the call graph for this function:

◆ remDepend()

void QQuickAnchorsPrivate::remDepend ( QQuickItem * item)

Definition at line 298 of file qquickanchors.cpp.

References calculateDependency(), componentComplete, QQuickItemPrivate::get(), and item.

+ Here is the call graph for this function:

◆ setItemHeight()

void QQuickAnchorsPrivate::setItemHeight ( qreal v)

Definition at line 353 of file qquickanchors.cpp.

References item, QQuickItem::setHeight(), and updatingMe.

Referenced by updateVerticalAnchors().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setItemPos()

void QQuickAnchorsPrivate::setItemPos ( const QPointF & v)

Definition at line 381 of file qquickanchors.cpp.

References item, QQuickItem::setPosition(), and updatingMe.

Referenced by centerInChanged(), and fillChanged().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setItemSize()

void QQuickAnchorsPrivate::setItemSize ( const QSizeF & v)

Definition at line 388 of file qquickanchors.cpp.

References item, QQuickItem::setSize(), and updatingMe.

Referenced by fillChanged().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setItemWidth()

void QQuickAnchorsPrivate::setItemWidth ( qreal v)

Definition at line 360 of file qquickanchors.cpp.

References item, QQuickItem::setWidth(), and updatingMe.

Referenced by updateHorizontalAnchors().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setItemX()

void QQuickAnchorsPrivate::setItemX ( qreal v)

Definition at line 367 of file qquickanchors.cpp.

References item, QQuickItem::setX(), and updatingMe.

Referenced by updateHorizontalAnchors().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setItemY()

void QQuickAnchorsPrivate::setItemY ( qreal v)

Definition at line 374 of file qquickanchors.cpp.

References item, QQuickItem::setY(), and updatingMe.

Referenced by updateVerticalAnchors().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ update()

void QQuickAnchorsPrivate::update ( )

Definition at line 434 of file qquickanchors.cpp.

References centerIn, centerInChanged(), fill, fillChanged(), QQuickAnchors::Horizontal_Mask, isItemComplete(), updateHorizontalAnchors(), updateVerticalAnchors(), usedAnchors, and QQuickAnchors::Vertical_Mask.

Referenced by QQuickItem::~QQuickItem(), updateMe(), and updateOnComplete().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateHorizontalAnchors()

void QQuickAnchorsPrivate::updateHorizontalAnchors ( )

Definition at line 658 of file qquickanchors.cpp.

References adjustedPosition(), calcStretch(), centerIn, fill, hcenter(), QQuickAnchors::HCenterAnchor, hCenterAnchorItem, hCenterAnchorLine, hCenterOffset, isItemComplete(), item, QQuickAnchors::LeftAnchor, leftAnchorItem, leftAnchorLine, leftMargin, position(), qmlWarning(), readParentItem(), readWidth(), reverseAnchorLine(), QQuickAnchors::RightAnchor, rightAnchorItem, rightAnchorLine, rightMargin, setItemWidth(), setItemX(), updatingHorizontalAnchor, and usedAnchors.

Referenced by itemGeometryChanged(), and update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ updateMe()

void QQuickAnchorsPrivate::updateMe ( )

Definition at line 395 of file qquickanchors.cpp.

References update(), and updatingMe.

+ Here is the call graph for this function:

◆ updateOnComplete()

void QQuickAnchorsPrivate::updateOnComplete ( )

Definition at line 405 of file qquickanchors.cpp.

References addDepend(), baselineAnchorItem, bottomAnchorItem, centerIn, fill, hCenterAnchorItem, i, leftAnchorItem, rightAnchorItem, topAnchorItem, update(), and vCenterAnchorItem.

+ Here is the call graph for this function:

◆ updateVerticalAnchors()

void QQuickAnchorsPrivate::updateVerticalAnchors ( )

Definition at line 571 of file qquickanchors.cpp.

References adjustedPosition(), QQuickAnchors::BaselineAnchor, baselineAnchorItem, baselineAnchorLine, baselineOffset, QQuickAnchors::BottomAnchor, bottomAnchorItem, bottomAnchorLine, bottomMargin, calcStretch(), centerIn, fill, isItemComplete(), item, position(), Q_UNLIKELY, qmlWarning(), readBaselineOffset(), readHeight(), readParentItem(), setItemHeight(), setItemY(), QQuickAnchors::TopAnchor, topAnchorItem, topAnchorLine, topMargin, updatingVerticalAnchor, usedAnchors, vcenter(), QQuickAnchors::VCenterAnchor, vCenterAnchorItem, vCenterAnchorLine, and vCenterOffset.

Referenced by itemGeometryChanged(), QQuickItem::setBaselineOffset(), and update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ baselineAnchorItem

QQuickItem* QQuickAnchorsPrivate::baselineAnchorItem

◆ baselineAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::baselineAnchorLine

Definition at line 166 of file qquickanchors_p_p.h.

Referenced by updateVerticalAnchors().

◆ baselineOffset

qreal QQuickAnchorsPrivate::baselineOffset

Definition at line 135 of file qquickanchors_p_p.h.

Referenced by updateVerticalAnchors().

◆ bottomAnchorItem

QQuickItem* QQuickAnchorsPrivate::bottomAnchorItem

◆ bottomAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::bottomAnchorLine

Definition at line 159 of file qquickanchors_p_p.h.

Referenced by updateVerticalAnchors().

◆ bottomMargin

qreal QQuickAnchorsPrivate::bottomMargin

Definition at line 131 of file qquickanchors_p_p.h.

Referenced by fillChanged(), and updateVerticalAnchors().

◆ bottomMarginExplicit

uint QQuickAnchorsPrivate::bottomMarginExplicit

Definition at line 160 of file qquickanchors_p_p.h.

◆ centerAligned

uint QQuickAnchorsPrivate::centerAligned

Definition at line 167 of file qquickanchors_p_p.h.

◆ centerIn

◆ componentComplete

uint QQuickAnchorsPrivate::componentComplete

Definition at line 169 of file qquickanchors_p_p.h.

Referenced by addDepend(), isItemComplete(), and remDepend().

◆ fill

◆ hCenterAnchorItem

QQuickItem* QQuickAnchorsPrivate::hCenterAnchorItem

◆ hCenterAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::hCenterAnchorLine

Definition at line 164 of file qquickanchors_p_p.h.

Referenced by updateHorizontalAnchors().

◆ hCenterOffset

qreal QQuickAnchorsPrivate::hCenterOffset

Definition at line 134 of file qquickanchors_p_p.h.

Referenced by centerInChanged(), and updateHorizontalAnchors().

◆ inDestructor

uint QQuickAnchorsPrivate::inDestructor

Definition at line 165 of file qquickanchors_p_p.h.

Referenced by calculateDependency().

◆ item

◆ leftAnchorItem

QQuickItem* QQuickAnchorsPrivate::leftAnchorItem

◆ leftAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::leftAnchorLine

Definition at line 153 of file qquickanchors_p_p.h.

Referenced by updateHorizontalAnchors().

◆ leftMargin

qreal QQuickAnchorsPrivate::leftMargin

Definition at line 128 of file qquickanchors_p_p.h.

Referenced by fillChanged(), and updateHorizontalAnchors().

◆ leftMarginExplicit

uint QQuickAnchorsPrivate::leftMarginExplicit

Definition at line 154 of file qquickanchors_p_p.h.

◆ margins

qreal QQuickAnchorsPrivate::margins

Definition at line 132 of file qquickanchors_p_p.h.

◆ rightAnchorItem

QQuickItem* QQuickAnchorsPrivate::rightAnchorItem

◆ rightAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::rightAnchorLine

Definition at line 155 of file qquickanchors_p_p.h.

Referenced by updateHorizontalAnchors().

◆ rightMargin

qreal QQuickAnchorsPrivate::rightMargin

Definition at line 129 of file qquickanchors_p_p.h.

Referenced by fillChanged(), and updateHorizontalAnchors().

◆ rightMarginExplicit

uint QQuickAnchorsPrivate::rightMarginExplicit

Definition at line 156 of file qquickanchors_p_p.h.

◆ topAnchorItem

QQuickItem* QQuickAnchorsPrivate::topAnchorItem

◆ topAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::topAnchorLine

Definition at line 157 of file qquickanchors_p_p.h.

Referenced by updateVerticalAnchors().

◆ topMargin

qreal QQuickAnchorsPrivate::topMargin

Definition at line 130 of file qquickanchors_p_p.h.

Referenced by fillChanged(), and updateVerticalAnchors().

◆ topMarginExplicit

uint QQuickAnchorsPrivate::topMarginExplicit

Definition at line 158 of file qquickanchors_p_p.h.

◆ updatingCenterIn

qint8 QQuickAnchorsPrivate::updatingCenterIn

Definition at line 174 of file qquickanchors_p_p.h.

Referenced by centerInChanged().

◆ updatingFill

qint8 QQuickAnchorsPrivate::updatingFill

Definition at line 173 of file qquickanchors_p_p.h.

Referenced by fillChanged().

◆ updatingHorizontalAnchor

qint8 QQuickAnchorsPrivate::updatingHorizontalAnchor

Definition at line 175 of file qquickanchors_p_p.h.

Referenced by updateHorizontalAnchors().

◆ updatingMe

uint QQuickAnchorsPrivate::updatingMe

◆ updatingVerticalAnchor

qint8 QQuickAnchorsPrivate::updatingVerticalAnchor

Definition at line 176 of file qquickanchors_p_p.h.

Referenced by updateVerticalAnchors().

◆ usedAnchors

◆ vCenterAnchorItem

QQuickItem* QQuickAnchorsPrivate::vCenterAnchorItem

◆ vCenterAnchorLine

QQuickAnchors::Anchor QQuickAnchorsPrivate::vCenterAnchorLine

Definition at line 162 of file qquickanchors_p_p.h.

Referenced by updateVerticalAnchors().

◆ vCenterOffset

qreal QQuickAnchorsPrivate::vCenterOffset

Definition at line 133 of file qquickanchors_p_p.h.

Referenced by centerInChanged(), and updateVerticalAnchors().


The documentation for this class was generated from the following files: