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
qquickpathview.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquickpathview_p.h"
#include "qquickpathview_p_p.h"
#include "qquickflickablebehavior_p.h"
#include "qquicktext_p.h"
#include <QtQml/qqmlcomponent.h>
#include <QtQuick/private/qquickstate_p.h>
#include <private/qqmlglobal_p.h>
#include <private/qqmlopenmetaobject_p.h>
#include <private/qqmlchangeset_p.h>
#include <qpa/qplatformtheme.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 QQmlOpenMetaObjectTypeqPathViewAttachedType = nullptr

Function Documentation

◆ currentIndexRemainder()

int currentIndexRemainder ( int currentIndex,
int modelCount )
inlinestaticnoexcept

Definition at line 1910 of file qquickpathview.cpp.

Variable Documentation

◆ qPathViewAttachedType

QT_BEGIN_NAMESPACE QQmlOpenMetaObjectType * qPathViewAttachedType = nullptr
static

Definition at line 39 of file qquickpathview.cpp.

Referenced by QQuickPathViewAttached::QQuickPathViewAttached().