![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljslintercontext_p.h>
Public Member Functions | |
| LinterContext (const QQmlJSScopesById &scopesById, QDuplicateTracker< QQmlJSScope::ConstPtr > &knownUnresolvedTypes, const QQmlJS::LinterRenamedComponents &renamedComponents, const QQmlJSImporter &importer, const QQmlJS::UserContextProperties &userContextProperties, const QQmlJS::HeuristicContextProperties &heuristicContextProperties) | |
Public Attributes | |
| QQmlJSScopesById | scopesById = { } |
| QDuplicateTracker< QQmlJSScope::ConstPtr > & | knownUnresolvedTypes |
| const QQmlJS::LinterRenamedComponents & | renamedComponents |
| const QQmlJSImporter & | importer |
| const QQmlJS::UserContextProperties & | userContextProperties |
| const QQmlJS::HeuristicContextProperties & | heuristicContextProperties |
Definition at line 33 of file qqmljslintercontext_p.h.
|
inline |
Definition at line 37 of file qqmljslintercontext_p.h.
| const QQmlJS::HeuristicContextProperties& QQmlJS::LinterContext::heuristicContextProperties |
Definition at line 64 of file qqmljslintercontext_p.h.
| const QQmlJSImporter& QQmlJS::LinterContext::importer |
Definition at line 62 of file qqmljslintercontext_p.h.
| QDuplicateTracker<QQmlJSScope::ConstPtr>& QQmlJS::LinterContext::knownUnresolvedTypes |
Definition at line 57 of file qqmljslintercontext_p.h.
| const QQmlJS::LinterRenamedComponents& QQmlJS::LinterContext::renamedComponents |
Definition at line 58 of file qqmljslintercontext_p.h.
| QQmlJSScopesById QQmlJS::LinterContext::scopesById = { } |
Definition at line 53 of file qqmljslintercontext_p.h.
| const QQmlJS::UserContextProperties& QQmlJS::LinterContext::userContextProperties |
Definition at line 63 of file qqmljslintercontext_p.h.