◆ Pimpl() [1/2]
| juce::WebBrowserComponent::Pimpl::Pimpl |
( |
WebBrowserComponent & | parent | ) |
|
|
inline |
◆ ~Pimpl()
| juce::WebBrowserComponent::Pimpl::~Pimpl |
( |
| ) |
|
|
inlineoverride |
◆ Pimpl() [2/2]
| juce::WebBrowserComponent::Pimpl::Pimpl |
( |
WebBrowserComponent & | owner, |
|
|
const WebView2Preferences & | preferences, |
|
|
bool | useWebView2 ) |
|
inline |
◆ getInternalWebView()
◆ goBack()
| void juce::WebBrowserComponent::Pimpl::goBack |
( |
| ) |
|
|
inline |
◆ goForward()
| void juce::WebBrowserComponent::Pimpl::goForward |
( |
| ) |
|
|
inline |
◆ goToURL()
◆ handleCommand()
|
|
inlineoverrideprivatevirtual |
◆ handleCommandOnMessageThread()
◆ handlePageAboutToLoad()
◆ handlePageLoadHadNetworkError()
| void juce::WebBrowserComponent::Pimpl::handlePageLoadHadNetworkError |
( |
const var & | params | ) |
|
|
inlineprivate |
◆ init()
| void juce::WebBrowserComponent::Pimpl::init |
( |
| ) |
|
|
inline |
◆ killChild()
| void juce::WebBrowserComponent::Pimpl::killChild |
( |
| ) |
|
|
inlineprivate |
◆ launchChild()
| void juce::WebBrowserComponent::Pimpl::launchChild |
( |
| ) |
|
|
inlineprivate |
◆ quit()
| void juce::WebBrowserComponent::Pimpl::quit |
( |
| ) |
|
|
inline |
◆ receiverHadError()
| void juce::WebBrowserComponent::Pimpl::receiverHadError |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ refresh()
| void juce::WebBrowserComponent::Pimpl::refresh |
( |
| ) |
|
|
inline |
◆ resized()
| void juce::WebBrowserComponent::Pimpl::resized |
( |
| ) |
|
|
inline |
◆ run()
| void juce::WebBrowserComponent::Pimpl::run |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
Must be implemented to perform the thread's actual code.
Remember that the thread must regularly check the threadShouldExit() method whilst running, and if this returns true it should return from the run() method as soon as possible to avoid being forcibly killed.
- See also
- threadShouldExit, startThread
Implements juce::Thread.
◆ shouldExit()
| bool juce::WebBrowserComponent::Pimpl::shouldExit |
( |
| ) |
|
|
inlineprivate |
◆ stop()
| void juce::WebBrowserComponent::Pimpl::stop |
( |
| ) |
|
|
inline |
◆ childProcess
| int juce::WebBrowserComponent::Pimpl::childProcess = 0 |
|
private |
◆ inChannel
| int juce::WebBrowserComponent::Pimpl::inChannel = 0 |
|
private |
◆ internal
◆ outChannel
| int juce::WebBrowserComponent::Pimpl::outChannel = 0 |
|
private |
◆ owner
| WebBrowserComponent& juce::WebBrowserComponent::Pimpl::owner |
|
private |
◆ pfds
| std::vector<pollfd> juce::WebBrowserComponent::Pimpl::pfds |
|
private |
◆ receiver
| std::unique_ptr<CommandReceiver> juce::WebBrowserComponent::Pimpl::receiver |
|
private |
◆ threadBlocker
◆ threadControl
| int juce::WebBrowserComponent::Pimpl::threadControl[2] |
|
private |
◆ webKitIsAvailable
| bool juce::WebBrowserComponent::Pimpl::webKitIsAvailable = false |
|
private |
◆ xembed
| std::unique_ptr<XEmbedComponent> juce::WebBrowserComponent::Pimpl::xembed |
|
private |
The documentation for this class was generated from the following files: