Module qtjambi.qml
Package io.qt.qml

Interface QQmlListProperty.AtFunction<O,T>

Enclosing class:
QQmlListProperty<T extends QtObjectInterface>

public static interface QQmlListProperty.AtFunction<O,T>
Return the element at position index in the list property.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(O object, long index)
     
  • Method Details

    • apply

      T apply(O object, long index)