Mantid
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
DelegatingWebPage Class Reference

Mimic the WebKit class to emit linkClicked signal from the page. More...

#include <pqHelpWindow.h>

Inheritance diagram for DelegatingWebPage:

Signals

void linkClicked (const QUrl &)
 

Public Member Functions

bool acceptNavigationRequest (const QUrl &url, QWebEnginePage::NavigationType type, bool) override
 
 DelegatingWebPage (QObject *parent=nullptr)
 

Detailed Description

Mimic the WebKit class to emit linkClicked signal from the page.

Definition at line 48 of file pqHelpWindow.h.

Constructor & Destructor Documentation

◆ DelegatingWebPage()

DelegatingWebPage::DelegatingWebPage ( QObject *  parent = nullptr)
inline

Definition at line 52 of file pqHelpWindow.h.

Member Function Documentation

◆ acceptNavigationRequest()

bool DelegatingWebPage::acceptNavigationRequest ( const QUrl &  url,
QWebEnginePage::NavigationType  type,
bool   
)
inlineoverride

Definition at line 54 of file pqHelpWindow.h.

References linkClicked().

◆ linkClicked

void DelegatingWebPage::linkClicked ( const QUrl &  )
signal

Referenced by acceptNavigationRequest().


The documentation for this class was generated from the following file: