Package nMOLDYN :: Package GUI :: Module AnalysisBenchmarkDialog :: Class AnalysisBenchmarkDialog
[hide private]
[frames] | no frames]

Class AnalysisBenchmarkDialog

source code

Widgets.Toplevel --+
                   |
                  AnalysisBenchmarkDialog

Builds the dialog for nMOLDYN analysis benchmarks.

These benchmarks will guarantee the stability of the current version with a reference one that is the version 2.2.5 the last official release of nMOLDYN.


Note: these benchmarks should be performed every time the code source of nMOLDYN has been touched for any reason.

Instance Methods [hide private]
 
__init__(self, parent, title=None)
The constructor.
source code
 
body(self, master)
Creates dialog body.
source code
 
buttonbox(self)
Adds standard button box.
source code
 
ok(self, event=None) source code
 
cancel(self, event=None) source code
 
validate(self) source code
 
apply(self) source code
 
infoAboutTest(self, event)
This callback displays basic information about a selected test before running it by clicking on the right mouse button.
source code
 
displayTest(self, event, parameters)
Displays in a text widget the nMOLDYN v2.2.5 input file of a selected failing test.
source code
 
cancel1(self, event=None) source code
 
clearResults(self)
This methods clears up all the results about the evaluated test sets.
source code
Method Details [hide private]

__init__(self, parent, title=None)
(Constructor)

source code 

The constructor.

Parameters:
  • parent - the parent widget.
  • title (string) - a string specifying the title of the dialog.

body(self, master)

source code 

Creates dialog body. Returns widget that should have initial focus.

displayTest(self, event, parameters)

source code 

Displays in a text widget the nMOLDYN v2.2.5 input file of a selected failing test.

Arguments:

  • event: the mouse left button click Tkinter event that will trigger the opening of the window.
  • testSet: the test set to which belong the failing test.