![]() |
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 QProperty< T >, including all inherited members.
addNotifier(Functor f) | QProperty< T > | inline |
arrow_operator_result typedef | QProperty< T > | |
beginPropertyUpdateGroup() | QProperty< T > | related |
binding() const | QProperty< T > | inline |
bindingData() const | QProperty< T > | inline |
endPropertyUpdateGroup() | QProperty< T > | related |
hasBinding() const | QProperty< T > | inline |
onValueChanged(Functor f) | QProperty< T > | inline |
operator parameter_type() const | QProperty< T > | inline |
operator*() const | QProperty< T > | inline |
operator->() const | QProperty< T > | inline |
operator=(rvalue_ref newValue) | QProperty< T > | inline |
operator=(parameter_type newValue) | QProperty< T > | inline |
parameter_type typedef | QProperty< T > | |
QProperty()=default | QProperty< T > | |
QProperty(parameter_type initialValue) | QProperty< T > | inlineexplicit |
QProperty(rvalue_ref initialValue) | QProperty< T > | inlineexplicit |
QProperty(const QPropertyBinding< T > &binding) | QProperty< T > | inlineexplicit |
QProperty(Functor &&f, const QPropertyBindingSourceLocation &location=QT_PROPERTY_DEFAULT_BINDING_LOCATION, typename std::enable_if_t< std::is_invocable_r_v< T, Functor & > > *=nullptr) | QProperty< T > | inlineexplicit |
QPropertyData()=default | QPropertyData< T > | |
QPropertyData(parameter_type t) | QPropertyData< T > | inline |
QPropertyData(rvalue_ref t) | QPropertyData< T > | inline |
rvalue_ref typedef | QProperty< T > | |
setBinding(const QPropertyBinding< T > &newBinding) | QProperty< T > | inline |
setBinding(const QUntypedPropertyBinding &newBinding) | QProperty< T > | inline |
setBinding(Functor &&f, const QPropertyBindingSourceLocation &location=QT_PROPERTY_DEFAULT_BINDING_LOCATION, std::enable_if_t< std::is_invocable_v< Functor > > *=nullptr) | QProperty< T > | inline |
setValue(rvalue_ref newValue) | QProperty< T > | inline |
setValue(parameter_type newValue) | QProperty< T > | inline |
setValueBypassingBindings(parameter_type v) | QPropertyData< T > | inline |
setValueBypassingBindings(rvalue_ref v) | QPropertyData< T > | inline |
subscribe(Functor f) | QProperty< T > | inline |
takeBinding() | QProperty< T > | inline |
UseReferences | QPropertyData< T > | protectedstatic |
val | QPropertyData< T > | mutableprotected |
value() const | QProperty< T > | inline |
value_type typedef | QProperty< T > | |
valueBypassingBindings() const | QPropertyData< T > | inline |
~QProperty()=default | QProperty< T > | |
~QPropertyData()=default | QPropertyData< T > |