|
| def | __init__ (self, parent=None) |
| |
| def | setPage (self, page) |
| |
| def | createWebActionTrigger (self, page, webAction) |
| |
| def | isWebActionEnabled (self, webAction) |
| |
| def | favIcon (self) |
| |
| def | createWindow (self, windowtype) |
| |
| def | contextMenuEvent (self, QtGui.QContextMenuEvent event) |
| |
| def | on_menu_action (self, checked) |
| |
| def | on_loadStarted (self) |
| |
| def | on_loadProgress (self, value) |
| |
| def | on_loadFinished (self, ok) |
| |
| def | on_iconChanged (self, icon) |
| |
| def | on_renderProcessTerminated (self, terminationStatus, exitCode) |
| |
◆ __init__()
| def pycross.browser.WebView.__init__ |
( |
|
self, |
|
|
|
parent = None |
|
) |
| |
◆ contextMenuEvent()
| def pycross.browser.WebView.contextMenuEvent |
( |
|
self, |
|
|
QtGui.QContextMenuEvent |
event |
|
) |
| |
◆ createWebActionTrigger()
| def pycross.browser.WebView.createWebActionTrigger |
( |
|
self, |
|
|
|
page, |
|
|
|
webAction |
|
) |
| |
◆ createWindow()
| def pycross.browser.WebView.createWindow |
( |
|
self, |
|
|
|
windowtype |
|
) |
| |
◆ favIcon()
| def pycross.browser.WebView.favIcon |
( |
|
self | ) |
|
◆ isWebActionEnabled()
| def pycross.browser.WebView.isWebActionEnabled |
( |
|
self, |
|
|
|
webAction |
|
) |
| |
◆ on_iconChanged()
| def pycross.browser.WebView.on_iconChanged |
( |
|
self, |
|
|
|
icon |
|
) |
| |
◆ on_loadFinished()
| def pycross.browser.WebView.on_loadFinished |
( |
|
self, |
|
|
|
ok |
|
) |
| |
◆ on_loadProgress()
| def pycross.browser.WebView.on_loadProgress |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ on_loadStarted()
| def pycross.browser.WebView.on_loadStarted |
( |
|
self | ) |
|
◆ on_menu_action()
| def pycross.browser.WebView.on_menu_action |
( |
|
self, |
|
|
|
checked |
|
) |
| |
◆ on_renderProcessTerminated()
| def pycross.browser.WebView.on_renderProcessTerminated |
( |
|
self, |
|
|
|
terminationStatus, |
|
|
|
exitCode |
|
) |
| |
◆ setPage()
| def pycross.browser.WebView.setPage |
( |
|
self, |
|
|
|
page |
|
) |
| |
◆ devToolsRequested
| pycross.browser.WebView.devToolsRequested = QtCore.pyqtSignal(QtWebEngineWidgets.QWebEnginePage) |
|
static |
◆ favIconChanged
| pycross.browser.WebView.favIconChanged = QtCore.pyqtSignal(QtGui.QIcon) |
|
static |
◆ m_loadProgress
| pycross.browser.WebView.m_loadProgress |
◆ webActionEnabledChanged
| pycross.browser.WebView.webActionEnabledChanged = QtCore.pyqtSignal(QtWebEngineWidgets.QWebEnginePage.WebAction, bool) |
|
static |
The documentation for this class was generated from the following file: