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

Public Member Functions

def __init__ (self, settingsPath, parent=None)
 
def getActions (self, webView, r=None)
 
def disabledActions (self)
 
def disabledActions (self, value)
 
def showSettings (self, parent=None)
 
def execAction (self, action, webView, url, text="")
 
def loadActions (self)
 

Public Attributes

 settingsPath
 
 actions
 

Static Public Attributes

list actions = []
 

Detailed Description

Definition at line 26 of file actionmanager.py.

Constructor & Destructor Documentation

◆ __init__()

def runaction.actionmanager.ActionManager.__init__ (   self,
  settingsPath,
  parent = None 
)

Definition at line 29 of file actionmanager.py.

Member Function Documentation

◆ disabledActions() [1/2]

def runaction.actionmanager.ActionManager.disabledActions (   self)

Definition at line 74 of file actionmanager.py.

◆ disabledActions() [2/2]

def runaction.actionmanager.ActionManager.disabledActions (   self,
  value 
)

Definition at line 78 of file actionmanager.py.

◆ execAction()

def runaction.actionmanager.ActionManager.execAction (   self,
  action,
  webView,
  url,
  text = "" 
)

Definition at line 87 of file actionmanager.py.

◆ getActions()

def runaction.actionmanager.ActionManager.getActions (   self,
  webView,
  r = None 
)

Definition at line 37 of file actionmanager.py.

◆ loadActions()

def runaction.actionmanager.ActionManager.loadActions (   self)

Definition at line 94 of file actionmanager.py.

◆ showSettings()

def runaction.actionmanager.ActionManager.showSettings (   self,
  parent = None 
)

Definition at line 83 of file actionmanager.py.

Member Data Documentation

◆ actions [1/2]

list runaction.actionmanager.ActionManager.actions = []
static

Definition at line 27 of file actionmanager.py.

◆ actions [2/2]

runaction.actionmanager.ActionManager.actions

Definition at line 95 of file actionmanager.py.

◆ settingsPath

runaction.actionmanager.ActionManager.settingsPath

Definition at line 32 of file actionmanager.py.


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