Esempio n. 1
0
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()    
Esempio n. 2
0
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()
Esempio n. 3
0
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()
Esempio n. 4
0
def fom_help(frame, event):
    '''Show a help dialog for information about the different fom.
    '''
    dlg = help.PluginHelpDialog(frame, 'fom_funcs')
    dlg.Show()