java.lang.Object
io.qt.QtObject
io.qt.core.QUntypedPropertyBinding
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QBooleanPropertyBinding,QBytePropertyBinding,QCharPropertyBinding,QDoublePropertyBinding,QFloatPropertyBinding,QIntPropertyBinding,QLongPropertyBinding,QPropertyBinding,QShortPropertyBinding
Java wrapper for Qt class QUntypedPropertyBinding
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQUntypedPropertyBinding::QUntypedPropertyBinding() -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QUntypedPropertyBinding other) SeeQUntypedPropertyBinding::operator=(QUntypedPropertyBinding) final QPropertyBindingErrorerror()SeeQUntypedPropertyBinding::error()const final booleanisNull()SeeQUntypedPropertyBinding::isNull()const final QMetaTypeSeeQUntypedPropertyBinding::valueMetaType()const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QUntypedPropertyBinding
public QUntypedPropertyBinding()See
QUntypedPropertyBinding::QUntypedPropertyBinding()
-
-
Method Details
-
error
See
QUntypedPropertyBinding::error()const -
isNull
See
QUntypedPropertyBinding::isNull()const -
assign
See
QUntypedPropertyBinding::operator=(QUntypedPropertyBinding) -
valueMetaType
See
QUntypedPropertyBinding::valueMetaType()const
-