Interface QWebEngineProfile.IconAvailableCallback

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.IconAvailableCallback

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(QIcon icon, QUrl url1, QUrl url2)
     
  • Method Details