Subclass of QWebEngineView.
More...
#include <libmythui/mythuiwebbrowser.h>
|
| QWebEngineView * | createWindow (QWebEnginePage::WebWindowType type) override |
| |
Subclass of QWebEngineView.
- Note
- allows us to intercept keypresses
Definition at line 29 of file mythuiwebbrowser.h.
◆ MythWebEngineView()
| MythWebEngineView::MythWebEngineView |
( |
QWidget * |
parent, |
|
|
MythUIWebBrowser * |
parentBrowser |
|
) |
| |
◆ ~MythWebEngineView()
| MythWebEngineView::~MythWebEngineView |
( |
void |
| ) |
|
|
override |
◆ closeBusyPopup()
| void MythWebEngineView::closeBusyPopup |
( |
void |
| ) |
|
|
private |
◆ createWindow
| QWebEngineView * MythWebEngineView::createWindow |
( |
QWebEnginePage::WebWindowType |
type | ) |
|
|
overrideprotectedslot |
◆ customEvent()
| void MythWebEngineView::customEvent |
( |
QEvent * |
e | ) |
|
|
override |
◆ eventFilter()
| bool MythWebEngineView::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
override |
◆ getExtensionForMimetype()
| QString MythWebEngineView::getExtensionForMimetype |
( |
const QString & |
mimetype | ) |
|
|
staticprivate |
◆ getReplyMimetype()
| QString MythWebEngineView::getReplyMimetype |
( |
void |
| ) |
|
|
private |
◆ handleKeyPress()
| bool MythWebEngineView::handleKeyPress |
( |
QKeyEvent * |
event | ) |
|
|
private |
◆ isMusicFile()
| bool MythWebEngineView::isMusicFile |
( |
const QString & |
extension, |
|
|
const QString & |
mimetype |
|
) |
| |
|
staticprivate |
◆ isVideoFile()
| bool MythWebEngineView::isVideoFile |
( |
const QString & |
extension, |
|
|
const QString & |
mimetype |
|
) |
| |
|
staticprivate |
◆ openBusyPopup()
| void MythWebEngineView::openBusyPopup |
( |
const QString & |
message | ) |
|
|
private |
◆ sendKeyPress()
| void MythWebEngineView::sendKeyPress |
( |
int |
key, |
|
|
Qt::KeyboardModifiers |
modifiers, |
|
|
const QString & |
text = QString() |
|
) |
| |
|
private |
◆ showDownloadMenu()
| void MythWebEngineView::showDownloadMenu |
( |
void |
| ) |
|
|
private |
◆ m_busyPopup
◆ m_downloadAndPlay
| bool MythWebEngineView::m_downloadAndPlay {false} |
|
private |
◆ m_downloadReply
| QNetworkReply* MythWebEngineView::m_downloadReply {nullptr} |
|
private |
◆ m_downloadRequest
| QNetworkRequest MythWebEngineView::m_downloadRequest |
|
private |
◆ m_parentBrowser
◆ m_profile
| QWebEngineProfile* MythWebEngineView::m_profile {nullptr} |
|
private |
◆ m_webpage
| QWebEnginePage* MythWebEngineView::m_webpage {nullptr} |
|
private |
The documentation for this class was generated from the following files: