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

(b31bfde4bd840a94cdd4b2223e8f7c345850bd66)

#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/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()

static int currentIndexRemainder ( int currentIndex,
int modelCount )
inlinestaticnoexcept

Definition at line 1909 of file qquickpathview.cpp.

Referenced by QQuickPathView::componentComplete().

+ Here is the caller graph for this function:

Variable Documentation

◆ qPathViewAttachedType

QT_BEGIN_NAMESPACE QQmlOpenMetaObjectType* qPathViewAttachedType = nullptr
static

Definition at line 34 of file qquickpathview.cpp.

Referenced by QQuickPathViewAttached::QQuickPathViewAttached().