#include <BALL/VIEW/WIDGETS/HTMLPage.h>
Definition at line 13 of file HTMLPage.h.
◆ HTMLPage() [1/2]
BALL::VIEW::HTMLPage::HTMLPage |
( |
QObject * |
parent = 0 , |
|
|
bool |
ignore_ssl_errors = false |
|
) |
| |
◆ HTMLPage() [2/2]
BALL::VIEW::HTMLPage::HTMLPage |
( |
QWebEngineProfile * |
profile, |
|
|
QObject * |
parent = 0 , |
|
|
bool |
ignore_ssl_errors = false |
|
) |
| |
◆ ~HTMLPage()
BALL::VIEW::HTMLPage::~HTMLPage |
( |
| ) |
|
|
overridedefault |
◆ acceptNavigationRequest()
bool BALL::VIEW::HTMLPage::acceptNavigationRequest |
( |
const QUrl & |
url, |
|
|
NavigationType |
type, |
|
|
bool |
isMainFrame |
|
) |
| |
|
overrideprotected |
◆ certificateError()
bool BALL::VIEW::HTMLPage::certificateError |
( |
const QWebEngineCertificateError & |
| ) |
|
|
overrideprotected |
◆ executeLink()
virtual void BALL::VIEW::HTMLPage::executeLink |
( |
const QUrl & |
url | ) |
|
|
protectedvirtual |
◆ javaScriptConsoleMessage()
void BALL::VIEW::HTMLPage::javaScriptConsoleMessage |
( |
JavaScriptConsoleMessageLevel |
level, |
|
|
const QString & |
message, |
|
|
int |
lineNumber, |
|
|
const QString & |
|
|
) |
| |
|
overrideprotected |