pyPENELOPE

main – Main program to run the graphical interface

Inheritance diagram of penelopetools.gui.main

class penelopetools.gui.main.Main(parent)

Bases: wx._windows.Frame

new(event, program, sim=None)
on_about(event)
on_batch(event)
on_close(event)
on_close_simulation(event)
on_collapse(event)
on_configuration(event)
on_exit(event)
on_expand(event)
on_export_figures(event)
on_export_results(event)
on_help(event)
on_new(event)
on_new_rclick(event)
on_newstart_simulation(event)
on_open(event)
on_periodic_table(event)
on_reload_simulation(event)
on_runner_start(event)
on_runner_stop(event)
on_simulations_changed(event)
on_start_simulation(event)
on_stop(event)
open(path)
class penelopetools.gui.main.MenuBar(parent)

Bases: wx._core.MenuBar

on_runner_start(event)
on_runner_stop(event)
class penelopetools.gui.main.SimulationTreeCtrl(parent, splitter=None)

Bases: wxtools.tree.SplitterTreeCtrl

clear()
get_selected_sim()
on_simulations_changed(event)
class penelopetools.gui.main.StatusBar(parent)

Bases: wxtools.statusbar.EnhancedStatusBar

on_runner_start(event)
on_runner_stop(event)
on_time_tmrprogress(event=None)
on_time_tmrtime(event=None)
class penelopetools.gui.main.ToolBar(parent)

Bases: wx._controls.ToolBar

on_runner_start(event)
on_runner_stop(event)
penelopetools.gui.main.run()