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
QQmlJS::LinterRenamedComponents Class Reference

#include <qqmljslinterrenamedcomponents_p.h>

Collaboration diagram for QQmlJS::LinterRenamedComponents:

Public Member Functions

void handleRenamedType (const QQmlJSScope::ConstPtr &scope, const QStringView name, const QQmlJS::SourceLocation &location, QQmlJSLogger *logger) const
bool isTypeRenamedTo (const QQmlJSScope::ConstPtr &scope, const QString &alias) const
void setScopeToName (const QMultiHash< QQmlJSScope::ConstPtr, QString > *scopeToName)

Detailed Description

Definition at line 30 of file qqmljslinterrenamedcomponents_p.h.

Member Function Documentation

◆ handleRenamedType()

void QQmlJS::LinterRenamedComponents::handleRenamedType ( const QQmlJSScope::ConstPtr & scope,
const QStringView name,
const QQmlJS::SourceLocation & location,
QQmlJSLogger * logger ) const

Definition at line 27 of file qqmljslinterrenamedcomponents.cpp.

◆ isTypeRenamedTo()

bool QQmlJS::LinterRenamedComponents::isTypeRenamedTo ( const QQmlJSScope::ConstPtr & scope,
const QString & alias ) const

Definition at line 53 of file qqmljslinterrenamedcomponents.cpp.

◆ setScopeToName()

void QQmlJS::LinterRenamedComponents::setScopeToName ( const QMultiHash< QQmlJSScope::ConstPtr, QString > * scopeToName)
inline

Definition at line 37 of file qqmljslinterrenamedcomponents_p.h.


The documentation for this class was generated from the following files: