Falkon Develop
Cross-platform Qt-based web browser
hellopython.hellopython.HelloPlugin Class Reference
Inheritance diagram for hellopython.hellopython.HelloPlugin:

Public Member Functions

def init (self, state, settingsPath)
 
def unload (self)
 
def testPlugin (self)
 
def populateWebViewMenu (self, menu, view, r)
 
def mousePress (self, type, obj, event)
 
def actionSlot (self)
 
def showSettings (self, parent)
 
def mainWindowCreated (self, window)
 
def mainWindowDeleted (self, window)
 

Public Attributes

 sidebar
 
 schemeHandler
 
 view
 
 settings
 

Static Public Attributes

dictionary buttons = {}
 

Detailed Description

Definition at line 23 of file hellopython.py.

Member Function Documentation

◆ actionSlot()

def hellopython.hellopython.HelloPlugin.actionSlot (   self)

Definition at line 75 of file hellopython.py.

◆ init()

def hellopython.hellopython.HelloPlugin.init (   self,
  state,
  settingsPath 
)

Definition at line 26 of file hellopython.py.

◆ mainWindowCreated()

def hellopython.hellopython.HelloPlugin.mainWindowCreated (   self,
  window 
)

Definition at line 97 of file hellopython.py.

◆ mainWindowDeleted()

def hellopython.hellopython.HelloPlugin.mainWindowDeleted (   self,
  window 
)

Definition at line 103 of file hellopython.py.

◆ mousePress()

def hellopython.hellopython.HelloPlugin.mousePress (   self,
  type,
  obj,
  event 
)

Definition at line 71 of file hellopython.py.

◆ populateWebViewMenu()

def hellopython.hellopython.HelloPlugin.populateWebViewMenu (   self,
  menu,
  view,
  r 
)

Definition at line 56 of file hellopython.py.

◆ showSettings()

def hellopython.hellopython.HelloPlugin.showSettings (   self,
  parent 
)

Definition at line 78 of file hellopython.py.

◆ testPlugin()

def hellopython.hellopython.HelloPlugin.testPlugin (   self)

Definition at line 53 of file hellopython.py.

◆ unload()

def hellopython.hellopython.HelloPlugin.unload (   self)

Definition at line 45 of file hellopython.py.

Member Data Documentation

◆ buttons

dictionary hellopython.hellopython.HelloPlugin.buttons = {}
static

Definition at line 24 of file hellopython.py.

◆ schemeHandler

hellopython.hellopython.HelloPlugin.schemeHandler

Definition at line 38 of file hellopython.py.

◆ settings

hellopython.hellopython.HelloPlugin.settings

Definition at line 79 of file hellopython.py.

◆ sidebar

hellopython.hellopython.HelloPlugin.sidebar

Definition at line 35 of file hellopython.py.

◆ view

hellopython.hellopython.HelloPlugin.view

Definition at line 57 of file hellopython.py.


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