Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqmlsaconstants.h File Reference
#include <QtCore/qfileinfo.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  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  QQmlSA::ScriptBindingKind : unsigned int { QQmlSA::Script_Invalid , QQmlSA::Script_PropertyBinding , QQmlSA::Script_SignalHandler , QQmlSA::Script_ChangeHandler }
 
enum  QQmlSA::ExtensionKind { QQmlSA::NotExtension , QQmlSA::ExtensionType , QQmlSA::ExtensionNamespace }
 
enum class  QQmlSA::BindingTargetSpecifier { QQmlSA::SimplePropertyTarget , QQmlSA::ListPropertyTarget , QQmlSA::UnnamedPropertyTarget }
 
enum class  QQmlSA::ScopeType {
  QQmlSA::JSFunctionScope , QQmlSA::JSLexicalScope , QQmlSA::QMLScope , QQmlSA::GroupedPropertyScope ,
  QQmlSA::AttachedPropertyScope , QQmlSA::EnumScope
}
 
enum class  QQmlSA::QQmlJSMetaMethodAccess { QQmlSA::Private , QQmlSA::Protected , QQmlSA::Public }