![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickScrollIndicatorAttachedPrivate:
Collaboration diagram for QQuickScrollIndicatorAttachedPrivate:Public Attributes | ||
| QQuickFlickable * | flickable = nullptr | |
| QQuickScrollIndicator * | horizontal = nullptr | |
| QQuickScrollIndicator * | vertical = nullptr | |
Public Attributes inherited from QObjectPrivate | ||
| ExtraData * | extraData | |
| QAtomicPointer< QThreadData > | threadData | |
| QAtomicPointer< ConnectionData > | connections | |
| union { | ||
| QObject * currentChildBeingDeleted | ||
| QAbstractDeclarativeData * declarativeData | ||
| }; | ||
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount | |
Public Attributes inherited from QObjectData | ||
| QObject * | q_ptr | |
| QObject * | parent | |
| 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 | unused: 21 | |
| QAtomicInt | postedEvents | |
| QDynamicMetaObjectData * | metaObject | |
| QBindingStorage | bindingStorage | |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (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) |
Definition at line 392 of file qquickscrollindicator.cpp.
| void QQuickScrollIndicatorAttachedPrivate::activateHorizontal | ( | ) |
Definition at line 411 of file qquickscrollindicator.cpp.
References flickable, horizontal, QQuickFlickable::isMovingHorizontally(), and QQuickScrollIndicator::setActive().
Referenced by QQuickScrollIndicatorAttached::setHorizontal().
Here is the call graph for this function:
Here is the caller graph for this function:| void QQuickScrollIndicatorAttachedPrivate::activateVertical | ( | ) |
Definition at line 416 of file qquickscrollindicator.cpp.
References flickable, QQuickFlickable::isMovingVertically(), QQuickScrollIndicator::setActive(), and vertical.
Referenced by QQuickScrollIndicatorAttached::setVertical().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 475 of file qquickscrollindicator.cpp.
References horizontal, item, and vertical.
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 441 of file qquickscrollindicator.cpp.
References QRectF::height(), QQuickItem::height, horizontal, item, layoutHorizontal(), layoutVertical(), Q_UNUSED, qFuzzyCompare(), qFuzzyIsNull(), vertical, QRectF::width(), QQuickItem::width, QQuickItem::x, and QQuickItem::y.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 469 of file qquickscrollindicator.cpp.
References horizontal, item, and layoutHorizontal().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 463 of file qquickscrollindicator.cpp.
References item, layoutVertical(), and vertical.
Here is the call graph for this function:| void QQuickScrollIndicatorAttachedPrivate::layoutHorizontal | ( | bool | move = true | ) |
Definition at line 421 of file qquickscrollindicator.cpp.
References flickable, QQuickItem::height, horizontal, QQuickItem::parentItem(), Q_ASSERT, QQuickItem::setWidth(), QQuickItem::setY(), and QQuickItem::width.
Referenced by itemGeometryChanged(), and itemImplicitHeightChanged().
Here is the call graph for this function:
Here is the caller graph for this function:| void QQuickScrollIndicatorAttachedPrivate::layoutVertical | ( | bool | move = true | ) |
Definition at line 431 of file qquickscrollindicator.cpp.
References flickable, QQuickItemPrivate::get(), QQuickItem::height, QQuickItem::parentItem(), Q_ASSERT, QQuickItem::setHeight(), QQuickItem::setX(), vertical, and QQuickItem::width.
Referenced by itemGeometryChanged(), and itemImplicitWidthChanged().
Here is the call graph for this function:
Here is the caller graph for this function:| QQuickFlickable* QQuickScrollIndicatorAttachedPrivate::flickable = nullptr |
Definition at line 406 of file qquickscrollindicator.cpp.
Referenced by activateHorizontal(), activateVertical(), layoutHorizontal(), and layoutVertical().
| QQuickScrollIndicator* QQuickScrollIndicatorAttachedPrivate::horizontal = nullptr |
Definition at line 407 of file qquickscrollindicator.cpp.
Referenced by activateHorizontal(), itemDestroyed(), itemGeometryChanged(), itemImplicitHeightChanged(), and layoutHorizontal().
| QQuickScrollIndicator* QQuickScrollIndicatorAttachedPrivate::vertical = nullptr |
Definition at line 408 of file qquickscrollindicator.cpp.
Referenced by activateVertical(), itemDestroyed(), itemGeometryChanged(), itemImplicitWidthChanged(), and layoutVertical().