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

Class MaterialsStudioConverterDialog

source code

Widgets.Toplevel --+
                   |
                  MaterialsStudioConverterDialog

Sets up a dialog used for the conversion from a MaterialsStudio trajectory to a MMTK NetCDF trajectory.


Note: the conversion requires MaterialsStudio XTD or XSD file and HIS or TRJ files according to the MaterialsStudio modules used to produce the trajectory (HIS for Discover and TRJ for Forcite).

Instance Methods [hide private]
 
__init__(self, parent, module)
The constructor.
source code
 
body(self, master)
Create dialog body.
source code
 
buttonbox(self)
Add 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
 
suggestOutputFilename(self, *dummy)
This method will propose a name for the output file based on the name of the loaded file.
source code
Method Details [hide private]

__init__(self, parent, module)
(Constructor)

source code 

The constructor.

Parameters:
  • parent - the parent widget.

body(self, master)

source code 

Create dialog body. Return widget that should have initial focus.