pycrossword  0.3
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | List of all members
pycross.browser.WebPage Class Reference
Inheritance diagram for pycross.browser.WebPage:

Public Member Functions

def __init__ (self, QtWebEngineWidgets.QWebEngineProfile profile, parent=None)
 
def certificateError (self, QtWebEngineWidgets.QWebEngineCertificateError error)
 
def on_authenticationRequired (self, requestUrl, authenticator)
 
def on_featurePermissionRequested (self, securityOrigin, feature)
 
def on_proxyAuthenticationRequired (self, requestUrl, authenticator, proxyHost)
 
def on_registerProtocolHandlerRequested (self, request)
 
def on_selectClientCertificate (self, selection)
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.browser.WebPage.__init__ (   self,
QtWebEngineWidgets.QWebEngineProfile  profile,
  parent = None 
)

Member Function Documentation

◆ certificateError()

def pycross.browser.WebPage.certificateError (   self,
QtWebEngineWidgets.QWebEngineCertificateError  error 
)
Override event to get user choice: ignore or reject certificate error.

◆ on_authenticationRequired()

def pycross.browser.WebPage.on_authenticationRequired (   self,
  requestUrl,
  authenticator 
)

◆ on_featurePermissionRequested()

def pycross.browser.WebPage.on_featurePermissionRequested (   self,
  securityOrigin,
  feature 
)

◆ on_proxyAuthenticationRequired()

def pycross.browser.WebPage.on_proxyAuthenticationRequired (   self,
  requestUrl,
  authenticator,
  proxyHost 
)

◆ on_registerProtocolHandlerRequested()

def pycross.browser.WebPage.on_registerProtocolHandlerRequested (   self,
  request 
)

◆ on_selectClientCertificate()

def pycross.browser.WebPage.on_selectClientCertificate (   self,
  selection 
)

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