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