Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickanimator_p_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQUICKANIMATOR_P_P_H
5#define QQUICKANIMATOR_P_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include "qquickanimator_p.h"
19#include "qquickanimation_p_p.h"
20#include <QtQuick/qquickitem.h>
21
23
25
27{
28 Q_DECLARE_PUBLIC(QQuickAnimator)
29public:
31 : target(0)
32 , duration(250)
33 , from(0)
34 , to(0)
37 {
38 }
39
45
48
49 void apply(QQuickAnimatorJob *job, const QString &propertyName, QQuickStateActions &actions, QQmlProperties &modified, QObject *defaultTarget);
50};
51
53{
54public:
57 {
58 }
60};
61
62#if QT_CONFIG(quick_shadereffect)
63class QQuickUniformAnimatorPrivate : public QQuickAnimatorPrivate
64{
65public:
66 QString uniform;
67};
68#endif
69
71
72#endif // QQUICKANIMATOR_P_P_H
\inmodule QtCore
\inmodule QtCore
Definition qobject.h:90
\inmodule QtCore
Definition qpointer.h:18
QPointer< QQuickItem > target
void apply(QQuickAnimatorJob *job, const QString &propertyName, QQuickStateActions &actions, QQmlProperties &modified, QObject *defaultTarget)
QQuickRotationAnimator::RotationDirection direction
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
Combined button and popup list for selecting options.
GLenum target
unsigned int uint
Definition qtypes.h:29
double qreal
Definition qtypes.h:92