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

(81bad2a9b2096d6a800e861f3f4eb556a619a681)

#include "qquickbasicbusyindicator_p.h"
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qsgadaptationlayer_p.h>
#include <QtQuickControls2Impl/private/qquickanimatednode_p.h>
#include "moc_qquickbasicbusyindicator_p.cpp"
+ Include dependency graph for qquickbasicbusyindicator.cpp:

Go to the source code of this file.

Classes

class  QQuickBasicBusyIndicatorNode
 

Functions

static QPointF moveCircle (const QPointF &pos, qreal rotation, qreal distance)
 

Variables

static QT_BEGIN_NAMESPACE const int CircleCount = 10
 
static const int QbbiTotalDuration = 100 * CircleCount * 2
 
static const QRgb TransparentColor = 0x00000000
 

Function Documentation

◆ moveCircle()

static QPointF moveCircle ( const QPointF & pos,
qreal rotation,
qreal distance )
static

Definition at line 16 of file qquickbasicbusyindicator.cpp.

References QTransform::map(), pos, and QTransform::rotate().

Referenced by QQuickBasicBusyIndicatorNode::sync().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ CircleCount

◆ QbbiTotalDuration

const int QbbiTotalDuration = 100 * CircleCount * 2
static

◆ TransparentColor

const QRgb TransparentColor = 0x00000000
static