UnityMol  0.9.6-875
UnityMol viewer / In developement
UI.GUIMoleculeController Class Reference
+ Inheritance diagram for UI.GUIMoleculeController:
+ Collaboration diagram for UI.GUIMoleculeController:

Public Member Functions

 GUIMoleculeController ()
 
void CameraStop ()
 
void DisplayGUI ()
 
void SetAdvMenu ()
 
void SetGuidedMenu ()
 
void SetAtomMenu ()
 
void SetSecStructMenu ()
 
void SetAtomType ()
 
void SetBfactorMenu ()
 
void SetBondType ()
 
void setSugarMenu ()
 
void setSugarRibbonsTuneMenu ()
 
void setColorTuneMenu ()
 
void SetCubeLineBond ()
 
void SetEffectType ()
 
void SetFieldMenu ()
 
void SetSurfaceMenu ()
 
void SetHydroMenu ()
 
void SetHyperBall ()
 
void SetSurfaceTexture ()
 
void SetSurtfaceMobileCut ()
 
void SetSurfaceCut ()
 
void SetBackGroundType ()
 
void SetMetaphorType ()
 
void SetArtemisMenu ()
 
void SetHiRERNAMenu ()
 
void SetWebContestMenu ()
 
void MinLoadTypeGUIAtom (int b)
 
void RenderHelp ()
 

Static Public Member Functions

static void CreateColorPicker (ColorObject col, string title, List< string > atomTarget, string residueTarget="All", string chainTarget="All")
 
static void LightStop ()
 
static float LabelSlider (float sliderValue, float sliderMinValue, float sliderMaxValue, string labelText, string toolTip, bool enable, int sliderwidth, int labelwidth=100, bool newLine=false)
 
static void SetPanels ()
 
static void SetAtomsExtended ()
 
static void SetResidues ()
 
static void SetChains ()
 
static string queryBestTextures ()
 

Public Attributes

Texture2D aTexture
 

Static Public Attributes

static bool onlyBestTextures = true
 
static int texture_set =0
 
static bool HYPERBALLSDEFAULT = true
 
static float minOrthoSize = 1f
 
static float maxOrthoSize = 60f
 
static float orthoSize = 10f
 
static bool showOpenMenu = true
 
static bool showReactionMenu = false
 
static bool showAnimationMenu = false
 
static bool showAtomMenu = false
 
static bool showSetAtomScales = false
 
static bool showResiduesMenu = false
 
static bool showAtomsExtendedMenu = false
 
static bool showChainsMenu = false
 
static bool showPanelsMenu = false
 
static bool showArtemisMenu = false
 
static bool showHiRERNAMenu = false
 
static bool showWebContestMenu = false
 
static bool showTestMenu = false
 
static bool toggle_HELP = false
 
static bool toggle_INFOS = true
 
static bool toggle_VE_COPYR = true
 
static bool toggle_HB_SANIM = false
 
static float hb_sanim = 0.7f
 
static float hb_ssign = 1.0f
 
static bool toggle_HB_RANIM = false
 
static float hb_ranim = 0.4f
 
static float hb_rsign = 1.0f
 
static float depthfactor = -1.0f
 
static float drag = 0.6f
 
static float spring = 5
 
static float fov_angle = 60f
 
static float previous_angle = 60f
 
static bool toggle_HB_TRANS = true
 
static bool toggle_NA_INTERACTIVE = false
 
static bool toggle_NA_HIDE = false
 
static bool toggle_NA_SWITCH = false
 
static bool toggle_NA_HBALLSMOOTH = false
 
static bool LOD_INITIALIZED = false
 
static bool toggle_NA_MEASURE = false
 
static bool toggle_NA_CLICK = false
 
static bool toggle_NA_MAXCAM = true
 
static bool toggle_NA_AUTOMOVE = false
 
static bool toggle_NA_CAMLOCK = false
 
