Module qtjambi.qml
Package io.qt.qml

Interface QtQml.QQmlAttachedPropertiesFunc

All Superinterfaces:
Function<io.qt.core.QObject,io.qt.core.QObject>, io.qt.QtObjectInterface, UnaryOperator<io.qt.core.QObject>
All Known Implementing Classes:
QtQml.QQmlAttachedPropertiesFunc.Impl
Enclosing class:
QtQml
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface QtQml.QQmlAttachedPropertiesFunc extends io.qt.QtObjectInterface, UnaryOperator<io.qt.core.QObject>

Java wrapper for Qt function pointer QtQml::QQmlAttachedPropertiesFunc

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Implementor class for interface QtQml.QQmlAttachedPropertiesFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    io.qt.core.QObject
    apply(io.qt.core.QObject arg__1)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • apply

      io.qt.core.QObject apply(io.qt.core.QObject arg__1)
      Specified by:
      apply in interface Function<io.qt.core.QObject,io.qt.core.QObject>