QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QPropertyBindingSourceLocation Struct Reference

#include <qproperty.h>

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 110 of file qproperty.h.

Constructor & Destructor Documentation

◆ QPropertyBindingSourceLocation()

QPropertyBindingSourceLocation::QPropertyBindingSourceLocation ( )
default

Member Data Documentation

◆ column

quint32 QPropertyBindingSourceLocation::column = 0

Definition at line 115 of file qproperty.h.

◆ fileName

const char* QPropertyBindingSourceLocation::fileName = nullptr

Definition at line 112 of file qproperty.h.

◆ functionName

const char* QPropertyBindingSourceLocation::functionName = nullptr

Definition at line 113 of file qproperty.h.

◆ line

quint32 QPropertyBindingSourceLocation::line = 0

Definition at line 114 of file qproperty.h.


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