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
qqmlsaconstants.h
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 WITH Qt-GPL-exception-1.0
3
4#ifndef QQMLSACONSTANTS_H
5#define QQMLSACONSTANTS_H
6
7#include <QtCore/qtconfigmacros.h>
8
10
11namespace QQmlSA {
12
29
30enum class ScriptBindingKind : unsigned int {
31 Invalid,
32 PropertyBinding, // property int p: 1 + 1
33 SignalHandler, // onSignal: { ... }
34 ChangeHandler, // onXChanged: { ... }
35};
36
45
46} // namespace QQmlSA
47
49
50#endif // QQMLSACONSTANTS_H
\inmodule QtQmlCompiler
Combined button and popup list for selecting options.