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
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 244 of file qqmlsa_p.h.

Constructor & Destructor Documentation

◆ FixSuggestionPrivate() [1/4]

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

Definition at line 2010 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [2/4]

QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate ( FixSuggestion * iface,
const QString & fixDescription,
const QQmlSA::SourceLocation & location,
const QString & replacement )

Definition at line 2012 of file qqmlsa.cpp.

◆ FixSuggestionPrivate() [3/4]

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

Definition at line 2021 of file qqmlsa.cpp.

References FixSuggestionPrivate().

Referenced by FixSuggestionPrivate().

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

◆ FixSuggestionPrivate() [4/4]

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

Definition at line 2027 of file qqmlsa.cpp.

References FixSuggestionPrivate().

Referenced by FixSuggestionPrivate().

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

◆ ~FixSuggestionPrivate()

QQmlSA::FixSuggestionPrivate::~FixSuggestionPrivate ( )
default

Member Function Documentation

◆ fileName()

QString QQmlSA::FixSuggestionPrivate::fileName ( ) const

Definition at line 2052 of file qqmlsa.cpp.

◆ fixDescription()

QString QQmlSA::FixSuggestionPrivate::fixDescription ( ) const

Definition at line 2032 of file qqmlsa.cpp.

◆ fixSuggestion() [1/2]

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

Definition at line 2082 of file qqmlsa.cpp.

◆ fixSuggestion() [2/2]

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

Definition at line 2077 of file qqmlsa.cpp.

◆ hint()

QString QQmlSA::FixSuggestionPrivate::hint ( ) const

Definition at line 2062 of file qqmlsa.cpp.

◆ isAutoApplicable()

bool QQmlSA::FixSuggestionPrivate::isAutoApplicable ( ) const

Definition at line 2072 of file qqmlsa.cpp.

◆ location()

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

Definition at line 2037 of file qqmlsa.cpp.

◆ replacement()

QString QQmlSA::FixSuggestionPrivate::replacement ( ) const

Definition at line 2042 of file qqmlsa.cpp.

◆ setAutoApplicable()

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

Definition at line 2067 of file qqmlsa.cpp.

◆ setFileName()

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

Definition at line 2047 of file qqmlsa.cpp.

◆ setHint()

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

Definition at line 2057 of file qqmlsa.cpp.

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QQmlJSFixSuggestion )
friend

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