dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QBindable
qt
core
property
Binding for C++ class
QBindable
.
extern (
C
++) extern (
C
++)
struct
QBindable (
T
) {
QUntypedBindable
base0
;
T
value
();
void
setValue
(const(T) value);
}
Alias This
base0
Members
Functions
setValue
void
setValue
(const(T) value)
Undocumented in source. Be warned that the author may not have intended to support it.
value
T
value
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base0
QUntypedBindable
base0
;
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 QBindable.