|
def | __init__ (self, url=None, html=None) |
|
def | execBegin (self) |
|
def | scale (self, rect, callback) |
|
def | scroll (self, dx, dy) |
|
def | setDict (self, token, dict) |
|
def | enablePersistentStorage (self, path) |
|
def | setBackgroundTransparent (self, enabled) |
|
def | setHbbtv (self, enabled) |
|
def | setAcceptLanguage (self, language) |
|
def | leftClick (self, point) |
|
def | execEnd (self) |
|
def | onShow (self) |
|
def | onHide (self) |
|
def | destroy (self) |
|
def | __init__ (self) |
|
def | isAnimated (self) |
|
def | setAnimated (self, isAnimated) |
|
def | connectDownstream (self, downstream) |
|
def | connectUpstream (self, upstream) |
|
def | connect (self, upstream) |
|
def | disconnectAll (self) |
|
def | disconnectDownstream (self, downstream) |
|
def | changed (self, *args, **kwargs) |
|
def | setSuspend (self, suspended) |
|
def | checkSuspend (self) |
|
def | doSuspend (self, suspend) |
|
◆ __init__()
def Components.Sources.WebNavigation.WebNavigation.__init__ |
( |
|
self, |
|
|
|
url = None , |
|
|
|
html = None |
|
) |
| |
◆ enablePersistentStorage()
def Components.Sources.WebNavigation.WebNavigation.enablePersistentStorage |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ execBegin()
def Components.Sources.WebNavigation.WebNavigation.execBegin |
( |
|
self | ) |
|
◆ leftClick()
def Components.Sources.WebNavigation.WebNavigation.leftClick |
( |
|
self, |
|
|
|
point |
|
) |
| |
◆ scale()
def Components.Sources.WebNavigation.WebNavigation.scale |
( |
|
self, |
|
|
|
rect, |
|
|
|
callback |
|
) |
| |
◆ scroll()
def Components.Sources.WebNavigation.WebNavigation.scroll |
( |
|
self, |
|
|
|
dx, |
|
|
|
dy |
|
) |
| |
◆ setAcceptLanguage()
def Components.Sources.WebNavigation.WebNavigation.setAcceptLanguage |
( |
|
self, |
|
|
|
language |
|
) |
| |
◆ setBackgroundTransparent()
def Components.Sources.WebNavigation.WebNavigation.setBackgroundTransparent |
( |
|
self, |
|
|
|
enabled |
|
) |
| |
◆ setDict()
def Components.Sources.WebNavigation.WebNavigation.setDict |
( |
|
self, |
|
|
|
token, |
|
|
|
dict |
|
) |
| |
◆ setHbbtv()
def Components.Sources.WebNavigation.WebNavigation.setHbbtv |
( |
|
self, |
|
|
|
enabled |
|
) |
| |
◆ COMMAND_ASCII_INPUT
int Components.Sources.WebNavigation.WebNavigation.COMMAND_ASCII_INPUT = 0x002 |
|
static |
◆ COMMAND_ENABLE_PERSISTENT_STORAGE
int Components.Sources.WebNavigation.WebNavigation.COMMAND_ENABLE_PERSISTENT_STORAGE = 0x008 |
|
static |
◆ COMMAND_GET_COOKIES
int Components.Sources.WebNavigation.WebNavigation.COMMAND_GET_COOKIES = 0x009 |
|
static |
◆ COMMAND_GET_POS
int Components.Sources.WebNavigation.WebNavigation.COMMAND_GET_POS = 0x014 |
|
static |
◆ COMMAND_GET_SIZE
int Components.Sources.WebNavigation.WebNavigation.COMMAND_GET_SIZE = 0x015 |
|
static |
◆ COMMAND_GET_UA
int Components.Sources.WebNavigation.WebNavigation.COMMAND_GET_UA = 0x016 |
|
static |
◆ COMMAND_GET_ZOOM_FACTOR
int Components.Sources.WebNavigation.WebNavigation.COMMAND_GET_ZOOM_FACTOR = 0x006 |
|
static |
◆ COMMAND_LEFT_CLICK
int Components.Sources.WebNavigation.WebNavigation.COMMAND_LEFT_CLICK = 0x013 |
|
static |
◆ COMMAND_LOAD
int Components.Sources.WebNavigation.WebNavigation.COMMAND_LOAD = 0x000 |
|
static |
◆ COMMAND_NAVIGATE
int Components.Sources.WebNavigation.WebNavigation.COMMAND_NAVIGATE = 0x001 |
|
static |
◆ COMMAND_SCALE
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SCALE = 0x019 |
|
static |
◆ COMMAND_SCROLL
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SCROLL = 0x003 |
|
static |
◆ COMMAND_SET_ACCEPT_LANGUAGE
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_ACCEPT_LANGUAGE = 0x012 |
|
static |
◆ COMMAND_SET_COOKIES
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_COOKIES = 0x010 |
|
static |
◆ COMMAND_SET_DICT
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_DICT = 0x005 |
|
static |
◆ COMMAND_SET_HBBTV
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_HBBTV = 0x018 |
|
static |
◆ COMMAND_SET_HTML
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_HTML = 0x004 |
|
static |
◆ COMMAND_SET_TRANSPARENT
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_TRANSPARENT = 0x011 |
|
static |
◆ COMMAND_SET_UA
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_UA = 0x017 |
|
static |
◆ COMMAND_SET_ZOOM_FACTOR
int Components.Sources.WebNavigation.WebNavigation.COMMAND_SET_ZOOM_FACTOR = 0x007 |
|
static |
◆ EVENT_AUTH_REQUIRED
int Components.Sources.WebNavigation.WebNavigation.EVENT_AUTH_REQUIRED = 0x109 |
|
static |
◆ EVENT_DOWNLOAD_REQUESTED
int Components.Sources.WebNavigation.WebNavigation.EVENT_DOWNLOAD_REQUESTED = 0x104 |
|
static |
◆ EVENT_LOAD_FINISHED
int Components.Sources.WebNavigation.WebNavigation.EVENT_LOAD_FINISHED = 0x103 |
|
static |
◆ EVENT_LOAD_PROGRESS
int Components.Sources.WebNavigation.WebNavigation.EVENT_LOAD_PROGRESS = 0x102 |
|
static |
◆ EVENT_MICROFOCUS_CHANGED
int Components.Sources.WebNavigation.WebNavigation.EVENT_MICROFOCUS_CHANGED = 0x106 |
|
static |
◆ EVENT_PROXY_AUTH_REQUIRED
int Components.Sources.WebNavigation.WebNavigation.EVENT_PROXY_AUTH_REQUIRED = 0x110 |
|
static |
◆ EVENT_SSL_ERRORS
int Components.Sources.WebNavigation.WebNavigation.EVENT_SSL_ERRORS = 0x108 |
|
static |
◆ EVENT_TITLE_CHANGED
int Components.Sources.WebNavigation.WebNavigation.EVENT_TITLE_CHANGED = 0x101 |
|
static |
◆ EVENT_UNSUPPORTED_CONTENT
int Components.Sources.WebNavigation.WebNavigation.EVENT_UNSUPPORTED_CONTENT = 0x105 |
|
static |
◆ EVENT_URL_CHANGED
int Components.Sources.WebNavigation.WebNavigation.EVENT_URL_CHANGED = 0x100 |
|
static |
◆ EVENT_WINDOW_REQUESTED
int Components.Sources.WebNavigation.WebNavigation.EVENT_WINDOW_REQUESTED = 0x107 |
|
static |
◆ onAuthRequired
Components.Sources.WebNavigation.WebNavigation.onAuthRequired |
◆ onDownloadRequested
Components.Sources.WebNavigation.WebNavigation.onDownloadRequested |
◆ onLoadFinished
Components.Sources.WebNavigation.WebNavigation.onLoadFinished |
◆ onLoadProgress
Components.Sources.WebNavigation.WebNavigation.onLoadProgress |
◆ onMicroFocusChanged
Components.Sources.WebNavigation.WebNavigation.onMicroFocusChanged |
◆ onProxyAuthRequired
Components.Sources.WebNavigation.WebNavigation.onProxyAuthRequired |
◆ onSslErrors
Components.Sources.WebNavigation.WebNavigation.onSslErrors |
◆ onTitleChanged
Components.Sources.WebNavigation.WebNavigation.onTitleChanged |
◆ onUnsupportedContent
Components.Sources.WebNavigation.WebNavigation.onUnsupportedContent |
◆ onUrlChanged
Components.Sources.WebNavigation.WebNavigation.onUrlChanged |
◆ onWindowRequested
Components.Sources.WebNavigation.WebNavigation.onWindowRequested |
◆ cookies
Components.Sources.WebNavigation.WebNavigation.cookies = property(__getCookies, __setCookies) |
|
static |
◆ html
Components.Sources.WebNavigation.WebNavigation.html = property(__getHtml, __setHtml) |
|
static |
◆ position
Components.Sources.WebNavigation.WebNavigation.position = property(__getPos) |
|
static |
◆ size
Components.Sources.WebNavigation.WebNavigation.size = property(__getSize) |
|
static |
◆ url
Components.Sources.WebNavigation.WebNavigation.url = property(__getUrl, __setUrl) |
|
static |
◆ useragent
Components.Sources.WebNavigation.WebNavigation.useragent = property(__getUserAgent, __setUserAgent) |
|
static |
◆ zoomFactor
Components.Sources.WebNavigation.WebNavigation.zoomFactor = property(__getZoomFactor, __setZoomFactor) |
|
static |
The documentation for this class was generated from the following file: