
Pulic Methods | |
def | close (self, event) |
def | cancel (self, event) |
def | run_gams (self) |
def | run (self, event) |
def | __init__ (self, parent, id, title, size) |
Public Attributes | |
t1 | |
log | |
bu_run | |
bu_cancel | |
bu_close | |
Detailed Description
Definition at line 25 of file interrupt_gui.py.
Constructors
◆ __init__()
def interrupt_gui.InterruptGui.__init__ | ( | self, | |
parent, | |||
id, | |||
title, | |||
size | |||
) |
Definition at line 52 of file interrupt_gui.py.
Methods
◆ cancel()
def interrupt_gui.InterruptGui.cancel | ( | self, | |
event | |||
) |
Definition at line 30 of file interrupt_gui.py.
References interrupt_gui.InterruptGui.t1.
◆ close()
def interrupt_gui.InterruptGui.close | ( | self, | |
event | |||
) |
Definition at line 27 of file interrupt_gui.py.
◆ run()
def interrupt_gui.InterruptGui.run | ( | self, | |
event | |||
) |
Definition at line 45 of file interrupt_gui.py.
References interrupt_gui.InterruptGui.bu_cancel, interrupt_gui.InterruptGui.bu_close, interrupt_gui.InterruptGui.bu_run, interrupt_gui.InterruptGui.log, and interrupt_gui.InterruptGui.run_gams().
◆ run_gams()
def interrupt_gui.InterruptGui.run_gams | ( | self | ) |
Definition at line 33 of file interrupt_gui.py.
References interrupt_gui.InterruptGui.log.
Referenced by interrupt_gui.InterruptGui.run().
Member Data Documentation
◆ bu_cancel
interrupt_gui.InterruptGui.bu_cancel |
Definition at line 62 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run().
◆ bu_close
interrupt_gui.InterruptGui.bu_close |
Definition at line 66 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run().
◆ bu_run
interrupt_gui.InterruptGui.bu_run |
Definition at line 59 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run().
◆ log
interrupt_gui.InterruptGui.log |
Definition at line 57 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run(), and interrupt_gui.InterruptGui.run_gams().
◆ t1
interrupt_gui.InterruptGui.t1 |
Definition at line 39 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.cancel().