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

(4bd87b903b355b53e3105ba1ae7c154c4e55cdaf)

#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