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
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
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
46
47
\inmodule QtCore
Definition qobject.h:103
void transition(const QList< QQuickStateAction > &, QQuickTransition *transition, QObject *defaultTarget=nullptr)
Combined button and popup list for selecting options.