static bool toggle_LIGHTCAM = false
 
static bool toggle_MESHCOMBINE = false
 
static GameObject scenecontroller = null
 
static Molecule3D Molecule3DComp = null
 
static bool toggle_DISTANCE_CUEING = false
 
static bool toggle_HIDE_HYDROGEN =false
 
static bool distanceCueingEnabled = false
 
static bool toggle_IMD = false
 
static bool toggleIMDTotalEnergy = false
 
static bool toggleIMDHBondsEnergy = false
 
static bool toggleIMDStackingEnergy = false
 
static bool showGrayColor = false
 
static bool showSurfaceButton = false
 
static bool FileBrowser_show = false
 
static bool FileBrowser_show2 = false
 
static ImprovedFileBrowser m_fileBrowser
 
static string m_textPath
 
static Camera mainCamera
 
static float backgroundColorRed = 0.0f
 
static float backgroundColorGreen = 0.0f
 
static float backgroundColorBlue = 0.0f
 
static ColorObject BackgroundColor = new ColorObject(Color.black)
 
static ColorPicker m_colorPicker = null
 
static Material electricsymbol = (Material)Resources.Load ("Materials/electricparticle")
 

Static Protected Attributes

static Quaternion NA_SCCROT = new Quaternion (-0.1f, 0.1f, 0.0f, -1.0f)
 
static Vector3 NA_SCCPOS = new Vector3 (0.4f, 1.8f, -12.0f)
 
static bool showAtoms = true
 
static float prevRadius
 
static GUIStyle m_centredText
 

Properties

static GUIStyle CentredText [get]
 

Static Private Member Functions

static void VisualControl ()
 

Private Attributes

GUIContent[] listatom
 
GUIContent[] listbond
 
GUIStyle listStyle
 
bool firstpass = true
 

Static Private Attributes

static Texture2D guicon = Resources.Load ("Artwork/guicon") as Texture2D
 
static string umolbase = "http://www.baaden.ibpc.fr/umol"
 
static GUIContent emptyContent = new GUIContent()
 

Detailed Description

Definition at line 77 of file GUIMoleculeController.cs.

Constructor & Destructor Documentation

UI.GUIMoleculeController.GUIMoleculeController ( )

Definition at line 246 of file GUIMoleculeController.cs.

References UI.GUIDisplay.initStyles().

+ Here is the call graph for this function:

Member Function Documentation

void UI.GUIMoleculeController.CameraStop ( )

Prevents the camera from moving along with the mouse if the cursor is over any active menu or button.

Currently a bit dirty, since existing rectangles are recreated for the pruposes of this function.

Definition at line 301 of file GUIMoleculeController.cs.

References Rectangles.backTypeRect, maxCamera.cameraStop, UI.UIData.cameraStop, UI.UIData.cameraStop2, Rectangles.colorPickerRect, ColorPicker.enabled, Rectangles.movePlaneRect, AdvancedOptionsOldGUI.showBackgroundType, SurfaceOldGUI.showSurfaceCut, SurfaceOldGUI.showSurfaceMenu, MouseOverMolecule.stopCamera, and UI.GUIMoleculeController.toggle_NA_CAMLOCK.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.CreateColorPicker ( ColorObject  col,
string  title,
List< string >  atomTarget,
string  residueTarget = "All",
string  chainTarget = "All" 
)
static
void UI.GUIMoleculeController.DisplayGUI ( )

Definition at line 362 of file GUIMoleculeController.cs.

References ColorObject.color, UI.LoadTypeGUI.MainFun(), Rectangles.mainRect, and ColorPicker.OnGUI().

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.LightStop ( )
static

Prevents the light from moving with the camera.

Usefull when using shadows

Definition at line 341 of file GUIMoleculeController.cs.

References UI.UIData.lightStop.

Referenced by RepresentationOldGUI.AtomMenu().

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.MinLoadTypeGUIAtom ( int  b)

