ToolEdit module

filename:ToolEdit.py
author:thor@tordivel.no
requirements:Scorpion 9.0.0.494 or higher

Scorpion button panel plugin for launching a tool configuration dialog

1.0.0.3, 11nov2015, RL: modified for autodoc
1.0.0.2, 17sep2011, RL: requirements : Scorpion 9.0.0.493 or higher
class ToolEdit.ToolEdit(cntr, name)[source]

Bases: object

__str__()[source]

return a unique persistance name for host application storage

getConfig()[source]

return plugin configuration as string

setConfig(value)[source]

set plugin configuration from string

configure()[source]

configure the plugin, return bool whether changed or not

buttonClick(sender, args)[source]

button click handler

ToolEdit.CreatePlugin(hWnd, name='')[source]

Scorpion Plugin Stub - Required