A class to store the state of the JobInputFrame, and to control
behavior needed to create access to structure files. This class writes
input structure files in the CWD.
|
|
__init__(self,
input_frame)
Container class for the job parameters of the input frame. |
|
|
|
|
__repr__(self)
Formal string representation of the object. |
|
|
|
|
getFilename(self,
parent,
jobname,
append=False)
Write the input structure file and return the file name. |
|
|
|
|
getFilenames(self,
parent,
jobname,
append=False)
Return a list of filenames representing the input selection. |
|
|
|
|
setupFile(self,
parent,
jobname)
If "copyfile" is True, copies "fileselection"
file to <jobname>.<ext>, where <ext> is the
extension of the "fileselection" file. |
|
|
|
|
setupFiles(self,
jobname)
For multiple files, it's not clear what should be done for setup
based on the jobname, so do nothing but return a copy of the list of
selected files. |
|
|
|
|
setupProjectTable(self,
parent,
jobname,
append=False,
source='selected_entries')
Do setup for project table structure source. |
|
|
|
|
setupWorkspace(self,
parent,
jobname,
append=False,
allow_multiple=False)
Do setup for workspace structure source. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|