Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickmaterialbusyindicator.cpp File Reference
#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

◆ OneDegree

const int OneDegree = 16
static

◆ RotationAnimationDuration

◆ SpanAnimationDuration

QT_BEGIN_NAMESPACE const int SpanAnimationDuration = 700
static

◆ TargetRotation

const int TargetRotation = 720
static