就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.2.1
Qt Core
C++ 类
QBindable
List of All Members for QBindable
这是完整成员列表为
QBindable
,包括继承的成员。
addNotifier
(Functor) : QPropertyNotifier
binding
() const : QPropertyBinding<T>
hasBinding
() const : bool
isReadOnly
() const : bool
isValid
() const : bool
makeBinding
(const QPropertyBindingSourceLocation &) const : QPropertyBinding<T>
metaType
() const : QMetaType
onValueChanged
(Functor) const : QPropertyChangeHandler<Functor>
setBinding
(const QPropertyBinding<T> &) : QPropertyBinding<T>
setBinding
(Functor) : QPropertyBinding<T>
setValue
(const T &)
subscribe
(Functor) const : QPropertyChangeHandler<Functor>
takeBinding
() : QPropertyBinding<T>
value
() const : T