Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QPropertyBindingSourceLocation Struct Reference

#include <qproperty.h>

+ Collaboration diagram for QPropertyBindingSourceLocation:

Public Member Functions

 QPropertyBindingSourceLocation ()=default
 

Public Attributes

const char * fileName = nullptr
 
const char * functionName = nullptr
 
quint32 line = 0
 
quint32 column = 0
 

Detailed Description

Definition at line 94 of file qproperty.h.

Constructor & Destructor Documentation

◆ QPropertyBindingSourceLocation()

QPropertyBindingSourceLocation::QPropertyBindingSourceLocation ( )
default

References fileName, and line.

Member Data Documentation

◆ column

quint32 QPropertyBindingSourceLocation::column = 0

Definition at line 99 of file qproperty.h.

◆ fileName

const char* QPropertyBindingSourceLocation::fileName = nullptr

Definition at line 96 of file qproperty.h.

◆ functionName

const char* QPropertyBindingSourceLocation::functionName = nullptr

Definition at line 97 of file qproperty.h.

◆ line

quint32 QPropertyBindingSourceLocation::line = 0

Definition at line 98 of file qproperty.h.


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