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

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquickmaterialbusyindicator_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qeasingcurve.h>
#include <QtGui/qpainter.h>
#include <QtQuick/qsgimagenode.h>
#include <QtQuick/qquickwindow.h>
#include <QtQuickControls2Impl/private/qquickanimatednode_p.h>
#include "moc_qquickmaterialbusyindicator_p.cpp"
Include dependency graph for qquickmaterialbusyindicator.cpp:

Go to the source code of this file.

Classes

class  QQuickMaterialBusyIndicatorNode

Variables

static QT_BEGIN_NAMESPACE const int SpanAnimationDuration = 700
static const int RotationAnimationDuration = SpanAnimationDuration * 6
static const int TargetRotation = 720
static const int OneDegree = 16
static const qreal MinSweepSpan = 10 * OneDegree
static const qreal MaxSweepSpan = 300 * OneDegree

Variable Documentation

◆ MaxSweepSpan

const qreal MaxSweepSpan = 300 * OneDegree
static

◆ MinSweepSpan

const qreal MinSweepSpan = 10 * OneDegree
static

Definition at line 34 of file qquickmaterialbusyindicator.cpp.

◆ OneDegree

const int OneDegree = 16
static

◆ RotationAnimationDuration

◆ SpanAnimationDuration

QT_BEGIN_NAMESPACE const int SpanAnimationDuration = 700
static

◆ TargetRotation

const int TargetRotation = 720
static