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
qquick3dxranimationdriver.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
7
11
13{
14 m_elapsed += m_step;
16}
17
19{
20 return m_elapsed;
21}
22
24{
25 m_step = stepSize;
26}
27
void advanceAnimation()
Advances the animation.
void advance() override
Advances the animation.
qint64 elapsed() const override
Returns the number of milliseconds since the animations was started.
Combined button and popup list for selecting options.
long long qint64
Definition qtypes.h:60