Qt 6.4
Qt Core
C++ Classes
QBindable
Qt 6.4.3 Reference Documentation
List of All Members for QBindable
This is the complete list of members for
QBindable
, including inherited members.
addNotifier
(Functor) : QPropertyNotifier
binding
() const : QUntypedPropertyBinding
binding
() const : QPropertyBinding<T>
hasBinding
() const : bool
isReadOnly
() const : bool
isValid
() const : bool
makeBinding
(const QPropertyBindingSourceLocation &) const : QUntypedPropertyBinding
makeBinding
(const QPropertyBindingSourceLocation &) const : QPropertyBinding<T>
metaType
() const : QMetaType
onValueChanged
(Functor) const : QPropertyChangeHandler<Functor>
setBinding
(const QUntypedPropertyBinding &) : bool
setBinding
(const QPropertyBinding<T> &) : QPropertyBinding<T>
setBinding
(Functor) : QPropertyBinding<T>
setValue
(const T &)
subscribe
(Functor) const : QPropertyChangeHandler<Functor>
takeBinding
() : QUntypedPropertyBinding
takeBinding
() : QPropertyBinding<T>
value
() const : T