|
setup(self)
Perform tab specific initialization. |
|
|
|
|
dict
|
getMmJagKeywords(self)
This function returns dictionary of mmjag keywords for this tab. |
|
|
|
loadSettings(self,
jag_input)
Restore scan coordinates settings from Jaguar handle. |
|
|
|
saveSettings(self,
jag_input,
eid=None)
Save scan coordinate settings in jaguar handle. |
|
|
|
updateMapperWidgets(self,
selected,
deselected)
This slot is called when selection in coordinates table is changed. |
|
|
|
|
|
deleteCurrentRow(self)
This function is called to delete row which is currently selected
from the coordinates table. |
|
|
|
deleteAllRows(self)
This function is called to delete all rows from the coordinates
table. |
|
|
|
addCoordinate(self,
st,
atoms,
coordinate_type,
start_value=None,
final_value=None,
increment=None)
Add new coordinate row. |
|
|
|
updateTotalStructures(self)
Calculate total number of structures to be calculated and update the
label. |
|
|
|
pickCompleted(self,
atoms)
This slot is called when required number of atoms for the current
coordinate type has been picked. |
|
|
Inherited from coordinates.CoordinateTab :
setAcceptableContraintEids ,
stopPicking
Inherited from base_tab.BaseTab :
__init__ ,
activate ,
deactivate ,
error ,
getDefaultKeywords ,
loadPerAtomSettings ,
reset ,
validate ,
warning
|