def data_loaders_help(frame, event): '''data_loaders_help(frame, event) --> None Show a help dialog for information about the different data_loaders. ''' dlg = help.PluginHelpDialog(frame,'plugins.data_loaders') dlg.Show()
def models_help(frame, event): '''models_help(frame, event) --> None Show a help dialog for information about the different models. ''' dlg = help.PluginHelpDialog(frame,'models') dlg.Show()
def plugins_help(frame, event): '''plugins_help(frame, event) --> None Show a help dialog for information about the different plugins. ''' dlg = help.PluginHelpDialog(frame,'plugins.add_ons') dlg.Show()
def fom_help(frame, event): '''Show a help dialog for information about the different fom. ''' dlg = help.PluginHelpDialog(frame, 'fom_funcs') dlg.Show()