Module qtjambi.qml
Package io.qt.qml

Class QQmlListProperty<T extends io.qt.core.QObject>

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.
  • Constructor Details

    • QQmlListProperty

      public QQmlListProperty()
    • QQmlListProperty

      public QQmlListProperty(io.qt.core.QObject o, List<T> list)
  • Method Details

    • append

      @QtUninvokable public final void append(T object)
    • at

      @QtUninvokable public final T at(long index)
    • 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

      public QQmlListProperty<T> clone()
      Overrides:
      clone in class Object