![]() |
Qt 6.x
The Qt SDK
|
#include "qquickpathview_p.h"#include "qquickpathview_p_p.h"#include "qquickflickablebehavior_p.h"#include "qquicktext_p.h"#include <QtQuick/private/qquickstate_p.h>#include <private/qqmlglobal_p.h>#include <private/qqmlopenmetaobject_p.h>#include <private/qqmlchangeset_p.h>#include <qpa/qplatformintegration.h>#include <QtQml/qqmlinfo.h>#include <QtGui/private/qeventpoint_p.h>#include <QtGui/qevent.h>#include <QtGui/qguiapplication.h>#include <QtGui/private/qguiapplication_p.h>#include <QtGui/qstylehints.h>#include <QtCore/qmath.h>#include <cmath>#include "moc_qquickpathview_p.cpp"
Include dependency graph for qquickpathview.cpp:Go to the source code of this file.
Functions | |
| static int | currentIndexRemainder (int currentIndex, int modelCount) noexcept |
Variables | |
| static QT_BEGIN_NAMESPACE QQmlOpenMetaObjectType * | qPathViewAttachedType = nullptr |
|
inlinestaticnoexcept |
Definition at line 1894 of file qquickpathview.cpp.
Referenced by QQuickPathView::componentComplete().
Here is the caller graph for this function:
|
static |
Definition at line 34 of file qquickpathview.cpp.
Referenced by QQuickPathViewAttached::QQuickPathViewAttached().