A toolbar associated with the viewer that will handle display options.
These actions will be available through the toolbar:
|
|
|
|
action
|
water_action(self)
Get the toggle_water action for the corresponding toolbar button |
|
|
action
|
ion_action(self)
Get the toggle_counterions action for the corresponding toolbar
button |
|
|
action
|
ligand_action(self)
Get the toggle_ligands action for the corresponding toolbar button |
|
|
|
_displayInWorkspace(self,
asl)
Displays all atoms with asl in the workspace |
|
|
|
_undisplayInWorkspace(self,
asl)
Hides all atoms with asl in the workspace |
|
|
|
_toggleView(self,
asl)
Private method to display/hide atoms based on ASL. |
|
|
|
_viewConsensus(self,
asl)
Private method to display/hide consensus atoms based on ASL. |
|
|
int
|
|
|
viewFirstProtein(self)
Displays only the reference st in the workspace |
|
|
|
viewAllProteins(self)
Includes all structures in the sequence viewer in the Workspace |
|
|
|
toggleWaters(self)
Slot to show/hide all waters |
|
|
|
consensusWaters(self)
Slot to show all consensus waters |
|
|
|
toggleCounterions(self)
Slot to show/hide all ions |
|
|
|
consensusCounterions(self)
Slot to show all consensus ions |
|
|
|
toggleLigands(self)
Slot to show/hide all ligands |
|
|
|
consensusLigands(self)
Slot to show all consensus ligands |
|
|