|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Options specific to the WebView2 backend. More...
#include "juce_WebBrowserComponent.h"
Public Member Functions | |
| WinWebView2 | withDLLLocation (const File &location) const |
| Sets a custom location for the WebView2Loader.dll that is not a part of the standard system DLL search paths. | |
| WinWebView2 | withUserDataFolder (const File &folder) const |
| Sets a non-default location for storing user data for the browser instance. | |
| WinWebView2 | withStatusBarDisabled () const |
| If this is set, the status bar usually displayed in the lower-left of the webview will be disabled. | |
| WinWebView2 | withBuiltInErrorPageDisabled () const |
| If this is set, a blank page will be displayed on error instead of the default built-in error page. | |
| WinWebView2 | withBackgroundColour (const Colour &colour) const |
| Sets the background colour that WebView2 renders underneath all web content. | |
| File | getDLLLocation () const |
| File | getUserDataFolder () const |
| bool | getIsStatusBarDisabled () const noexcept |
| bool | getIsBuiltInErrorPageDisabled () const noexcept |
| Colour | getBackgroundColour () const |
Options specific to the WebView2 backend.
These options will be ignored if another backend is used.
Definition at line 110 of file juce_WebBrowserComponent.h.
| Colour juce::WebBrowserComponent::Options::WinWebView2::getBackgroundColour | ( | ) | const |
Definition at line 150 of file juce_WebBrowserComponent.h.
| File juce::WebBrowserComponent::Options::WinWebView2::getDLLLocation | ( | ) | const |
Definition at line 146 of file juce_WebBrowserComponent.h.
|
noexcept |
Definition at line 149 of file juce_WebBrowserComponent.h.
|
noexcept |
Definition at line 148 of file juce_WebBrowserComponent.h.
| File juce::WebBrowserComponent::Options::WinWebView2::getUserDataFolder | ( | ) | const |
Definition at line 147 of file juce_WebBrowserComponent.h.
| WinWebView2 juce::WebBrowserComponent::Options::WinWebView2::withBackgroundColour | ( | const Colour & | colour | ) | const |
Sets the background colour that WebView2 renders underneath all web content.
This colour must either be fully opaque or transparent. On Windows 7 this colour must be opaque.
Definition at line 137 of file juce_WebBrowserComponent.h.
| WinWebView2 juce::WebBrowserComponent::Options::WinWebView2::withBuiltInErrorPageDisabled | ( | ) | const |
If this is set, a blank page will be displayed on error instead of the default built-in error page.
Definition at line 130 of file juce_WebBrowserComponent.h.
| WinWebView2 juce::WebBrowserComponent::Options::WinWebView2::withDLLLocation | ( | const File & | location | ) | const |
Sets a custom location for the WebView2Loader.dll that is not a part of the standard system DLL search paths.
Definition at line 117 of file juce_WebBrowserComponent.h.
| WinWebView2 juce::WebBrowserComponent::Options::WinWebView2::withStatusBarDisabled | ( | ) | const |
If this is set, the status bar usually displayed in the lower-left of the webview will be disabled.
Definition at line 125 of file juce_WebBrowserComponent.h.
| WinWebView2 juce::WebBrowserComponent::Options::WinWebView2::withUserDataFolder | ( | const File & | folder | ) | const |
Sets a non-default location for storing user data for the browser instance.
Definition at line 120 of file juce_WebBrowserComponent.h.