java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlContext.PropertyPair
- All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable
- Enclosing class:
- QQmlContext
public static class QQmlContext.PropertyPair
extends io.qt.QtObject
implements Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor
-
Constructor Summary
Constructors
protected
Constructor for internal use only.
-
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
PropertyPair
public PropertyPair()
-
PropertyPair
protected PropertyPair(io.qt.QtObject.QPrivateConstructor p)
Constructor for internal use only.
- Parameters:
p - expected to be null.
-
Method Details
-
setName
@QtUninvokable
public final void setName(String name)
-
name
@QtUninvokable
public final String name()
-
setValue
@QtUninvokable
public final void setValue(Object value)
-
value
@QtUninvokable
public final Object value()
-