Definition at line 601 of file GUIMoleculeController.cs.

static string UI.GUIMoleculeController.queryBestTextures ( )
static

Definition at line 603 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.AdvOptions().

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetAdvMenu ( )

Definition at line 423 of file GUIMoleculeController.cs.

References AdvancedOptionsOldGUI.AdvOptions(), Rectangles.advOptionsRect, and AdvancedOptionsOldGUI.showAdvMenu.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetArtemisMenu ( )

Definition at line 583 of file GUIMoleculeController.cs.

References ArtemisOldGUI.ArtemisMenu(), and Rectangles.artemisMenuRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetAtomMenu ( )

Definition at line 433 of file GUIMoleculeController.cs.

References RepresentationOldGUI.AtomMenu(), and Rectangles.atomMenuRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.SetAtomsExtended ( )
static

Definition at line 451 of file GUIMoleculeController.cs.

References UI.GUIDisplay.AtomsExtendedMenu(), and Rectangles.atomsExtendedMenuRect.

Referenced by Molecule3D.OnGUI().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetAtomType ( )

Definition at line 464 of file GUIMoleculeController.cs.

References RepresentationOldGUI.AtomStyle(), Rectangles.atomStyleRect, and RepresentationOldGUI.showAtomType.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetBackGroundType ( )

Definition at line 573 of file GUIMoleculeController.cs.

References AdvancedOptionsOldGUI.Background(), Rectangles.backTypeRect, and AdvancedOptionsOldGUI.showBackgroundType.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetBfactorMenu ( )
void UI.GUIMoleculeController.SetBondType ( )

Definition at line 483 of file GUIMoleculeController.cs.

References RepresentationOldGUI.Bond(), Rectangles.bondTypeRect, and RepresentationOldGUI.showBondType.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.SetChains ( )
static

Definition at line 460 of file GUIMoleculeController.cs.

References UI.GUIDisplay.ChainsMenu(), and Rectangles.chainsMenuRect.

Referenced by Molecule3D.OnGUI().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.setColorTuneMenu ( )

Definition at line 501 of file GUIMoleculeController.cs.

References SugarOldGUI.ColorTuneMenu(), Rectangles.ColorTuneRect, and SugarOldGUI.showColorTuneMenu.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetCubeLineBond ( )
void UI.GUIMoleculeController.SetEffectType ( )

Definition at line 515 of file GUIMoleculeController.cs.

References AdvancedOptionsOldGUI.Effects(), Rectangles.effectTypeRect, and AdvancedOptionsOldGUI.showEffectType.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetFieldMenu ( )
void UI.GUIMoleculeController.SetGuidedMenu ( )

Definition at line 428 of file GUIMoleculeController.cs.

References Rectangles.GuidedNavRect, GuidedNavigationOldGUI.GuidedOptions(), and GuidedNavigationOldGUI.showGuidedMenu.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetHiRERNAMenu ( )

Definition at line 588 of file GUIMoleculeController.cs.

References HiRERNAOldGUI.HiRERNAMenu(), and Rectangles.hirernaMenuRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetHydroMenu ( )

Definition at line 542 of file GUIMoleculeController.cs.

References SurfaceOldGUI.HydroMenu(), Rectangles.hydroMenuRect, SurfaceOldGUI.showHydroMenu, and SurfaceOldGUI.showSurfaceMenu.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetHyperBall ( )

Definition at line 548 of file GUIMoleculeController.cs.

References Rectangles.hyperballRect, RepresentationOldGUI.HyperballStyle(), and RepresentationOldGUI.showHyperballsMenu.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetMetaphorType ( )

Definition at line 578 of file GUIMoleculeController.cs.

References RepresentationOldGUI.Metaphor(), Rectangles.metaphorRect, and RepresentationOldGUI.showMetaphorType.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.SetPanels ( )
static

Definition at line 447 of file GUIMoleculeController.cs.

