Class QWebEngineProfile

java.lang.Object
io.qt.QtObject
io.qt.core.QObject
io.qt.webengine.widgets.QWebEngineProfile
All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QWebEngineProfile extends QObject

Web engine profile shared by multiple pages

Java wrapper for Qt class QWebEngineProfile

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
    • downloadRequested

      public final QObject.Signal1<QWebEngineDownloadItem> downloadRequested

      See QWebEngineProfile::downloadRequested(QWebEngineDownloadItem*)

  • Constructor Details

  • Method Details

    • cachePath

      @QtUninvokable public final String cachePath()

      See QWebEngineProfile::cachePath()const

    • clearAllVisitedLinks

      @QtUninvokable public final void clearAllVisitedLinks()

      See QWebEngineProfile::clearAllVisitedLinks()

    • clearHttpCache

      @QtUninvokable public final void clearHttpCache()

      See QWebEngineProfile::clearHttpCache()

    • clearVisitedLinks

      @QtUninvokable public final void clearVisitedLinks(Collection<? extends QUrl> urls)

      See QWebEngineProfile::clearVisitedLinks(QList<QUrl>)

    • clientCertificateStore

      @QtUninvokable public final QWebEngineClientCertificateStore clientCertificateStore()

      See QWebEngineProfile::clientCertificateStore()

    • cookieStore

      @QtUninvokable public final QWebEngineCookieStore cookieStore()

      See QWebEngineProfile::cookieStore()

    • downloadPath

      @QtUninvokable public final String downloadPath()

      See QWebEngineProfile::downloadPath()const

    • httpAcceptLanguage

      @QtUninvokable public final String httpAcceptLanguage()

      See QWebEngineProfile::httpAcceptLanguage()const

    • httpCacheMaximumSize

      @QtUninvokable public final int httpCacheMaximumSize()

      See QWebEngineProfile::httpCacheMaximumSize()const

    • httpCacheType

      @QtUninvokable public final QWebEngineProfile.HttpCacheType httpCacheType()

      See QWebEngineProfile::httpCacheType()const

    • httpUserAgent

      @QtUninvokable public final String httpUserAgent()

      See QWebEngineProfile::httpUserAgent()const

    • installUrlSchemeHandler

      @QtUninvokable public final void installUrlSchemeHandler(QByteArray scheme, QWebEngineUrlSchemeHandler arg__2)

      See QWebEngineProfile::installUrlSchemeHandler(QByteArray,QWebEngineUrlSchemeHandler*)

    • isOffTheRecord

      @QtUninvokable public final boolean isOffTheRecord()

      See QWebEngineProfile::isOffTheRecord()const

    • isSpellCheckEnabled

      @QtUninvokable public final boolean isSpellCheckEnabled()

      See QWebEngineProfile::isSpellCheckEnabled()const

    • isUsedForGlobalCertificateVerification

      @QtUninvokable public final boolean isUsedForGlobalCertificateVerification()

      See QWebEngineProfile::isUsedForGlobalCertificateVerification()const

    • persistentCookiesPolicy

      @QtUninvokable public final QWebEngineProfile.PersistentCookiesPolicy persistentCookiesPolicy()

      See QWebEngineProfile::persistentCookiesPolicy()const

    • persistentStoragePath

      @QtUninvokable public final String persistentStoragePath()

      See QWebEngineProfile::persistentStoragePath()const

    • removeAllUrlSchemeHandlers

      @QtUninvokable public final void removeAllUrlSchemeHandlers()

      See QWebEngineProfile::removeAllUrlSchemeHandlers()

    • removeUrlScheme

      @QtUninvokable public final void removeUrlScheme(QByteArray scheme)

      See QWebEngineProfile::removeUrlScheme(QByteArray)

    • removeUrlSchemeHandler

      @QtUninvokable public final void removeUrlSchemeHandler(QWebEngineUrlSchemeHandler arg__1)

      See QWebEngineProfile::removeUrlSchemeHandler(QWebEngineUrlSchemeHandler*)

    • scripts

      See QWebEngineProfile::scripts()const

    • setCachePath

      @QtUninvokable public final void setCachePath(String path)

      See QWebEngineProfile::setCachePath(QString)

    • setDownloadPath

      @QtUninvokable public final void setDownloadPath(String path)

      See QWebEngineProfile::setDownloadPath(QString)

    • setHttpAcceptLanguage

      @QtUninvokable public final void setHttpAcceptLanguage(String httpAcceptLanguage)

      See QWebEngineProfile::setHttpAcceptLanguage(QString)

    • setHttpCacheMaximumSize

      @QtUninvokable public final void setHttpCacheMaximumSize(int maxSize)

      See QWebEngineProfile::setHttpCacheMaximumSize(int)

    • setHttpCacheType

      @QtUninvokable public final void setHttpCacheType(QWebEngineProfile.HttpCacheType arg__1)

      See QWebEngineProfile::setHttpCacheType(QWebEngineProfile::HttpCacheType)

    • setHttpUserAgent

      @QtUninvokable public final void setHttpUserAgent(String userAgent)

      See QWebEngineProfile::setHttpUserAgent(QString)

    • setNotificationPresenter

      @QtUninvokable public final void setNotificationPresenter(Consumer<QWebEngineNotification> notificationPresenter)

      See QWebEngineProfile::setNotificationPresenter(std::function<void(std::unique_ptr<QWebEngineNotification>)>)

    • setPersistentCookiesPolicy

      @QtUninvokable public final void setPersistentCookiesPolicy(QWebEngineProfile.PersistentCookiesPolicy arg__1)

      See QWebEngineProfile::setPersistentCookiesPolicy(QWebEngineProfile::PersistentCookiesPolicy)

    • setPersistentStoragePath

      @QtUninvokable public final void setPersistentStoragePath(String path)

      See QWebEngineProfile::setPersistentStoragePath(QString)

    • setRequestInterceptor

      @QtUninvokable public final void setRequestInterceptor(QWebEngineUrlRequestInterceptor interceptor)

      See QWebEngineProfile::setRequestInterceptor(QWebEngineUrlRequestInterceptor*)

    • setSpellCheckEnabled

      @QtUninvokable public final void setSpellCheckEnabled(boolean enabled)

      See QWebEngineProfile::setSpellCheckEnabled(bool)

    • setSpellCheckLanguages

      @QtUninvokable public final void setSpellCheckLanguages(Collection<String> languages)

      See QWebEngineProfile::setSpellCheckLanguages(QStringList)

    • setUrlRequestInterceptor

      @QtUninvokable public final void setUrlRequestInterceptor(QWebEngineUrlRequestInterceptor interceptor)

      See QWebEngineProfile::setUrlRequestInterceptor(QWebEngineUrlRequestInterceptor*)

    • setUseForGlobalCertificateVerification

      @QtUninvokable public final void setUseForGlobalCertificateVerification()

      Overloaded function for setUseForGlobalCertificateVerification(boolean) with enabled = true.

    • setUseForGlobalCertificateVerification

      @QtUninvokable public final void setUseForGlobalCertificateVerification(boolean enabled)

      See QWebEngineProfile::setUseForGlobalCertificateVerification(bool)

    • settings

      @QtUninvokable public final QWebEngineSettings settings()

      See QWebEngineProfile::settings()const

    • spellCheckLanguages

      @QtUninvokable public final QStringList spellCheckLanguages()

      See QWebEngineProfile::spellCheckLanguages()const

    • storageName

      @QtUninvokable public final String storageName()

      See QWebEngineProfile::storageName()const

    • urlSchemeHandler

      @QtUninvokable public final QWebEngineUrlSchemeHandler urlSchemeHandler(QByteArray arg__1)

      See QWebEngineProfile::urlSchemeHandler(QByteArray)const

    • visitedLinksContainsUrl

      @QtUninvokable public final boolean visitedLinksContainsUrl(QUrl url)

      See QWebEngineProfile::visitedLinksContainsUrl(QUrl)const

    • defaultProfile

      public static QWebEngineProfile defaultProfile()

      See QWebEngineProfile::defaultProfile()