|
setup(self)
Perform tab specific initialization. |
|
|
list
|
|
|
_highlightSelectedMarkers(self,
current_sel,
previous_sel)
Respond to a change in the selected table rows by changing the
currently selected workspace marker |
|
|
|
_checkSelection(self,
sel,
signal)
If the specified table selection is not empty, emit the given signal
with the atom indices from the selected row. |
|
|
NoneType or str
|
|
|
|
|
stopPicking(self)
Stop constraint picking |
|
|
|
_resetDefaults(self)
This function resets coordinates table and sets coordinate picking to
its default state. |
|
|
|
_emitCoordinateAdded(self,
atoms,
coordinate_type)
If a marker doesn't yet exist for the specified atoms, emit the
coordinateAdded signal to request that one be created. |
|
|
|
_emitCoordinateDeleted(self,
atoms)
After a constraint has been deleted for the specified atoms, delete
the corresponding marker if there are no other constraints for that
group of atoms. |
|
|
Inherited from base_tab.BaseTab :
__init__ ,
activate ,
deactivate ,
error ,
getDefaultKeywords ,
getMmJagKeywords ,
loadPerAtomSettings ,
loadSettings ,
reset ,
saveSettings ,
validate ,
warning
|
PyQt4.QtCore.pyqtSignal
|
coordinateAdded = QtCore.pyqtSignal(list, int)
A signal emitted when user adds new coordinate.
|
PyQt4.QtCore.pyqtSignal
|
coordinateDeleted = QtCore.pyqtSignal(list)
A signal emitted when user deletes a coordinate.
|
PyQt4.QtCore.pyqtSignal
|
allCoordinatesDeleted = QtCore.pyqtSignal()
A signal emitted when all coordinates are deleted.
|
PyQt4.QtCore.pyqtSignal
|
coordinateSelected = QtCore.pyqtSignal(list)
A signal emitted when user selects a coordinate in the table.
|
PyQt4.QtCore.pyqtSignal
|
coordinateDeselected = QtCore.pyqtSignal(list)
A signal emitted when user deselects a coordinate in the table.
|
|
refreshMarkers = QtCore.pyqtSignal()
A signal emitted when the workspace markers should be refreshed,
i.e., when we should make sure that only markers for the currently
selected tab are displayed.
|
Inherited from base_tab.BaseTab :
HELP_TOPIC ,
NAME ,
UI_MODULES
|