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
ConstructorDescriptionSeeQUntypedPropertyBinding::
QUntypedPropertyBinding() -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QUntypedPropertyBinding other) SeeQUntypedPropertyBinding::
operator=(QUntypedPropertyBinding) final QPropertyBindingError
error()
SeeQUntypedPropertyBinding::
error()const final boolean
isNull()
SeeQUntypedPropertyBinding::
isNull()const final QMetaType
SeeQUntypedPropertyBinding::
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
-