References UI.GUIDisplay.PanelsMenu(), and Rectangles.panelsMenuRect.

Referenced by Molecule3D.OnGUI().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.SetResidues ( )
static

Definition at line 456 of file GUIMoleculeController.cs.

References UI.GUIDisplay.ResiduesMenu(), and Rectangles.residuesMenuRect.

Referenced by Molecule3D.OnGUI().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetSecStructMenu ( )

Definition at line 438 of file GUIMoleculeController.cs.

References SecondaryStructureOldGUI.SecStructMenu(), Rectangles.secStructMenuRect, and SecondaryStructureOldGUI.showSecStructMenu.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.setSugarMenu ( )

Definition at line 489 of file GUIMoleculeController.cs.

References SugarOldGUI.showSugarChainMenu, SugarOldGUI.SugarM(), and Rectangles.SugarMenuRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.setSugarRibbonsTuneMenu ( )

Definition at line 495 of file GUIMoleculeController.cs.

References SugarOldGUI.showSugarRibbonsTuneMenu, SugarOldGUI.SugarRibbonsTune(), and Rectangles.SugarRibbonsTuneRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetSurfaceCut ( )
void UI.GUIMoleculeController.SetSurfaceMenu ( )
void UI.GUIMoleculeController.SetSurfaceTexture ( )

Definition at line 553 of file GUIMoleculeController.cs.

References UI.GUIDisplay.m_texture, SurfaceOldGUI.showBfactorMenu, SurfaceOldGUI.showSurfaceMenu, SurfaceOldGUI.showSurfaceTexture, SurfaceOldGUI.SurfaceTexture(), and Rectangles.textureRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetSurtfaceMobileCut ( )

Definition at line 561 of file GUIMoleculeController.cs.

References SurfaceOldGUI.showBfactorMenu, SurfaceOldGUI.showSurfaceMenu, SurfaceOldGUI.showSurfaceMobileCut, SurfaceOldGUI.SurfaceMobileCut(), and Rectangles.surfaceMobileCutRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void UI.GUIMoleculeController.SetWebContestMenu ( )

Definition at line 593 of file GUIMoleculeController.cs.

References HiRERNAContestOldGUI.HiRERNAContestMenu(), and Rectangles.webContestMenuRect.

Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void UI.GUIMoleculeController.VisualControl ( )
staticprivate

Definition at line 386 of file GUIMoleculeController.cs.

References UI.UIData.toggleKey, and UI.UIData.toggleMouse.

Member Data Documentation

Texture2D UI.GUIMoleculeController.aTexture

Definition at line 222 of file GUIMoleculeController.cs.

ColorObject UI.GUIMoleculeController.BackgroundColor = new ColorObject(Color.black)
static

Definition at line 229 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.BackColor().

float UI.GUIMoleculeController.backgroundColorBlue = 0.0f
static

Definition at line 225 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.BackColor().

float UI.GUIMoleculeController.backgroundColorGreen = 0.0f
static

Definition at line 224 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.BackColor().

float UI.GUIMoleculeController.backgroundColorRed = 0.0f
static

Definition at line 223 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.BackColor().

float UI.GUIMoleculeController.depthfactor = -1.0f
static
bool UI.GUIMoleculeController.distanceCueingEnabled = false
static
float UI.GUIMoleculeController.drag = 0.6f
static
Material UI.GUIMoleculeController.electricsymbol = (Material)Resources.Load ("Materials/electricparticle")
static

Definition at line 234 of file GUIMoleculeController.cs.

GUIContent UI.GUIMoleculeController.emptyContent = new GUIContent()
staticprivate

Definition at line 200 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.FileBrowser_show = false
static

Definition at line 189 of file GUIMoleculeController.cs.

Referenced by Molecule3D.OnGUI().

bool UI.GUIMoleculeController.FileBrowser_show2 = false
static
bool UI.GUIMoleculeController.firstpass = true
private

