java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlContext.PropertyPair
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QQmlContext
Java wrapper for Qt class QQmlContext::PropertyPair
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQQmlContext::PropertyPair::PropertyPair() SeeQQmlContext::PropertyPair::PropertyPair(QQmlContext::PropertyPair) PropertyPair(String name, Object value) SeeQQmlContext::PropertyPair::PropertyPair{QString, QVariant} -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
PropertyPair
public PropertyPair()See
QQmlContext::PropertyPair::PropertyPair() -
PropertyPair
See
QQmlContext::PropertyPair::PropertyPair(QQmlContext::PropertyPair) - Parameters:
other-
-
PropertyPair
See
QQmlContext::PropertyPair::PropertyPair{QString, QVariant} - Parameters:
name-value-
-
-
Method Details
-
setName
See
QQmlContext::PropertyPair::name - Parameters:
name-
-
name
See
QQmlContext::PropertyPair::name - Returns:
-
setValue
See
QQmlContext::PropertyPair::value - Parameters:
value-
-
value
See
QQmlContext::PropertyPair::value - Returns:
-
clone
Creates and returns a copy of this object.
See
QQmlContext::PropertyPair::PropertyPair(QQmlContext::PropertyPair)
-