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

Public Member Functions

def init (self, state, settingsPath)
 
def unload (self)
 
def testPlugin (self)
 
def populateWebViewMenu (self, menu, view, r)
 
def showSettings (self, parent)
 
def mainWindowCreated (self, window)
 
def mainWindowDeleted (self, window)
 

Static Public Attributes

dictionary buttons = {}
 
 manager = None
 

Detailed Description

Definition at line 23 of file runaction.py.

Member Function Documentation

◆ init()

def runaction.runaction.RunActionPlugin.init (   self,
  state,
  settingsPath 
)

Definition at line 27 of file runaction.py.

◆ mainWindowCreated()

def runaction.runaction.RunActionPlugin.mainWindowCreated (   self,
  window 
)

Definition at line 58 of file runaction.py.

◆ mainWindowDeleted()

def runaction.runaction.RunActionPlugin.mainWindowDeleted (   self,
  window 
)

Definition at line 64 of file runaction.py.

◆ populateWebViewMenu()

def runaction.runaction.RunActionPlugin.populateWebViewMenu (   self,
  menu,
  view,
  r 
)

Definition at line 47 of file runaction.py.

◆ showSettings()

def runaction.runaction.RunActionPlugin.showSettings (   self,
  parent 
)

Definition at line 55 of file runaction.py.

◆ testPlugin()

def runaction.runaction.RunActionPlugin.testPlugin (   self)

Definition at line 44 of file runaction.py.

◆ unload()

def runaction.runaction.RunActionPlugin.unload (   self)

Definition at line 38 of file runaction.py.

Member Data Documentation

◆ buttons

dictionary runaction.runaction.RunActionPlugin.buttons = {}
static

Definition at line 24 of file runaction.py.

◆ manager

runaction.runaction.RunActionPlugin.manager = None
static

Definition at line 25 of file runaction.py.


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