Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 238 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ FixSuggestionPrivate() [1/4]

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

Definition at line 1565 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 1567 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [3/4]

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

Definition at line 1576 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [4/4]

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

Definition at line 1582 of file qqmlsa.cpp.

◆ ~FixSuggestionPrivate()

QQmlSA::FixSuggestionPrivate::~FixSuggestionPrivate ( )
default

Member Function Documentation

◆ fileName()

QString QQmlSA::FixSuggestionPrivate::fileName ( ) const

Definition at line 1607 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 1587 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 1637 of file qqmlsa.cpp.

◆ fixSuggestion() [2/2]

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

◆ hint()

QString QQmlSA::FixSuggestionPrivate::hint ( ) const

Definition at line 1617 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 1627 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 1592 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 1597 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 1622 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 1602 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 1612 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: