Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlsaconstants.h File Reference

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

#include <QtCore/qtconfigmacros.h>
Include dependency graph for qqmlsaconstants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QQmlSA
 \inmodule QtQmlCompiler

Enumerations

enum class  QQmlSA::BindingType : unsigned int {
  QQmlSA::Invalid , QQmlSA::BoolLiteral , QQmlSA::NumberLiteral , QQmlSA::StringLiteral ,
  QQmlSA::RegExpLiteral , QQmlSA::Null , QQmlSA::Translation , QQmlSA::TranslationById ,
  QQmlSA::Script , QQmlSA::Object , QQmlSA::Interceptor , QQmlSA::ValueSource ,
  QQmlSA::AttachedProperty , QQmlSA::GroupProperty
}
enum class  QQmlSA::ScriptBindingKind : unsigned int { QQmlSA::Invalid , QQmlSA::PropertyBinding , QQmlSA::SignalHandler , QQmlSA::ChangeHandler }
enum class  QQmlSA::ScopeType {
  QQmlSA::JSFunctionScope , QQmlSA::JSLexicalScope , QQmlSA::QMLScope , QQmlSA::GroupedPropertyScope ,
  QQmlSA::AttachedPropertyScope , QQmlSA::EnumScope , QQmlSA::BindingFunctionScope , QQmlSA::SignalHandlerFunctionScope
}