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

#include <qqmlglobal_p.h>

Collaboration diagram for QQmlSourceLocation:

Public Member Functions

 QQmlSourceLocation ()
 QQmlSourceLocation (const QString &sourceFile, quint16 line, quint16 column)

Public Attributes

QString sourceFile
quint16 line = 0
quint16 column = 0

Detailed Description

Definition at line 299 of file qqmlglobal_p.h.

Constructor & Destructor Documentation

◆ QQmlSourceLocation() [1/2]

QQmlSourceLocation::QQmlSourceLocation ( )
inline

Definition at line 301 of file qqmlglobal_p.h.

◆ QQmlSourceLocation() [2/2]

QQmlSourceLocation::QQmlSourceLocation ( const QString & sourceFile,
quint16 line,
quint16 column )
inline

Definition at line 302 of file qqmlglobal_p.h.

References QQmlSourceLocation().

Referenced by QQmlSourceLocation().

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

Member Data Documentation

◆ column

quint16 QQmlSourceLocation::column = 0

◆ line

quint16 QQmlSourceLocation::line = 0

Definition at line 305 of file qqmlglobal_p.h.

◆ sourceFile

QString QQmlSourceLocation::sourceFile

Definition at line 304 of file qqmlglobal_p.h.


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