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
QQmlLSUtilsEdit Struct Reference

#include <qqmllsutils_p.h>

+ Collaboration diagram for QQmlLSUtilsEdit:

Static Public Member Functions

static QQmlLSUtilsEdit from (const QString &fileName, const QString &code, quint32 startLine, quint32 startCharacter, quint32 length, const QString &newName)
 

Public Attributes

QQmlLSUtilsLocation location
 
QString replacement
 

Friends

bool operator< (const QQmlLSUtilsEdit &a, const QQmlLSUtilsEdit &b)
 
bool operator== (const QQmlLSUtilsEdit &a, const QQmlLSUtilsEdit &b)
 

Detailed Description

Definition at line 92 of file qqmllsutils_p.h.

Member Function Documentation

◆ from()

QQmlLSUtilsEdit QQmlLSUtilsEdit::from ( const QString & fileName,
const QString & code,
quint32 startLine,
quint32 startCharacter,
quint32 length,
const QString & newName )
static

Definition at line 2125 of file qqmllsutils.cpp.

References fileName, QQmlLSUtilsLocation::from(), location, and replacement.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const QQmlLSUtilsEdit & a,
const QQmlLSUtilsEdit & b )
friend

Definition at line 100 of file qqmllsutils_p.h.

◆ operator==

bool operator== ( const QQmlLSUtilsEdit & a,
const QQmlLSUtilsEdit & b )
friend

Definition at line 105 of file qqmllsutils_p.h.

Member Data Documentation

◆ location

QQmlLSUtilsLocation QQmlLSUtilsEdit::location

Definition at line 94 of file qqmllsutils_p.h.

Referenced by from().

◆ replacement

QString QQmlLSUtilsEdit::replacement

Definition at line 95 of file qqmllsutils_p.h.

Referenced by from().


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