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
ConstructorDescriptionCreates anull
-QBooleanPropertyBinding
.QBooleanPropertyBinding
(QBooleanProperty property) Creates a newQBooleanPropertyBinding
as copy of the property's available binding.Creates a newQBooleanPropertyBinding
as copy of the given binding.QBooleanPropertyBinding
(QProperty<@QtPrimitiveType Boolean> property) Creates a newQBooleanPropertyBinding
as copy of the property's available binding.Creates a newQBooleanPropertyBinding
as copy of the given binding.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.Creates a newQBooleanPropertyBinding
with the given functorf
. -
Method Summary
Methods inherited from class io.qt.core.QUntypedPropertyBinding
assign, error, isNull, valueMetaType
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QBooleanPropertyBinding
Creates a newQBooleanPropertyBinding
with the given functorf
.- Parameters:
f
-
-
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
.- See Also:
-