Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlSA::FixSuggestionPrivate Class Reference

#include <qqmlsa_p.h>

+ Collaboration diagram for QQmlSA::FixSuggestionPrivate:

Public Member Functions

 FixSuggestionPrivate (FixSuggestion *)
 
 FixSuggestionPrivate (FixSuggestion *, const QString &fixDescription, const QQmlSA::SourceLocation &location, const QString &replacement)
 
 FixSuggestionPrivate (FixSuggestion *, const FixSuggestionPrivate &)
 
 FixSuggestionPrivate (FixSuggestion *, FixSuggestionPrivate &&)
 
 ~FixSuggestionPrivate ()=default
 
QString fixDescription () const
 
QQmlSA::SourceLocation location () const
 
QString replacement () const
 
void setFileName (const QString &)
 
QString fileName () const
 
void setHint (const QString &)
 
QString hint () const
 
void setAutoApplicable (bool autoApplicable=true)
 
bool isAutoApplicable () const
 

Static Public Member Functions

static QQmlJSFixSuggestionfixSuggestion (QQmlSA::FixSuggestion &)
 
static const QQmlJSFixSuggestionfixSuggestion (const QQmlSA::FixSuggestion &)
 

Friends

class QT_PREPEND_NAMESPACE (QQmlJSFixSuggestion)
 

Detailed Description

Definition at line 232 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ FixSuggestionPrivate() [1/4]

QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate ( FixSuggestion interface)
explicit

Definition at line 1476 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [2/4]

QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate ( FixSuggestion interface,
const QString fixDescription,
const QQmlSA::SourceLocation location,
const QString replacement 
)

Definition at line 1478 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [3/4]

QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate ( FixSuggestion interface,
const FixSuggestionPrivate other 
)

Definition at line 1487 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [4/4]

QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate ( FixSuggestion interface,
FixSuggestionPrivate &&  other 
)

Definition at line 1493 of file qqmlsa.cpp.

◆ ~FixSuggestionPrivate()

QQmlSA::FixSuggestionPrivate::~FixSuggestionPrivate ( )
default

Member Function Documentation

◆ fileName()

QString QQmlSA::FixSuggestionPrivate::fileName ( ) const

Definition at line 1518 of file qqmlsa.cpp.

References QQmlJSFixSuggestion::filename().

Referenced by setFileName().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fixDescription()

QString QQmlSA::FixSuggestionPrivate::fixDescription ( ) const

Definition at line 1498 of file qqmlsa.cpp.

References QQmlJSFixSuggestion::fixDescription().

+ Here is the call graph for this function:

◆ fixSuggestion() [1/2]

const QQmlJSFixSuggestion & QQmlSA::FixSuggestionPrivate::fixSuggestion ( const QQmlSA::FixSuggestion saFixSuggestion)
static

Definition at line 1548 of file qqmlsa.cpp.

◆ fixSuggestion() [2/2]

QQmlJSFixSuggestion & QQmlSA::FixSuggestionPrivate::fixSuggestion ( QQmlSA::FixSuggestion saFixSuggestion)
static

◆ hint()

QString QQmlSA::FixSuggestionPrivate::hint ( ) const

Definition at line 1528 of file qqmlsa.cpp.

References QQmlJSFixSuggestion::hint().

Referenced by setHint().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isAutoApplicable()

bool QQmlSA::FixSuggestionPrivate::isAutoApplicable ( ) const

Definition at line 1538 of file qqmlsa.cpp.

References QQmlJSFixSuggestion::isAutoApplicable().

+ Here is the call graph for this function:

◆ location()

QQmlSA::SourceLocation QQmlSA::FixSuggestionPrivate::location ( ) const

Definition at line 1503 of file qqmlsa.cpp.

References QQmlSA::SourceLocationPrivate::createQQmlSASourceLocation(), and QQmlJSFixSuggestion::location().

+ Here is the call graph for this function:

◆ replacement()

QString QQmlSA::FixSuggestionPrivate::replacement ( ) const

Definition at line 1508 of file qqmlsa.cpp.

References QQmlJSFixSuggestion::replacement().

+ Here is the call graph for this function:

◆ setAutoApplicable()

void QQmlSA::FixSuggestionPrivate::setAutoApplicable ( bool  autoApplicable = true)

Definition at line 1533 of file qqmlsa.cpp.

References QQmlJSFixSuggestion::setAutoApplicable().

+ Here is the call graph for this function:

◆ setFileName()

void QQmlSA::FixSuggestionPrivate::setFileName ( const QString fileName)

Definition at line 1513 of file qqmlsa.cpp.

References fileName(), and QQmlJSFixSuggestion::setFilename().

+ Here is the call graph for this function:

◆ setHint()

void QQmlSA::FixSuggestionPrivate::setHint ( const QString hint)

Definition at line 1523 of file qqmlsa.cpp.

References hint(), and QQmlJSFixSuggestion::setHint().

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QQmlJSFixSuggestion  )
friend

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