Pulic Methods | |
def | __init__ (self, parent, id, title, size) |
def | close (self, _event) |
def | cancel (self, _event) |
def | run_gams (self) |
def | run (self, _event) |
Public Attributes | |
log | |
bu_run | |
bu_cancel | |
bu_close | |
job | |
Detailed Description
Definition at line 27 of file interrupt_gui.py.
Constructors
◆ __init__()
def interrupt_gui.InterruptGui.__init__ | ( | self, | |
parent, | |||
id, | |||
title, | |||
size | |||
) |
Definition at line 28 of file interrupt_gui.py.
Methods
◆ cancel()
def interrupt_gui.InterruptGui.cancel | ( | self, | |
_event | |||
) |
Definition at line 52 of file interrupt_gui.py.
References interrupt_gui.InterruptGui.job.
◆ close()
def interrupt_gui.InterruptGui.close | ( | self, | |
_event | |||
) |
Definition at line 49 of file interrupt_gui.py.
◆ run()
def interrupt_gui.InterruptGui.run | ( | self, | |
_event | |||
) |
Definition at line 67 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().
Referenced by interrupt_gui.InterruptGui.run_gams().
◆ run_gams()
def interrupt_gui.InterruptGui.run_gams | ( | self | ) |
Definition at line 55 of file interrupt_gui.py.
References interrupt_gui.InterruptGui.bu_cancel, interrupt_gui.InterruptGui.bu_close, interrupt_gui.InterruptGui.bu_run, interrupt_gui.InterruptGui.job, interrupt_gui.InterruptGui.log, and interrupt_gui.InterruptGui.run().
Referenced by interrupt_gui.InterruptGui.run().
Member Data Documentation
◆ bu_cancel
interrupt_gui.InterruptGui.bu_cancel |
Definition at line 40 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run(), and interrupt_gui.InterruptGui.run_gams().
◆ bu_close
interrupt_gui.InterruptGui.bu_close |
Definition at line 44 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run(), and interrupt_gui.InterruptGui.run_gams().
◆ bu_run
interrupt_gui.InterruptGui.bu_run |
Definition at line 37 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run(), and interrupt_gui.InterruptGui.run_gams().
◆ job
interrupt_gui.InterruptGui.job |
Definition at line 47 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.cancel(), and interrupt_gui.InterruptGui.run_gams().
◆ log
interrupt_gui.InterruptGui.log |
Definition at line 33 of file interrupt_gui.py.
Referenced by interrupt_gui.InterruptGui.run(), and interrupt_gui.InterruptGui.run_gams().