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
qqmljsscopesbyid_p.h File Reference

(2d1eb12c3015e8873e054fc94ee529c35e27c668)

#include "qqmljsscope_p.h"
#include <QtCore/qhash.h>
#include <QtCore/qstring.h>
Include dependency graph for qqmljsscopesbyid_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlJSScopesById
struct  QQmlJSScopesById::CertainCallback< T >
struct  QQmlJSScopesById::MostLikelyCallback< T >
struct  QQmlJSScopesById::IdWithScope

Enumerations

enum class  QQmlJSScopesByIdOption : quint8 { Default = 0 , AssumeComponentsAreBound = 1 }

Functions

 Q_DECLARE_FLAGS (QQmlJSScopesByIdOptions, QQmlJSScopesByIdOption)

Enumeration Type Documentation

◆ QQmlJSScopesByIdOption

enum class QQmlJSScopesByIdOption : quint8
strong
Enumerator
Default 
AssumeComponentsAreBound 

Definition at line 26 of file qqmljsscopesbyid_p.h.

Function Documentation

◆ Q_DECLARE_FLAGS()

Q_DECLARE_FLAGS ( QQmlJSScopesByIdOptions ,
QQmlJSScopesByIdOption  )