Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qdeclarativegeomapitemtransitionmanager.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 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
6
8
10 : QQuickTransitionManager(), m_mapItem(mapItem)
11{
12}
13
15{
17 cancel();
18
20 return;
21
22 if (m_view && m_view->m_enter)
24 else
25 finished();
26}
27
29{
31 return;
32
33 if (m_view && m_view->m_exit)
35 else
36 finished();
37}
38
40{
45}
46
47
\inmodule QtCore
Definition qobject.h:90
void transition(const QList< QQuickStateAction > &, QQuickTransition *transition, QObject *defaultTarget=nullptr)
Combined button and popup list for selecting options.