addCustomAction(String text, String desc, String script, Boolean isFile=true, String shortcut="", String iconFile="") | DzActionMgr | |
customActionAdded(String name) | DzActionMgr | [signal] |
customActionListChanged() | DzActionMgr | [signal] |
customActionRemoved(String name) | DzActionMgr | [signal] |
findAction(String className) | DzActionMgr | |
findCustomAction(String name) | DzActionMgr | |
getAction(Number which) | DzActionMgr | |
getCustomAction(String name) | DzActionMgr | |
getCustomActionDesc(Number which) | DzActionMgr | |
getCustomActionFile(Number which) | DzActionMgr | |
getCustomActionIcon(Number which) | DzActionMgr | |
getCustomActionName(Number which) | DzActionMgr | |
getCustomActionScript(Number which) | DzActionMgr | |
getCustomActionShortcut(Number which) | DzActionMgr | |
getCustomActionText(Number which) | DzActionMgr | |
getMenu() | DzActionMgr | |
getNumActions() | DzActionMgr | |
getNumCustomActions() | DzActionMgr | |
loadInterfaceFile(String filename) | DzActionMgr | |
removeAllCustomActions() | DzActionMgr | |
removeCustomAction(Number which) | DzActionMgr | |
saveInterfaceFile(String filename) | DzActionMgr | |
setAccel(String className, String key) | DzActionMgr | |
setCustomActionAccel(Number which, String shortcut) | DzActionMgr | |
setCustomActionDesc(Number which, String desc) | DzActionMgr | |
setCustomActionIcon(Number which, String iconFile) | DzActionMgr | |
setCustomActionScript(Number which, String script, Boolean isFile=true) | DzActionMgr | |
setCustomActionText(Number which, String text) | DzActionMgr | |
unsetAccel(String key) | DzActionMgr | |