java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QBooleanPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
QBooleanPropertyBinding is primitive-typed version of QPropertyBinding<Boolean>.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QBooleanPropertyBinding.QBooleanPropertyBinding(QBooleanProperty property) Creates a newQBooleanPropertyBindingas copy of the property's available binding.Creates a newQBooleanPropertyBindingas copy of the given binding.QBooleanPropertyBinding(QProperty<@QtPrimitiveType Boolean> property) Creates a newQBooleanPropertyBindingas copy of the property's available binding.Creates a newQBooleanPropertyBindingas copy of the given binding.Creates a newQBooleanPropertyBindingas copy of the property's available binding.Creates a newQBooleanPropertyBindingas copy of the property's available binding.Creates a newQBooleanPropertyBindingas copy of the property's available binding.Creates a newQBooleanPropertyBindingas copy of the property's available binding.Creates a newQBooleanPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingwith the given functorf.- Parameters:
f-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the given binding.- Parameters:
other-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingas copy of the given binding.- Parameters:
other-
-
QBooleanPropertyBinding
public QBooleanPropertyBinding()Creates anull-QBooleanPropertyBinding.- See Also:
-