Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty_p.h>
Public Attributes | |
QPropertyBindingError::Type | type = QPropertyBindingError::NoError |
QString | description |
Public Attributes inherited from QSharedData | |
QAtomicInt | ref |
Additional Inherited Members | |
Public Member Functions inherited from QSharedData | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Definition at line 190 of file qproperty_p.h.
QString QPropertyBindingErrorPrivate::description |
Definition at line 194 of file qproperty_p.h.
QPropertyBindingError::Type QPropertyBindingErrorPrivate::type = QPropertyBindingError::NoError |
Definition at line 193 of file qproperty_p.h.