![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
void | ChangeAtmStyle (bool reset, bool cubeToSphere, bool sphereToCube, UIData.AtomType type) |
void | SetBondStyle (UIData.BondType type) |
void | Brightness (float val) |
void | Metaphor (float radius, float shrink, float scale) |
void | BondScale (float val) |
void | Radius (float val) |
void | Shrink (float val) |
Public Attributes | |
Button | atmParticule |
Button | atmSphere |
Button | atmHyper |
Button | atmCube |
Button | atmOpti |
Button | bondNone |
Button | bondHyper |
Button | bondLine |
Button | bondCube |
Button | bondOpti |
Slider | radius |
Slider | scale |
Slider | shrink |
Slider | brightness |
Button | metaLicorne |
Button | metaCpk |
Button | metaWdv |
Button | metaSmooth |
Button | metaSmoothLink |
Private Member Functions | |
void | Start () |
Definition at line 6 of file AtomsGUI.cs.
void AtomsGUI.BondScale | ( | float | val | ) |
Definition at line 122 of file AtomsGUI.cs.
References RepresentationOldGUI.linkScale, and HStickMeshManager.resetScale.
Referenced by Start().
void AtomsGUI.Brightness | ( | float | val | ) |
Definition at line 104 of file AtomsGUI.cs.
References HBallMeshManager.brightness, HBallManager.brightness, HBallMeshManager.resetBrightness, and HBallManager.resetBrightness.
Referenced by Start().
void AtomsGUI.ChangeAtmStyle | ( | bool | reset, |
bool | cubeToSphere, | ||
bool | sphereToCube, | ||
UIData.AtomType | type | ||
) |
Changes atoms style.
Definition at line 86 of file AtomsGUI.cs.
References UI.UIData.bondtype, Molecule.View.DisplayMolecule.ChangeRepresentation(), BallUpdate.resetColors, UI.GUIMoleculeController.toggle_NA_CLICK, and UI.GUIMoleculeController.toggle_NA_HIDE.
Referenced by Start().
void AtomsGUI.Metaphor | ( | float | radius, |
float | shrink, | ||
float | scale | ||
) |
Definition at line 112 of file AtomsGUI.cs.
References RepresentationOldGUI.deltaRadius, RepresentationOldGUI.deltaScale, RepresentationOldGUI.deltaShrink, RepresentationOldGUI.globalRadius, RepresentationOldGUI.linkScale, RepresentationOldGUI.newGlobalRadius, RepresentationOldGUI.newScale, RepresentationOldGUI.newShrink, radius, scale, RepresentationOldGUI.shrink, RepresentationOldGUI.transDelta, and RepresentationOldGUI.transMETAPHOR.
Referenced by Start().
void AtomsGUI.Radius | ( | float | val | ) |
Definition at line 126 of file AtomsGUI.cs.
References RepresentationOldGUI.globalRadius, and HBallMeshManager.resetRadii.
Referenced by Start().
void AtomsGUI.SetBondStyle | ( | UIData.BondType | type | ) |
Definition at line 98 of file AtomsGUI.cs.
References UI.UIData.atomtype, and Molecule.View.DisplayMolecule.ChangeRepresentation().
Referenced by Start().
void AtomsGUI.Shrink | ( | float | val | ) |
Definition at line 130 of file AtomsGUI.cs.
References HStickMeshManager.resetShrink, and RepresentationOldGUI.shrink.
Referenced by Start().
|
private |
Definition at line 31 of file AtomsGUI.cs.
References BondScale(), Brightness(), ChangeAtmStyle(), Metaphor(), Radius(), SetBondStyle(), and Shrink().
Button AtomsGUI.atmCube |
Definition at line 11 of file AtomsGUI.cs.
Button AtomsGUI.atmHyper |
Definition at line 10 of file AtomsGUI.cs.
Button AtomsGUI.atmOpti |
Definition at line 12 of file AtomsGUI.cs.
Button AtomsGUI.atmParticule |
Definition at line 8 of file AtomsGUI.cs.
Button AtomsGUI.atmSphere |
Definition at line 9 of file AtomsGUI.cs.
Button AtomsGUI.bondCube |
Definition at line 17 of file AtomsGUI.cs.
Button AtomsGUI.bondHyper |
Definition at line 15 of file AtomsGUI.cs.
Button AtomsGUI.bondLine |
Definition at line 16 of file AtomsGUI.cs.
Button AtomsGUI.bondNone |
Definition at line 14 of file AtomsGUI.cs.
Button AtomsGUI.bondOpti |
Definition at line 18 of file AtomsGUI.cs.
Slider AtomsGUI.brightness |
Definition at line 23 of file AtomsGUI.cs.
Button AtomsGUI.metaCpk |
Definition at line 26 of file AtomsGUI.cs.
Button AtomsGUI.metaLicorne |
Definition at line 25 of file AtomsGUI.cs.
Button AtomsGUI.metaSmooth |
Definition at line 28 of file AtomsGUI.cs.
Button AtomsGUI.metaSmoothLink |
Definition at line 29 of file AtomsGUI.cs.
Button AtomsGUI.metaWdv |
Definition at line 27 of file AtomsGUI.cs.
Slider AtomsGUI.radius |
Definition at line 20 of file AtomsGUI.cs.
Referenced by Metaphor().
Slider AtomsGUI.scale |
Definition at line 21 of file AtomsGUI.cs.
Referenced by Metaphor().
Slider AtomsGUI.shrink |
Definition at line 22 of file AtomsGUI.cs.