Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlsa_p.h File Reference
#include <qtqmlcompilerexports.h>
#include <private/qqmljslogger_p.h>
#include <QtCore/qset.h>
#include "qqmljsmetatypes_p.h"
#include <map>
#include <unordered_map>
#include <vector>
#include <memory>
+ Include dependency graph for qqmlsa_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQmlSA::BindingInfo
 
struct  QQmlSA::PropertyPassInfo
 
class  QQmlSA::BindingsPrivate
 
class  QQmlSA::BindingPrivate
 
class  QQmlSA::MethodPrivate
 
class  QQmlSA::MethodsPrivate
 
class  QQmlSA::PropertyPrivate
 
class  QQmlSA::PassManagerPrivate
 
class  QQmlSA::FixSuggestionPrivate
 

Namespaces

namespace  QQmlSA
 \inmodule QtQmlCompiler
 

Enumerations

enum class  QQmlSA::AccessSemantics { QQmlSA::Reference , QQmlSA::Value , QQmlSA::None , QQmlSA::Sequence }
 
enum class  QQmlSA::Flag {
  QQmlSA::Creatable = 0x1 , QQmlSA::Composite = 0x2 , QQmlSA::Singleton = 0x4 , QQmlSA::Script = 0x8 ,
  QQmlSA::CustomParser = 0x10 , QQmlSA::Array = 0x20 , QQmlSA::InlineComponent = 0x40 , QQmlSA::WrappedInImplicitComponent = 0x80 ,
  QQmlSA::HasBaseTypeError = 0x100 , QQmlSA::HasExtensionNamespace = 0x200 , QQmlSA::IsListProperty = 0x400
}