|
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) |
|
Definition at line 26 of file actionmanager.py.
◆ __init__()
def runaction.actionmanager.ActionManager.__init__ |
( |
|
self, |
|
|
|
settingsPath, |
|
|
|
parent = None |
|
) |
| |
◆ disabledActions() [1/2]
def runaction.actionmanager.ActionManager.disabledActions |
( |
|
self | ) |
|
◆ disabledActions() [2/2]
def runaction.actionmanager.ActionManager.disabledActions |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ execAction()
def runaction.actionmanager.ActionManager.execAction |
( |
|
self, |
|
|
|
action, |
|
|
|
webView, |
|
|
|
url, |
|
|
|
text = "" |
|
) |
| |
◆ getActions()
def runaction.actionmanager.ActionManager.getActions |
( |
|
self, |
|
|
|
webView, |
|
|
|
r = None |
|
) |
| |
◆ loadActions()
def runaction.actionmanager.ActionManager.loadActions |
( |
|
self | ) |
|
◆ showSettings()
def runaction.actionmanager.ActionManager.showSettings |
( |
|
self, |
|
|
|
parent = None |
|
) |
| |
◆ actions [1/2]
list runaction.actionmanager.ActionManager.actions = [] |
|
static |
◆ actions [2/2]
runaction.actionmanager.ActionManager.actions |
◆ settingsPath
runaction.actionmanager.ActionManager.settingsPath |
The documentation for this class was generated from the following file: