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
qopenxranimationdriver.cpp
Go to the documentation of this file.
1// Copyright (C) 2023 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.
qint64 elapsed() const override
Returns the number of milliseconds since the animations was started.
void advance() override
Advances the animation.
Combined button and popup list for selecting options.
long long qint64
Definition qtypes.h:60