QBindable(QObject.QComputedProperty<T> property) |
Creates a new QBindable from provided property.
|
QBooleanBindable(QObject.QComputedProperty<@QtPrimitiveType Boolean> property) |
Creates a new bindable from provided property.
|
QBooleanPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Boolean> property) |
Creates a new alias to the provided property.
|
QBooleanPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Boolean> property) |
Creates a new QBooleanPropertyBinding as copy of the property's available binding.
|
QByteBindable(QObject.QComputedProperty<@QtPrimitiveType Byte> property) |
Creates a new bindable from provided property.
|
QBytePropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Byte> property) |
Creates a new alias to the provided property.
|
QBytePropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Byte> property) |
Creates a new QBytePropertyBinding as copy of the property's available binding.
|
QCharBindable(QObject.QComputedProperty<@QtPrimitiveType Character> property) |
Creates a new bindable from provided property.
|
QCharPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Character> property) |
Creates a new alias to the provided property.
|
QCharPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Character> property) |
Creates a new QCharPropertyBinding as copy of the property's available binding.
|
QDoubleBindable(QObject.QComputedProperty<@QtPrimitiveType Double> property) |
Creates a new bindable from provided property.
|
QDoublePropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Double> property) |
Creates a new alias to the provided property.
|
QDoublePropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Double> property) |
Creates a new QDoublePropertyBinding as copy of the property's available binding.
|
QFloatBindable(QObject.QComputedProperty<@QtPrimitiveType Float> property) |
Creates a new bindable from provided property.
|
QFloatPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Float> property) |
Creates a new alias to the provided property.
|
QFloatPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Float> property) |
Creates a new QFloatPropertyBinding as copy of the property's available binding.
|
QIntBindable(QObject.QComputedProperty<@QtPrimitiveType Integer> property) |
Creates a new bindable from provided property.
|
QIntPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Integer> property) |
Creates a new alias to the provided property.
|
QIntPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Integer> property) |
Creates a new QIntPropertyBinding as copy of the property's available binding.
|
QLongBindable(QObject.QComputedProperty<@QtPrimitiveType Long> property) |
Creates a new bindable from provided property.
|
QLongPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Long> property) |
Creates a new alias to the provided property.
|
QLongPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Long> property) |
Creates a new QLongPropertyBinding as copy of the property's available binding.
|
QPropertyAlias(QObject.QComputedProperty<T> property) |
Creates a new alias to the provided property.
|
QPropertyBinding(QObject.QComputedProperty<T> property) |
Creates a new QPropertyBinding as copy of the property's available binding.
|
QShortBindable(QObject.QComputedProperty<@QtPrimitiveType Short> property) |
Creates a new bindable from provided property.
|
QShortPropertyAlias(QObject.QComputedProperty<@QtPrimitiveType Short> property) |
Creates a new alias to the provided property.
|
QShortPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Short> property) |
Creates a new QShortPropertyBinding as copy of the property's available binding.
|