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