java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlListProperty<T>
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QQmlListProperty<T extends QObject> extends QtObject implements Cloneable
This class is a wrapper class of the C++ template type QQmlListProperty.
The generator takes care about mapping the native template parameter
to the generic java parameter.
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description QQmlListProperty()
QQmlListProperty(QObject o, List<T> list)
-
Method Summary