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
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
22#include <QtCore/qpointer.h>
23
25
27
29{
30 Q_DECLARE_PUBLIC(QQuickAnimator)
31public:
33 : target(0)
34 , duration(250)
35 , from(0)
36 , to(0)
39 {
40 }
41
42 QPointer<QQuickItem> target;
47
50
51 void apply(QQuickAnimatorJob *job, const QString &propertyName, QQuickStateActions &actions, QQmlProperties &modified, QObject *defaultTarget);
52};
53
63
64#if QT_CONFIG(quick_shadereffect)
65class QQuickUniformAnimatorPrivate : public QQuickAnimatorPrivate
66{
67public:
68 QString uniform;
69};
70#endif
71
73
74#endif // QQUICKANIMATOR_P_P_H
\inmodule QtCore
\inmodule QtCore
Definition qobject.h:103
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:129
Combined button and popup list for selecting options.
GLenum target
unsigned int uint
Definition qtypes.h:34
double qreal
Definition qtypes.h:187