PYME.recipes.recipeGui module

Created on Fri May 29 16:33:47 2015

@author: david

class PYME.recipes.recipeGui.BatchFrame(parent=None)

Bases: AUIFrame

OnBake(event=None)
class PYME.recipes.recipeGui.FileListPanel(*args, **kwargs)

Bases: mClass

OnGetMatches(event=None)
UpdateFileList(filenames)
property filenames
class PYME.recipes.recipeGui.ModuleSelectionDialog(parent)

Bases: mClass

GetSelectedModule()
OnSearchChange(evt)
OnSelect(evt)
class PYME.recipes.recipeGui.PipelineRecipeManager(pipeline)

Bases: RecipeManager

Version of recipe manager for use with the VisGUI pipeline. Updates the existing recipe rather than replacing with a completely new one

LoadRecipeText(s, filename='')
property activeRecipe
load_recipe_from_mdh(mdh)
class PYME.recipes.recipeGui.RecipeManager

Bases: object

LoadRecipe(filename)
LoadRecipeText(s, filename='')
OnLoadRecipe(event)
OnSaveRecipe(event)
UpdateRecipeText(s)
class PYME.recipes.recipeGui.RecipePlotPanel(parent, recipes, **kwargs)

Bases: PlotPanel

draw()
class PYME.recipes.recipeGui.RecipeView(parent, recipes)

Bases: mClass

OnAddModule(event)
OnApplyText(event)
OnNewRecipe(event)
OnPick(event)
configureModule(k)
set_recipe_text(text)
update(*args, **kwargs)
update_recipe_text()
PYME.recipes.recipeGui.get_line_colour(key, recipe)