Interface QTextureImageData.DataConverter

All Superinterfaces:
io.qt.QtObjectInterface
All Known Implementing Classes:
QTextureImageData.DataConverter.Impl
Enclosing class:
QTextureImageData
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 QTextureImageData.DataConverter extends io.qt.QtObjectInterface

Java wrapper for Qt function pointer std::function<QByteArray(QByteArray,int,int,int)>

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    io.qt.core.QByteArray
    apply(io.qt.core.QByteArray arg__1, int arg__2, int arg__3, int arg__4)
     

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • apply

      io.qt.core.QByteArray apply(io.qt.core.QByteArray arg__1, int arg__2, int arg__3, int arg__4)