A mixin for panels that contain a MultiStructureTab and an
Optimization Tab. Note that this mixin includes MultiStructureMixin, so
that does not need to be added separately. Also note that this mixin
assumes that the ReadEditMixin is present, and MultiStructureMixin must
be listed before ReadEditMixin in the class declaration.
|
setup(self)
Initialize self._selected_entries |
|
|
|
_connectInputTabSignals(self)
Panels with a MultiStructureTab do not have an input tab, so there's
no signal to connect here. |
|
|
|
clearConstraintsIfProject(self)
Since the MultiStructureTab input is not dependant on the project
table, ignore project table changes. |
|
|
|
|
list or NoneType
|
_getAtomTotals(self,
eids)
Get the total number of atoms for the structures of the specified
entry ids. |
|
|
|
|
Inherited from CoordinateMarkerMixin :
clearConstraintsIfWorkspace ,
layOut ,
stopPicking
Inherited from CoordinateMarkerMixin (private):
_addCoordMarker ,
_addHighlighting ,
_applyMarkerSettings ,
_connectMarkerSignals ,
_deleteCoordMarker ,
_getAtomsFromInts ,
_getJaguarMarkerSettings ,
_getSelectedEidsAndLength ,
_optMarkerSettings ,
_removeHighlighting ,
_scanMarkerSettings ,
_setAcceptableConstraintEids
Inherited from MarkerMixin :
showAllJaguarMarkers
Inherited from MultiStructureMixin :
editInput ,
projectUpdated ,
setPanelOptions ,
useParallelArg
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|