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
QQmlLSUtils::Edit Struct Reference

#include <qqmllsutils_p.h>

Collaboration diagram for QQmlLSUtils::Edit:

Static Public Member Functions

static Edit from (const QString &fileName, const QString &code, qsizetype startLine, qsizetype startCharacter, qsizetype length, const QString &newName)

Public Attributes

Location location
QString replacement

Friends

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

Detailed Description

Definition at line 146 of file qqmllsutils_p.h.

Member Function Documentation

◆ from()

Edit QQmlLSUtils::Edit::from ( const QString & fileName,
const QString & code,
qsizetype startLine,
qsizetype startCharacter,
qsizetype length,
const QString & newName )
static

Definition at line 2485 of file qqmllsutils.cpp.

◆ operator<

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

Definition at line 154 of file qqmllsutils_p.h.

◆ operator==

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

Definition at line 159 of file qqmllsutils_p.h.

Member Data Documentation

◆ location

Location QQmlLSUtils::Edit::location

Definition at line 148 of file qqmllsutils_p.h.

◆ replacement

QString QQmlLSUtils::Edit::replacement

Definition at line 149 of file qqmllsutils_p.h.


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