dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QPropertyData
qt
core
property
Binding for C++ class
QPropertyData
.
extern (
C
++)
class
QPropertyData :
QUntypedPropertyData
(
T
) {
protected
T
val
;
protected extern (
D
) static immutable
bool
UseReferences
;
}
Members
Static variables
UseReferences
bool
UseReferences
;
Undocumented in source.
Variables
val
T
val
;
Undocumented in source.
Inherited Members
From QUntypedPropertyData
InheritsQUntypedPropertyData
struct
InheritsQUntypedPropertyData
Undocumented in source.
Meta
Source
See Implementation
qt
core
property
classes
QBindableInterfaceForProperty
QPropertyChangeHandler
QPropertyData
enums
Reason
functions
endPropertyUpdateGroup
printMetaTypeMismatch
printUnsuitableBindableWarning
manifest constants
QT_PROPERTY_DEFAULT_BINDING_LOCATION
structs
QBindable
QBindableInterface
QProperty
QPropertyAlias
QPropertyBinding
QPropertyBindingError
QPropertyBindingErrorPrivate
QPropertyBindingSourceLocation
QPropertyObserver
QPropertyObserverBase
QPropertyObserverPointer
QPropertyObserverPrivate
QUntypedBindable
QUntypedPropertyBinding
Binding for C++ class QPropertyData.