java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
io.qt.core.QIntPropertyBinding
- All Implemented Interfaces:
QtObjectInterface,Cloneable
QIntPropertyBinding is primitive-typed version of QPropertyBinding<Integer>.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionCreates anull-QIntPropertyBinding.QIntPropertyBinding(QIntProperty property) Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the given binding.Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the property's available binding.QIntPropertyBinding(QObject.QIntProperty property) Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the property's available binding.QIntPropertyBinding(QProperty<@QtPrimitiveType Integer> property) Creates a newQIntPropertyBindingas copy of the property's available binding.Creates a newQIntPropertyBindingas copy of the given binding.Creates a newQIntPropertyBindingwith 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
-
QIntPropertyBinding
Creates a newQIntPropertyBindingwith the given functorf.- Parameters:
t-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the given binding.- Parameters:
other-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the property's available binding.- Parameters:
property-
-
QIntPropertyBinding
Creates a newQIntPropertyBindingas copy of the given binding.- Parameters:
other-
-
QIntPropertyBinding
public QIntPropertyBinding()Creates anull-QIntPropertyBinding.- Parameters:
binding-- See Also:
-