Definition at line 235 of file GUIMoleculeController.cs.

float UI.GUIMoleculeController.fov_angle = 60f
static

Definition at line 129 of file GUIMoleculeController.cs.

Referenced by RepresentationOldGUI.HyperballStyle().

Texture2D UI.GUIMoleculeController.guicon = Resources.Load ("Artwork/guicon") as Texture2D
staticprivate

Definition at line 172 of file GUIMoleculeController.cs.

float UI.GUIMoleculeController.hb_ranim = 0.4f
static

Definition at line 121 of file GUIMoleculeController.cs.

float UI.GUIMoleculeController.hb_rsign = 1.0f
static

Definition at line 122 of file GUIMoleculeController.cs.

float UI.GUIMoleculeController.hb_sanim = 0.7f
static

Definition at line 118 of file GUIMoleculeController.cs.

float UI.GUIMoleculeController.hb_ssign = 1.0f
static

Definition at line 119 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.HYPERBALLSDEFAULT = true
static

Definition at line 84 of file GUIMoleculeController.cs.

GUIContent [] UI.GUIMoleculeController.listatom
private

Definition at line 167 of file GUIMoleculeController.cs.

GUIContent [] UI.GUIMoleculeController.listbond
private

Definition at line 168 of file GUIMoleculeController.cs.

GUIStyle UI.GUIMoleculeController.listStyle
private

Definition at line 169 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.LOD_INITIALIZED = false
static

Definition at line 137 of file GUIMoleculeController.cs.

GUIStyle UI.GUIMoleculeController.m_centredText
staticprotected

Definition at line 214 of file GUIMoleculeController.cs.

ImprovedFileBrowser UI.GUIMoleculeController.m_fileBrowser
static
string UI.GUIMoleculeController.m_textPath
static

Definition at line 192 of file GUIMoleculeController.cs.

Referenced by SurfaceOldGUI.FileSelectedCallback().

Camera UI.GUIMoleculeController.mainCamera
static
float UI.GUIMoleculeController.maxOrthoSize = 60f
static

Definition at line 88 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.AdvOptions().

float UI.GUIMoleculeController.minOrthoSize = 1f
static
Molecule3D UI.GUIMoleculeController.Molecule3DComp = null
static

Definition at line 146 of file GUIMoleculeController.cs.

Referenced by RepresentationOldGUI.SetAtomStyle().

Vector3 UI.GUIMoleculeController.NA_SCCPOS = new Vector3 (0.4f, 1.8f, -12.0f)
staticprotected

Definition at line 148 of file GUIMoleculeController.cs.

Referenced by UI.LoadTypeGUI.MainFun().

Quaternion UI.GUIMoleculeController.NA_SCCROT = new Quaternion (-0.1f, 0.1f, 0.0f, -1.0f)
staticprotected

Definition at line 147 of file GUIMoleculeController.cs.

Referenced by UI.LoadTypeGUI.MainFun().

bool UI.GUIMoleculeController.onlyBestTextures = true
static

Toggle condensed set of textures vs. full set

Definition at line 80 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.AdvOptions(), UI.GUIDisplay.AtomScales(), and SurfaceOldGUI.textureMenu().

float UI.GUIMoleculeController.orthoSize = 10f
static

Definition at line 89 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.AdvOptions().

float UI.GUIMoleculeController.previous_angle = 60f
static

Definition at line 130 of file GUIMoleculeController.cs.

Referenced by RepresentationOldGUI.HyperballStyle().

float UI.GUIMoleculeController.prevRadius
staticprotected

Definition at line 197 of file GUIMoleculeController.cs.

GameObject UI.GUIMoleculeController.scenecontroller = null
static
bool UI.GUIMoleculeController.showAnimationMenu = false
static
bool UI.GUIMoleculeController.showArtemisMenu = false
static

Definition at line 107 of file GUIMoleculeController.cs.

