|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for ToolsGUI:
Collaboration diagram for ToolsGUI:Public Member Functions | |
| void | SelectAtoms (bool isOn) |
| void | Interact (bool isOn) |
Public Attributes | |
| Toggle | select |
| Toggle | inter |
Private Member Functions | |
| void | Start () |
Private Attributes | |
| Camera | mainCamera = null |
Definition at line 7 of file ToolsGUI.cs.
| void ToolsGUI.Interact | ( | bool | isOn | ) |
Definition at line 29 of file ToolsGUI.cs.
References UI.UIData.atomtype, Molecule.Model.MoleculeModel.fieldLineFileExists, UI.UIData.interactive, UI.UIData.resetInteractive, UI.GUIMoleculeController.showGrayColor, UI.GUIMoleculeController.showSurfaceButton, Molecule.Model.MoleculeModel.surfaceFileExists, UI.UIData.toggleColor, and UI.UIData.toggleGray.
Referenced by Start().
Here is the caller graph for this function:| void ToolsGUI.SelectAtoms | ( | bool | isOn | ) |
Definition at line 20 of file ToolsGUI.cs.
Referenced by Start().
Here is the caller graph for this function:
|
private |
Definition at line 13 of file ToolsGUI.cs.
References Interact(), and SelectAtoms().
Here is the call graph for this function:| Toggle ToolsGUI.inter |
Definition at line 9 of file ToolsGUI.cs.
|
private |
Definition at line 10 of file ToolsGUI.cs.
| Toggle ToolsGUI.select |
Definition at line 8 of file ToolsGUI.cs.