Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QBindable< T > Member List

This is the complete list of members for QBindable< T >, including all inherited members.

addNotifier(Functor f)QUntypedBindableinline
binding() constQBindable< T >inline
dataQUntypedBindableprotected
hasBinding() constQUntypedBindableinline
ifaceQUntypedBindableprotected
isBindable() constQUntypedBindableinline
isReadOnly() constQUntypedBindableinline
isValid() constQUntypedBindableinline
makeBinding(const QPropertyBindingSourceLocation &location=QT_PROPERTY_DEFAULT_BINDING_LOCATION) constQBindable< T >inline
metaType() constQUntypedBindableinline
observe(QPropertyObserver *observer) constQUntypedBindableinline
onValueChanged(Functor f) constQUntypedBindableinline
QBindable(const QUntypedBindable &b)QBindable< T >inlineexplicit
QBindable(QObject *obj, const QMetaProperty &property)QBindable< T >inlineexplicit
QBindable(QObject *obj, const char *property)QBindable< T >inlineexplicit
QPropertyAliasQBindable< T >friend
QUntypedBindable(QUntypedPropertyData *d, const QtPrivate::QBindableInterface *i)QBindable< T >inline
QUntypedBindable(QObject *obj, const QMetaProperty &property, const QtPrivate::QBindableInterface *i)QBindable< T >explicit
QUntypedBindable(QObject *obj, const char *property, const QtPrivate::QBindableInterface *i)QBindable< T >explicit
QUntypedBindable()=defaultQBindable< T >
QUntypedBindable(Property *p)QBindable< T >inline
setBinding(const QPropertyBinding< T > &binding)QBindable< T >inline
setBinding(Functor &&f, const QPropertyBindingSourceLocation &location=QT_PROPERTY_DEFAULT_BINDING_LOCATION, std::enable_if_t< std::is_invocable_v< Functor > > *=nullptr)QBindable< T >inline
setBinding(const QUntypedPropertyBinding &binding)QBindable< T >inline
setValue(const T &value)QBindable< T >inline
subscribe(Functor f) constQUntypedBindableinline
takeBinding()QBindable< T >inline
value() constQBindable< T >inline