|
Geant4.10
|
Public Member Functions | |
| def | __init__ |
| def | create_header |
| def | create_particle_frame |
| def | create_material_frame |
| def | create_action_box |
| def | cb_show_textview |
| def | cb_select_particle |
| def | cb_select_material |
| def | cb_show_plot |
| def | cb_close_dialog |
Data Fields | |
| mainwindow | |
| textview | |
| error_dialog | |
| particle | |
| material_list | |
| material_combo | |
| material | |
Definition at line 122 of file emcalc_gui.py.
| def emcalc_gui.MainWindow.__init__ | ( | self | ) |
Definition at line 123 of file emcalc_gui.py.
References emcalc_gui.MainWindow.__margin.
| def emcalc_gui.MainWindow.cb_close_dialog | ( | self, | |
| widget, | |||
data = None |
|||
| ) |
Definition at line 295 of file emcalc_gui.py.
| def emcalc_gui.MainWindow.cb_select_material | ( | self, | |
| widget, | |||
data = None |
|||
| ) |
| def emcalc_gui.MainWindow.cb_select_particle | ( | self, | |
| widget, | |||
data = None |
|||
| ) |
Definition at line 273 of file emcalc_gui.py.
References emcalc_gui.MainWindow.particle.
Referenced by emcalc_gui.MainWindow.create_particle_frame().
| def emcalc_gui.MainWindow.cb_show_plot | ( | self, | |
| widget, | |||
data = None |
|||
| ) |
Definition at line 280 of file emcalc_gui.py.
References emcalc_gui.MainWindow.material, emcalc_gui.MainWindow.particle, emcalc_gui.plot_charged(), and emcalc_gui.plot_gamma().
Referenced by emcalc_gui.MainWindow.create_action_box().
| def emcalc_gui.MainWindow.cb_show_textview | ( | self, | |
| widget, | |||
data = None |
|||
| ) |
Definition at line 269 of file emcalc_gui.py.
Referenced by emcalc_gui.MainWindow.create_action_box().
| def emcalc_gui.MainWindow.create_action_box | ( | self | ) |
Definition at line 250 of file emcalc_gui.py.
References emcalc_gui.MainWindow.__margin, emcalc_gui.MainWindow.cb_show_plot(), and emcalc_gui.MainWindow.cb_show_textview().
| def emcalc_gui.MainWindow.create_header | ( | self | ) |
Definition at line 168 of file emcalc_gui.py.
| def emcalc_gui.MainWindow.create_material_frame | ( | self | ) |
Definition at line 227 of file emcalc_gui.py.
References emcalc_gui.MainWindow.__margin.
| def emcalc_gui.MainWindow.create_particle_frame | ( | self | ) |
Definition at line 187 of file emcalc_gui.py.
References emcalc_gui.MainWindow.__margin, and emcalc_gui.MainWindow.cb_select_particle().
| emcalc_gui.MainWindow.error_dialog |
Definition at line 163 of file emcalc_gui.py.
| emcalc_gui.MainWindow.mainwindow |
Definition at line 127 of file emcalc_gui.py.
| emcalc_gui.MainWindow.material |
Definition at line 245 of file emcalc_gui.py.
Referenced by emcalc_gui.MainWindow.cb_select_material(), and emcalc_gui.MainWindow.cb_show_plot().
| emcalc_gui.MainWindow.material_combo |
Definition at line 240 of file emcalc_gui.py.
| emcalc_gui.MainWindow.material_list |
Definition at line 234 of file emcalc_gui.py.
| emcalc_gui.MainWindow.particle |
Definition at line 198 of file emcalc_gui.py.
Referenced by emcalc_gui.MainWindow.cb_select_particle(), and emcalc_gui.MainWindow.cb_show_plot().
| emcalc_gui.MainWindow.textview |
Definition at line 160 of file emcalc_gui.py.
1.8.7