java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QBooleanPropertyBinding
- All Implemented Interfaces:
QtObjectInterface,Cloneable
QBooleanPropertyBinding is primitive-typed version of QPropertyBinding<Boolean>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
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.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.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 newQBooleanPropertyBindingwith the given functorf. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
clone, error, isNull, valueMetaTypeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBindingwith the given functorf.- Parameters:
t-
-
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.- Parameters:
binding-- See Also:
-