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 File Reference

(6a8b6dbc8424851aa048041457575c8b78e3fff2)

#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
}