Module qtjambi.qml
Package io.qt.qml

Interface QQmlListProperty.ReplaceFunction<O,T>

Enclosing class:
QQmlListProperty<T extends QtObjectInterface>

public static interface QQmlListProperty.ReplaceFunction<O,T>
Replace the element at position index in the list property with value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(O object, long index, T t)
     
  • Method Details

    • accept

      void accept(O object, long index, T t)