#include <webview.h>
Definition at line 32 of file webview.h.
◆ WebView()
| WebView::WebView |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~WebView()
◆ _contextMenuEvent()
| void WebView::_contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
protectedvirtual |
◆ _keyPressEvent()
| void WebView::_keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
◆ _keyReleaseEvent()
| void WebView::_keyReleaseEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
◆ _mouseMoveEvent()
| void WebView::_mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
protectedvirtual |
◆ _mousePressEvent()
| void WebView::_mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
protectedvirtual |
◆ _mouseReleaseEvent()
| void WebView::_mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
protectedvirtual |
◆ _wheelEvent()
| void WebView::_wheelEvent |
( |
QWheelEvent * |
event | ) |
|
|
protectedvirtual |
◆ addNotification()
| void WebView::addNotification |
( |
QWidget * |
notif | ) |
|
◆ applyZoom()
| void WebView::applyZoom |
( |
| ) |
|
|
protected |
◆ back
◆ backgroundActivity()
| bool WebView::backgroundActivity |
( |
| ) |
const |
◆ backgroundActivityChanged
| void WebView::backgroundActivityChanged |
( |
bool |
| ) |
|
|
signal |
◆ bookmarkLink
| void WebView::bookmarkLink |
( |
| ) |
|
|
protectedslot |
◆ checkForForm()
| void WebView::checkForForm |
( |
QAction * |
action, |
|
|
const QPoint & |
pos |
|
) |
| |
|
protected |
◆ closeView
| virtual void WebView::closeView |
( |
| ) |
|
|
pure virtualslot |
◆ contextMenuEvent()
| void WebView::contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
overrideprotected |
◆ copyImageToClipboard
| void WebView::copyImageToClipboard |
( |
| ) |
|
|
protectedslot |
◆ copyLinkToClipboard
| void WebView::copyLinkToClipboard |
( |
| ) |
|
|
protectedslot |
◆ createContextMenu()
◆ createImageContextMenu()
| void WebView::createImageContextMenu |
( |
QMenu * |
menu, |
|
|
const WebHitTestResult & |
hitTest |
|
) |
| |
|
protected |
◆ createLinkContextMenu()
| void WebView::createLinkContextMenu |
( |
QMenu * |
menu, |
|
|
const WebHitTestResult & |
hitTest |
|
) |
| |
|
protected |
◆ createMediaContextMenu()
| void WebView::createMediaContextMenu |
( |
QMenu * |
menu, |
|
|
const WebHitTestResult & |
hitTest |
|
) |
| |
|
protected |
◆ createPageContextMenu()
| void WebView::createPageContextMenu |
( |
QMenu * |
menu | ) |
|
|
protected |
◆ createSearchEngine()
| void WebView::createSearchEngine |
( |
| ) |
|
|
protected |
◆ createSelectedTextContextMenu()
| void WebView::createSelectedTextContextMenu |
( |
QMenu * |
menu, |
|
|
const WebHitTestResult & |
hitTest |
|
) |
| |
|
protected |
◆ downloadImageToDisk
| void WebView::downloadImageToDisk |
( |
| ) |
|
|
protectedslot |
◆ downloadLinkToDisk
| void WebView::downloadLinkToDisk |
( |
| ) |
|
|
protectedslot |
◆ downloadMediaToDisk
| void WebView::downloadMediaToDisk |
( |
| ) |
|
|
protectedslot |
◆ editCopy
| void WebView::editCopy |
( |
| ) |
|
|
slot |
◆ editCut
| void WebView::editCut |
( |
| ) |
|
|
slot |
◆ editDelete
| void WebView::editDelete |
( |
| ) |
|
|
slot |
◆ editPaste
| void WebView::editPaste |
( |
| ) |
|
|
slot |
◆ editRedo
| void WebView::editRedo |
( |
| ) |
|
|
slot |
◆ editSelectAll
| void WebView::editSelectAll |
( |
| ) |
|
|
slot |
◆ editUndo
| void WebView::editUndo |
( |
| ) |
|
|
slot |
◆ eventFilter()
| bool WebView::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
override |
◆ focusChanged
| void WebView::focusChanged |
( |
bool |
| ) |
|
|
signal |
◆ focusNextPrevChild()
| bool WebView::focusNextPrevChild |
( |
bool |
next | ) |
|
|
overrideprotected |
◆ forceContextMenuOnMouseRelease()
| bool WebView::forceContextMenuOnMouseRelease |
( |
| ) |
|
|
static |
◆ forward
| void WebView::forward |
( |
| ) |
|
|
slot |
◆ icon()
| QIcon WebView::icon |
( |
bool |
allowNull = false | ) |
const |
◆ inputWidget()
| QWidget * WebView::inputWidget |
( |
| ) |
const |
◆ isFullScreen
| virtual bool WebView::isFullScreen |
( |
| ) |
|
|
pure virtualslot |
◆ isLoading()
| bool WebView::isLoading |
( |
| ) |
const |
◆ isUrlValid()
| bool WebView::isUrlValid |
( |
const QUrl & |
url | ) |
|
|
static |
◆ load() [1/2]
◆ load() [2/2]
| void WebView::load |
( |
const QUrl & |
url | ) |
|
◆ loadingProgress()
| int WebView::loadingProgress |
( |
| ) |
const |
◆ loadInNewTab
| virtual void WebView::loadInNewTab |
( |
const LoadRequest & |
req, |
|
|
Qz::NewTabPositionFlags |
position |
|
) |
| |
|
pure virtualslot |
◆ loadRequest()
◆ mapToViewport()
| QPointF WebView::mapToViewport |
( |
const QPointF & |
pos | ) |
const |
◆ openActionUrl
| void WebView::openActionUrl |
( |
| ) |
|
|
protectedslot |
◆ openUrlInBackgroundTab
| void WebView::openUrlInBackgroundTab |
( |
| ) |
|
|
protectedslot |
◆ openUrlInNewTab
| void WebView::openUrlInNewTab |
( |
const QUrl & |
url, |
|
|
Qz::NewTabPositionFlags |
position |
|
) |
| |
|
slot |
◆ openUrlInNewWindow
| void WebView::openUrlInNewWindow |
( |
| ) |
|
|
protectedslot |
◆ openUrlInSelectedTab
| void WebView::openUrlInSelectedTab |
( |
| ) |
|
|
protectedslot |
◆ overlayWidget()
| virtual QWidget * WebView::overlayWidget |
( |
| ) |
|
|
pure virtual |
◆ page()
◆ pageChanged
| void WebView::pageChanged |
( |
WebPage * |
page | ) |
|
|
signal |
◆ printPage
| void WebView::printPage |
( |
| ) |
|
|
slot |
◆ privacyChanged
| void WebView::privacyChanged |
( |
bool |
| ) |
|
|
signal |
◆ reloadBypassCache
| void WebView::reloadBypassCache |
( |
| ) |
|
|
slot |
◆ requestFullScreen
| virtual void WebView::requestFullScreen |
( |
bool |
enable | ) |
|
|
pure virtualslot |
◆ resizeEvent()
| void WebView::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotected |
◆ savePageAs
| void WebView::savePageAs |
( |
| ) |
|
|
protectedslot |
◆ scrollBarGeometry()
| QRect WebView::scrollBarGeometry |
( |
Qt::Orientation |
orientation | ) |
const |
◆ searchSelectedText
| void WebView::searchSelectedText |
( |
| ) |
|
|
protectedslot |
◆ searchSelectedTextInBackgroundTab
| void WebView::searchSelectedTextInBackgroundTab |
( |
| ) |
|
|
protectedslot |
◆ sendPageByMail
| void WebView::sendPageByMail |
( |
| ) |
|
|
slot |
◆ sendTextByMail
| void WebView::sendTextByMail |
( |
| ) |
|
|
protectedslot |
◆ setForceContextMenuOnMouseRelease()
| void WebView::setForceContextMenuOnMouseRelease |
( |
bool |
force | ) |
|
|
static |
◆ setPage()
| void WebView::setPage |
( |
WebPage * |
page | ) |
|
◆ setZoomLevel()
| void WebView::setZoomLevel |
( |
int |
level | ) |
|
◆ showEvent()
| void WebView::showEvent |
( |
QShowEvent * |
event | ) |
|
|
overrideprotected |
◆ showNotification
| void WebView::showNotification |
( |
QWidget * |
| ) |
|
|
signal |
◆ showSiteInfo
| void WebView::showSiteInfo |
( |
| ) |
|
|
protectedslot |
◆ showSource
| void WebView::showSource |
( |
| ) |
|
|
slot |
◆ slotIconChanged
| void WebView::slotIconChanged |
( |
| ) |
|
|
protectedslot |
◆ slotLoadFinished
| void WebView::slotLoadFinished |
( |
bool |
ok | ) |
|
|
protectedslot |
◆ slotLoadProgress
| void WebView::slotLoadProgress |
( |
int |
progress | ) |
|
|
protectedslot |
◆ slotLoadStarted
| void WebView::slotLoadStarted |
( |
| ) |
|
|
protectedslot |
◆ slotTitleChanged
| void WebView::slotTitleChanged |
( |
const QString & |
title | ) |
|
|
protectedslot |
◆ slotUrlChanged
| void WebView::slotUrlChanged |
( |
const QUrl & |
url | ) |
|
|
protectedslot |
◆ title()
| QString WebView::title |
( |
bool |
allowEmpty = false | ) |
const |
◆ userDefinedOpenUrlInBgTab
| void WebView::userDefinedOpenUrlInBgTab |
( |
const QUrl & |
url = QUrl() | ) |
|
|
protectedslot |
◆ userDefinedOpenUrlInNewTab
| void WebView::userDefinedOpenUrlInNewTab |
( |
const QUrl & |
url = QUrl(), |
|
|
bool |
invert = false |
|
) |
| |
|
protectedslot |
◆ viewportResized
| void WebView::viewportResized |
( |
QSize |
| ) |
|
|
signal |
◆ zoomIn
◆ zoomLevel()
| int WebView::zoomLevel |
( |
| ) |
const |
◆ zoomLevelChanged
| void WebView::zoomLevelChanged |
( |
int |
| ) |
|
|
signal |
◆ zoomLevels()
| QList< int > WebView::zoomLevels |
( |
| ) |
|
|
static |
◆ zoomOut
| void WebView::zoomOut |
( |
| ) |
|
|
slot |
◆ zoomReset
| void WebView::zoomReset |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: