![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QBindable< T >, including all inherited members.
| addNotifier(Functor f) | QUntypedBindable | inline |
| binding() const | QBindable< T > | inline |
| data | QUntypedBindable | protected |
| hasBinding() const | QUntypedBindable | inline |
| iface | QUntypedBindable | protected |
| isBindable() const | QUntypedBindable | inline |
| isReadOnly() const | QUntypedBindable | inline |
| isValid() const | QUntypedBindable | inline |
| makeBinding(const QPropertyBindingSourceLocation &location=QT_PROPERTY_DEFAULT_BINDING_LOCATION) const | QBindable< T > | inline |
| metaType() const | QUntypedBindable | inline |
| observe(QPropertyObserver *observer) const | QUntypedBindable | inline |
| onValueChanged(Functor f) const | QUntypedBindable | inline |
| 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 |
| QPropertyAlias class | QBindable< 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()=default | QBindable< 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) const | QUntypedBindable | inline |
| takeBinding() | QBindable< T > | inline |
| value() const | QBindable< T > | inline |