enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Components.Sources.WebNavigation.WebNavigation Class Reference
Inheritance diagram for Components.Sources.WebNavigation.WebNavigation:
Components.Sources.Source.Source Components.Element.AnimatedElement Components.Element.Element

Public Member Functions

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)
 
- Public Member Functions inherited from Components.Sources.Source.Source
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
- Public Member Functions inherited from Components.Element.AnimatedElement
def __init__ (self)
 
def isAnimated (self)
 
def setAnimated (self, isAnimated)
 
- Public Member Functions inherited from Components.Element.Element
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)
 

Public Attributes

 onUrlChanged
 
 onTitleChanged
 
 onLoadProgress
 
 onLoadFinished
 
 onDownloadRequested
 
 onUnsupportedContent
 
 onMicroFocusChanged
 
 onWindowRequested
 
 onSslErrors
 
 onAuthRequired
 
 onProxyAuthRequired
 
- Public Attributes inherited from Components.Element.Element
 downstream_elements
 
 master
 
 sources
 
 source
 
 cache
 

Static Public Attributes

int COMMAND_LOAD = 0x000
 
int COMMAND_NAVIGATE = 0x001
 
int COMMAND_ASCII_INPUT = 0x002
 
int COMMAND_SCROLL = 0x003
 
int COMMAND_SET_HTML = 0x004
 
int COMMAND_SET_DICT = 0x005
 
int COMMAND_GET_ZOOM_FACTOR = 0x006
 
int COMMAND_SET_ZOOM_FACTOR = 0x007
 
int COMMAND_ENABLE_PERSISTENT_STORAGE = 0x008
 
int COMMAND_GET_COOKIES = 0x009
 
int COMMAND_SET_COOKIES = 0x010
 
int COMMAND_SET_TRANSPARENT = 0x011
 
int COMMAND_SET_ACCEPT_LANGUAGE = 0x012
 
int COMMAND_LEFT_CLICK = 0x013
 
int COMMAND_GET_POS = 0x014
 
int COMMAND_GET_SIZE = 0x015
 
int COMMAND_GET_UA = 0x016
 
int COMMAND_SET_UA = 0x017
 
int COMMAND_SET_HBBTV = 0x018
 
int COMMAND_SCALE = 0x019
 
int EVENT_URL_CHANGED = 0x100
 
int EVENT_TITLE_CHANGED = 0x101
 
int EVENT_LOAD_PROGRESS = 0x102
 
int EVENT_LOAD_FINISHED = 0x103
 
int EVENT_DOWNLOAD_REQUESTED = 0x104
 
int EVENT_UNSUPPORTED_CONTENT = 0x105
 
int EVENT_MICROFOCUS_CHANGED = 0x106
 
int EVENT_WINDOW_REQUESTED = 0x107
 
int EVENT_SSL_ERRORS = 0x108
 
int EVENT_AUTH_REQUIRED = 0x109
 
int EVENT_PROXY_AUTH_REQUIRED = 0x110
 
- Static Public Attributes inherited from Components.Element.Element
int CHANGED_DEFAULT = 0
 
int CHANGED_ALL = 1
 
int CHANGED_CLEAR = 2
 
int CHANGED_SPECIFIC = 3
 
int CHANGED_POLL = 4
 
int CHANGED_PULSATE = 5
 
int CHANGED_ANIMATED = 6
 
bool SINGLE_SOURCE = True
 

Properties

 position = property(__getPos)
 
 size = property(__getSize)
 
 html = property(__getHtml, __setHtml)
 
 url = property(__getUrl, __setUrl)
 
 zoomFactor = property(__getZoomFactor, __setZoomFactor)
 
 cookies = property(__getCookies, __setCookies)
 
 useragent = property(__getUserAgent, __setUserAgent)
 
- Properties inherited from Components.Element.AnimatedElement
 isAnimated = property(isAnimated, setAnimated)
 
- Properties inherited from Components.Element.Element
 suspended = property(lambda self: self.__suspended, setSuspend)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Sources.WebNavigation.WebNavigation.__init__ (   self,
  url = None,
  html = None 
)

Member Function Documentation

◆ enablePersistentStorage()

def Components.Sources.WebNavigation.WebNavigation.enablePersistentStorage (   self,
  path 
)

◆ execBegin()

def Components.Sources.WebNavigation.WebNavigation.execBegin (   self)

Reimplemented from Components.Sources.Source.Source.

◆ 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 
)

Member Data Documentation

◆ 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

Property Documentation

◆ 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: