Interface QWebEngineProfile.IconAvailableCallback3

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

Java wrapper for Qt function pointer std::function<void(const QIcon&,const QUrl&,const QUrl&)>

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    void
    accept(io.qt.gui.QIcon arg__1, io.qt.core.QUrl arg__2, io.qt.core.QUrl arg__3)
     

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • accept

      void accept(io.qt.gui.QIcon arg__1, io.qt.core.QUrl arg__2, io.qt.core.QUrl arg__3)