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

Constructor & Destructor Documentation

◆ QPropertyBindingSourceLocation()

QPropertyBindingSourceLocation::QPropertyBindingSourceLocation ( )
default

Member Data Documentation

◆ column

quint32 QPropertyBindingSourceLocation::column = 0

◆ fileName

const char* QPropertyBindingSourceLocation::fileName = nullptr

Definition at line 97 of file qproperty.h.

◆ functionName

const char* QPropertyBindingSourceLocation::functionName = nullptr

Definition at line 98 of file qproperty.h.

◆ line

quint32 QPropertyBindingSourceLocation::line = 0

Definition at line 99 of file qproperty.h.


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