Classes | |
| class | NoSetup |
| No documentation available. More... | |
| class | PluginSetupCommand |
| No documentation available. More... | |
Functions | |
| def | DefaultSetupCommandKeywordArgs |
| def | EditPluginSetup |
| def | GetCommandClassUI |
| def | GetComponentClassUI |
| def | GetMemberClassUI |
| def | GetPluginClassUI |
| def | RegisterPluginSetup |
| def | RunJobCommandPluginSetupTool |
| def | RunJobComponentPluginSetupTool |
| def | RunJobMemberPluginSetupTool |
| def PluginSetupTools.DefaultSetupCommandKeywordArgs | ( | args | ) |
DefaultSetupCommandKeywordArgs(args)
| def PluginSetupTools.EditPluginSetup | ( | args | ) |
EditPluginSetup(args)
| def PluginSetupTools.GetCommandClassUI | ( | args | ) |
GetCommandClassUI(args)
| def PluginSetupTools.GetComponentClassUI | ( | args | ) |
GetComponentClassUI(args)
| def PluginSetupTools.GetMemberClassUI | ( | args | ) |
GetMemberClassUI(args)
| def PluginSetupTools.GetPluginClassUI | ( | args | ) |
GetPluginClassUI(args)
| def PluginSetupTools.RegisterPluginSetup | ( | args | ) |
job.RegisterDefaultPluginOption(plugin_type, setup)
if callable(setup):
cmd = PluginSetupCommand(plugin_type, **cmd_kwargs)
Commands.RegisterCommand(cmd, 'Options/Plugins')
return cmd
return None
| def PluginSetupTools.RunJobCommandPluginSetupTool | ( | args | ) |
RunJobCommandPluginSetupTool(args)
| def PluginSetupTools.RunJobComponentPluginSetupTool | ( | args | ) |
RunJobComponentPluginSetupTool(args)
| def PluginSetupTools.RunJobMemberPluginSetupTool | ( | args | ) |
RunJobMemberPluginSetupTool(args)
1.8.1.2