java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QBooleanPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QBooleanPropertyBinding extends QUntypedPropertyBinding
QBooleanPropertyBinding is primitive-typed version of QPropertyBinding<Boolean>.
- See Also:
QPropertyBinding
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description QBooleanPropertyBinding()
Creates anull
-QBooleanPropertyBinding
.QBooleanPropertyBinding(QBooleanProperty property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QBooleanPropertyBinding(QBooleanPropertyBinding other)
Creates a newQBooleanPropertyBinding
as copy of the given binding.QBooleanPropertyBinding(QObject.QBooleanProperty property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QBooleanPropertyBinding(QObject.QComputedBooleanProperty property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QBooleanPropertyBinding(QObject.QComputedProperty<@QtPrimitiveType Boolean> property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QBooleanPropertyBinding(QObject.QProperty<@QtPrimitiveType Boolean> property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QBooleanPropertyBinding(QProperty<@QtPrimitiveType Boolean> property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QBooleanPropertyBinding(QPropertyBinding<@QtPrimitiveType Boolean> other)
Creates a newQBooleanPropertyBinding
as copy of the given binding.QBooleanPropertyBinding(BooleanSupplier f)
Creates a newQBooleanPropertyBinding
with the given functorf
. -
Method Summary
-
Constructor Details
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
with the given functorf
.- Parameters:
t
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.- Parameters:
property
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
as copy of the given binding.- Parameters:
other
-
-
QBooleanPropertyBinding
public QBooleanPropertyBinding()Creates anull
-QBooleanPropertyBinding
.- Parameters:
binding
-- See Also:
QUntypedPropertyBinding.isNull()
-