|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for SecSGUI:
Collaboration diagram for SecSGUI:Public Member Functions | |
| void | Start () |
| void | EnableSecS (bool isOn) |
| void | UpdateRibbonsProp () |
Public Attributes | |
| GameObject | secStructMenu |
| Toggle | SecST |
| Slider | helixWidth |
| Slider | sheetWidth |
| Slider | coilWidth |
| Slider | helixDiam |
| Slider | thick |
| Slider | arrowWidth |
| Button | apply |
| Button | helixColor |
| Button | strandColor |
| Button | coilColor |
| HSVPicker | picker |
Definition at line 7 of file SecSGUI.cs.
| void SecSGUI.EnableSecS | ( | bool | isOn | ) |
Definition at line 66 of file SecSGUI.cs.
References SecondaryStructureManager.CreateRibbons(), SecondaryStructureManager.DestroyRibbons(), UnityMolMain.getSecondaryStructureManager(), Molecule.View.DisplayMolecule.HideAtoms(), Molecule.View.DisplayMolecule.ShowAtoms(), and UI.GUIMoleculeController.toggle_NA_HIDE.
Referenced by Start().
Here is the call graph for this function:
Here is the caller graph for this function:| void SecSGUI.Start | ( | ) |
Definition at line 28 of file SecSGUI.cs.
References Ribbons.COIL_COLOR, ColorObject.color, EnableSecS(), Ribbons.HELIX_COLOR, Ribbons.STRAND_COLOR, and UpdateRibbonsProp().
Here is the call graph for this function:| void SecSGUI.UpdateRibbonsProp | ( | ) |
Definition at line 86 of file SecSGUI.cs.
References Ribbons.ARROW_WIDTH, SecondaryStructureManager.CreateRibbons(), SecondaryStructureManager.DestroyRibbons(), UnityMolMain.getSecondaryStructureManager(), Ribbons.HELIX_DIAM, Ribbons.ribbonWidth, Ribbons.THICKNESS, and UI.GUIMoleculeController.toggle_NA_HIDE.
Referenced by Start().
Here is the call graph for this function:
Here is the caller graph for this function:| Button SecSGUI.apply |
Definition at line 20 of file SecSGUI.cs.
| Slider SecSGUI.arrowWidth |
Definition at line 18 of file SecSGUI.cs.
| Button SecSGUI.coilColor |
Definition at line 24 of file SecSGUI.cs.
| Slider SecSGUI.coilWidth |
Definition at line 15 of file SecSGUI.cs.
| Button SecSGUI.helixColor |
Definition at line 22 of file SecSGUI.cs.
| Slider SecSGUI.helixDiam |
Definition at line 16 of file SecSGUI.cs.
| Slider SecSGUI.helixWidth |
Definition at line 13 of file SecSGUI.cs.
| HSVPicker SecSGUI.picker |
Definition at line 26 of file SecSGUI.cs.
| Toggle SecSGUI.SecST |
Definition at line 11 of file SecSGUI.cs.
| GameObject SecSGUI.secStructMenu |
Definition at line 9 of file SecSGUI.cs.
| Slider SecSGUI.sheetWidth |
Definition at line 14 of file SecSGUI.cs.
| Button SecSGUI.strandColor |
Definition at line 23 of file SecSGUI.cs.
| Slider SecSGUI.thick |
Definition at line 17 of file SecSGUI.cs.