|
setup(self)
Perform tab specific initialization. |
|
|
|
directionChanged(self)
Respond to the direction combo box selection changing |
|
|
|
|
dict
|
getMmJagKeywords(self)
Return all keywords that should be put into the mmjag handle. |
|
|
|
loadSettings(self,
jag_input)
Restore tab settings from mmjag keywords. |
|
|
|
_loadIntoSbIfPositive(self,
spinbox,
jag_input,
keyword,
setting_name)
Load the specified value into the given spinbox if the value is
positive. |
|
|
|
_loadIntoLeIfPositive(self,
line_edit,
jag_input,
keyword,
setting_name)
Load the specified value into the given line edit if the value is
positive. |
|
|
|
_loadIntoWidgetIfPositive(self,
load_func,
jag_input,
keyword,
setting_name)
Load the specified value into the given widget if the value is
positive. |
|
|
Inherited from multi_structure_tab.MultiStructureTab :
chooseEntry ,
getBasis ,
getEids ,
getRepresentativeStructure ,
getStructureTitleForJobname ,
getStructures ,
projectUpdated ,
reset ,
setStructureSelectorsEnabled ,
setStructures ,
structureCbToggled ,
validate
Inherited from base_tab.BaseTab :
__init__ ,
activate ,
deactivate ,
error ,
loadPerAtomSettings ,
saveSettings ,
warning
|