java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlListProperty<T>
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
public final class QQmlListProperty<T extends io.qt.core.QObject>
extends io.qt.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
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QQmlListProperty
public QQmlListProperty() -
QQmlListProperty
-
-
Method Details
-
append
-
at
-
canAppend
@QtUninvokable public final boolean canAppend() -
canAt
@QtUninvokable public final boolean canAt() -
canClear
@QtUninvokable public final boolean canClear() -
canCount
@QtUninvokable public final boolean canCount() -
clear
@QtUninvokable public final void clear() -
count
@QtUninvokable public final long count() -
object
@QtUninvokable public final io.qt.core.QObject object() -
clone
-