Referenced by ArtemisOldGUI.ArtemisMenu(), and UI.LoadTypeGUI.MainFun().

bool UI.GUIMoleculeController.showAtomMenu = false
static
bool UI.GUIMoleculeController.showAtoms = true
staticprotected

Definition at line 196 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.showAtomsExtendedMenu = false
static
bool UI.GUIMoleculeController.showChainsMenu = false
static
bool UI.GUIMoleculeController.showGrayColor = false
static
bool UI.GUIMoleculeController.showHiRERNAMenu = false
static

Definition at line 108 of file GUIMoleculeController.cs.

Referenced by HiRERNAOldGUI.HiRERNAMenu(), and UI.LoadTypeGUI.MainFun().

bool UI.GUIMoleculeController.showPanelsMenu = false
static
bool UI.GUIMoleculeController.showReactionMenu = false
static
bool UI.GUIMoleculeController.showResiduesMenu = false
static
bool UI.GUIMoleculeController.showSetAtomScales = false
static
bool UI.GUIMoleculeController.showSurfaceButton = false
static
bool UI.GUIMoleculeController.showTestMenu = false
static

Definition at line 110 of file GUIMoleculeController.cs.

Referenced by UI.LoadTypeGUI.MainFun().

bool UI.GUIMoleculeController.showWebContestMenu = false
static
float UI.GUIMoleculeController.spring = 5
static
int UI.GUIMoleculeController.texture_set =0
static
bool UI.GUIMoleculeController.toggle_DISTANCE_CUEING = false
static

Definition at line 151 of file GUIMoleculeController.cs.

Referenced by RepresentationOldGUI.HyperballStyle().

bool UI.GUIMoleculeController.toggle_HB_RANIM = false
static

Definition at line 120 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.toggle_HB_SANIM = false
static

Definition at line 117 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.toggle_HB_TRANS = true
static

Definition at line 132 of file GUIMoleculeController.cs.

Referenced by Molecule3D.Update().

bool UI.GUIMoleculeController.toggle_HELP = false
static

Definition at line 114 of file GUIMoleculeController.cs.

Referenced by UI.GUIMoleculeController.RenderHelp().

bool UI.GUIMoleculeController.toggle_INFOS = true
static

Definition at line 115 of file GUIMoleculeController.cs.

Referenced by AdvancedOptionsOldGUI.AdvOptions(), and Molecule3D.OnGUI().

bool UI.GUIMoleculeController.toggle_LIGHTCAM = false
static
bool UI.GUIMoleculeController.toggle_MESHCOMBINE = false
static

Definition at line 144 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.toggle_NA_AUTOMOVE = false
static
bool UI.GUIMoleculeController.toggle_NA_CAMLOCK = false
static
bool UI.GUIMoleculeController.toggle_NA_HBALLSMOOTH = false
static
bool UI.GUIMoleculeController.toggle_NA_INTERACTIVE = false
static
bool UI.GUIMoleculeController.toggle_NA_MAXCAM = true
static
bool UI.GUIMoleculeController.toggle_NA_MEASURE = false
static
bool UI.GUIMoleculeController.toggle_NA_SWITCH = false
static
bool UI.GUIMoleculeController.toggle_VE_COPYR = true
static

Definition at line 116 of file GUIMoleculeController.cs.

bool UI.GUIMoleculeController.toggleIMDHBondsEnergy = false
static
bool UI.GUIMoleculeController.toggleIMDStackingEnergy = false
static
bool UI.GUIMoleculeController.toggleIMDTotalEnergy = false
static
string UI.GUIMoleculeController.umolbase = "http://www.baaden.ibpc.fr/umol"
staticprivate

Definition at line 175 of file GUIMoleculeController.cs.

Property Documentation

GUIStyle UI.GUIMoleculeController.CentredText
staticgetprotected

Definition at line 204 of file GUIMoleculeController.cs.


The documentation for this class was generated from the following file: