A mixin for panels that should include Read... and Edit... in the gear
menu
|
|
|
read(self,
allowed_options=None)
Read in the user-specified Jaguar input file and apply it's settings
to the panel. |
|
|
|
|
str or NoneType
|
_getIncludedEntryId(self)
If the input selector is set on Included Entry, get the entry ID for
the entry in the workspace (if any) so the workspace can be restored
later if necessary. |
|
|
|
jagInputEdited(self,
jag_input,
new_struc_flag)
Process the Jaguar settings that the user entered in the Edit dialog. |
|
|
tuple
|
restorePreviouslyIncludedEntry(self)
Restore the workspace to it's previous state if the Edit dialog
didn't change the structure but did clear the workspace via a
Preview. |
|
|
tuple
|
_getPreviousEidAndTitle(self)
Get the entry ID and title of the structure that was in the workspace
when the Edit dialog was opened. |
|
|
list
|
|
bool
|
|
|
|
|
|
|
_mergeWarnings(self,
caught_warnings)
Merge a list of warnings into a single string with a blank line
between each warning. |
|
|
|
runEditedInput(self,
jag_input)
Run a job using the JaguarInput file created in the Edit dialog. |
|
|
str
|
_loadStrucFromMmJag(self,
jag_input,
name)
Load the structure file from the specified JaguarInput object |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|