![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
void | Fetch () |
void | OpenFileCallback () |
Public Attributes | |
Toggle | hetToggle |
Toggle | waterToggle |
Toggle | connect_pdbToggle |
Toggle | connect_calcToggle |
Toggle | hirerna |
InputField | pdb_id |
InputField | proxy_serv |
InputField | proxy_port |
Private Member Functions | |
void | Awake () |
void | Start () |
Definition at line 7 of file LoadGUI.cs.
|
private |
Definition at line 19 of file LoadGUI.cs.
void LoadGUI.Fetch | ( | ) |
Definition at line 52 of file LoadGUI.cs.
References UI.UIData.atomtype, UI.UIData.bondtype, Molecule3D.clearScene(), UI.UIData.fetchPDBFile, UI.GUIDisplay.id, UI.UIData.isOpenFile, UI.GUIDisplay.pdbID, and UI.GUIMoleculeController.showOpenMenu.
void LoadGUI.OpenFileCallback | ( | ) |
Definition at line 75 of file LoadGUI.cs.
References UI.UIData.atomtype, UI.UIData.bondtype, Molecule3D.clearScene(), UI.GUIDisplay.directorypath, UI.UIData.fetchPDBFile, UI.UIData.ffType, UI.GUIDisplay.file_base_name, UI.GUIDisplay.file_extension, FileBro.fileToOpen, UI.GUIDisplay.id, Molecule.Model.AtomModel.InitAtomic(), Molecule.Model.AtomModel.InitHiRERNA(), UI.UIData.isOpenFile, and UI.UIData.loadHireRNA.
|
private |
Definition at line 23 of file LoadGUI.cs.
References UI.UIData.connectivity_calc, UI.UIData.connectivity_PDB, UI.UIData.loadHireRNA, UI.GUIDisplay.pdbID, UI.GUIDisplay.proxyPort, UI.GUIDisplay.proxyServer, UI.UIData.readHetAtom, and UI.UIData.readWater.
Toggle LoadGUI.connect_calcToggle |
Definition at line 12 of file LoadGUI.cs.
Toggle LoadGUI.connect_pdbToggle |
Definition at line 11 of file LoadGUI.cs.
Toggle LoadGUI.hetToggle |
Definition at line 9 of file LoadGUI.cs.
Toggle LoadGUI.hirerna |
Definition at line 13 of file LoadGUI.cs.
InputField LoadGUI.pdb_id |
Definition at line 14 of file LoadGUI.cs.
InputField LoadGUI.proxy_port |
Definition at line 16 of file LoadGUI.cs.
InputField LoadGUI.proxy_serv |
Definition at line 15 of file LoadGUI.cs.
Toggle LoadGUI.waterToggle |
Definition at line 10 of file LoadGUI.cs.