![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Classes | |
struct | RendererInfos |
Public Member Functions | |
GUIDisplay () | |
void | OpenFileCallback (string path) |
void | OpenReactionCallback (string path) |
void | OpenAnimationTopCallback (string path) |
void | OpenAnimationCrdCallback (string path) |
void | Display () |
void | SetAtomScales () |
void | LoadMenu (int a) |
void | FileSelectedCallback (string path) |
Static Public Member Functions | |
static void | ChangeAllColors () |
static void | PanelsMenu (int a) |
static void | AtomsExtendedMenu (int a) |
static void | ResiduesMenu (int a) |
static void | ChainsMenu (int a) |
static void | InitRenderDict () |
static void | InitTextureMenuList () |
static void | SetAtomColor (string atomChar, Color col) |
static void | SetColorPanel (string panelName) |
static void | SetTexturePanel (string panelName) |
static void | initStyles () |
Public Attributes | |
bool | display =false |
bool | displayChoice =false |
bool | LoginFlag =false |
bool | LoginAgainFlag =false |
GUIMoleculeController | gUIMoleculeController = new GUIMoleculeController() |
ImprovedFileBrowser | m_fileBrowser |
string | m_textPath |
string | m_last_texture_dir = null |
string | m_lastOpenDir = null |
Texture2D | ext_surf |
Static Public Attributes | |
static float | guiScale = 1.0f |
static float | oldGuiScale = guiScale |
static string | pdbID ="1KX2" |
static string | pdbServer = "http://www.pdb.org/pdb/files/" |
static string | proxyServer = "" |
static string | proxyPort = "" |
static string | directorypath ="/opt/src/Unity/UnityMol_SVN/" |
static string | file_base_name = "" |
static string | file_extension = ".pdb" |
static string | id ="" |
static bool | m_max =false |
static bool | m_texture =false |
static int | texture_set =0 |
static float | oldScale = 100f |
static float | newScale = 100f |
static bool | quickSelection = true |
static List< string > | applyToAtoms = new List<string>() |
static List< string > | textureMenuTitles = new List<string>() |
static List< string[]> | textureMenuList = new List<string[]>() |
static Dictionary< string, Color > | colorByResiduesDict = new Dictionary<string, Color>() |
static Dictionary< string, Color > | ChainColorDict = new Dictionary<string, Color>() |
static GUIStyle | headerStyle = new GUIStyle() |
static GUIStyle | errorStyle = new GUIStyle() |
static GUIStyle | artemisPlotWhiteStyle = new GUIStyle() |
static GUIStyle | artemisPlotGreenStyle = new GUIStyle() |
static GUIStyle | artemisPlotRedStyle = new GUIStyle() |
static GUIStyle | artemisPlotOrangeStyle = new GUIStyle() |
static GUIStyle | artemisPlotBlueStyle = new GUIStyle() |
static GUIStyle | cytosineStyle = new GUIStyle() |
static GUIStyle | guanineStyle = new GUIStyle() |
static GUIStyle | adenineStyle = new GUIStyle() |
static GUIStyle | uracileStyle = new GUIStyle() |
Protected Attributes | |
GUIStyle | m_centredText |
Properties | |
GUIStyle | CentredText [get] |
Private Member Functions | |
void | OnLevelWasLoaded () |
void | AtomScales (string texDir, string[] texList, string texDescr) |
Static Private Member Functions | |
static List< string > | ToList (string atom) |
static void | ColorPickerCaller () |
Private Attributes | |
UIData.AtomType | defaultAtomRepresentation = UIData.AtomType.optihb |
UIData.BondType | defaultBondRepresentation = UIData.BondType.optihs |
StringBuilder | proxyPortValidate |
Texture2D | directoryimage |
Texture2D | fileimage |
int | nbSteps = 1 |
Camera | mainCamera = null |
Static Private Attributes | |
static string | applyToRes = "All" |
static string | applyToChain = "All" |
static Dictionary< string, List< RendererInfos > > | panelDict = new Dictionary<string, List<RendererInfos>>() |
static Color[] | colorButtonNew = new Color[200] |
static Texture2D | colorButton = new Texture2D(20,10,TextureFormat.ARGB32,false) |
static ColorObject | buttonColor = new ColorObject(Color.red) |
!WiP manage GUI, and provide static strings for the GUI.
An important part of the User interface. Texture handling for atoms and bonds is done here.
Unity3D doc :
GUIContent
Texture2D
TextureFormat
TextAnchor
GUIStyle
Debug
GUI
Resources
Rect
Definition at line 94 of file GUIDisplay.cs.
UI.GUIDisplay.GUIDisplay | ( | ) |
Make a box for atom color selecting.
Make a box for atom color selecting.
Definition at line 233 of file GUIDisplay.cs.
|
private |
Contents of the atom color/texture/scale menu.
texDir | Textures directory. |
texList | Textures list. |
texDescr | Textures description. |
Definition at line 962 of file GUIDisplay.cs.
References Rectangles.atomScalesHeight, Rectangles.atomScalesWidth, UI.UIData.atomtype, Molecule.Model.MoleculeModel.carbonNumber, ColorPicker.color, UI.GUIDisplay.ColorPickerCaller(), Rectangles.fileBrowserRect, UI.GUIDisplay.FileSelectedCallback(), UnityMolMain.getCurrentAtomManager(), UI.UIData.grayscalemode, UI.UIData.hasChains, UI.UIData.hasResidues, Molecule.Model.MoleculeModel.hydrogenNumber, GenericManager.isInit, UI.GUIMoleculeController.LabelSlider(), UI.GUIMoleculeController.m_colorPicker, UI.GUIDisplay.newScale, Molecule.Model.MoleculeModel.newtooltip, Molecule.Model.MoleculeModel.nitrogenNumber, BallUpdate.number, ClickAtom.objList, UI.GUIMoleculeController.onlyBestTextures, Molecule.Model.MoleculeModel.oxygenNumber, Molecule.Model.MoleculeModel.phosphorusNumber, GenericManager.SetRadii(), HBallManager.SetTexture(), UI.LoadTypeGUI.SetTitleExit(), UI.GUIMoleculeController.showAtomsExtendedMenu, UI.GUIMoleculeController.showChainsMenu, UI.GUIMoleculeController.showPanelsMenu, UI.GUIMoleculeController.showResiduesMenu, UI.GUIMoleculeController.showSetAtomScales, Molecule.Model.MoleculeModel.sulphurNumber, UI.GUIDisplay.RendererInfos.texture, Rectangles.textureWidth, UI.GUIMoleculeController.toggle_NA_CLICK, TextureGray.ToGray(), UI.GUIDisplay.ToList(), and Molecule.Model.MoleculeModel.unknownNumber.
Referenced by UI.GUIDisplay.LoadMenu().
|
static |
Open the atoms extended selection Menu to apply changes to a specific atom.
a | No idea... |
Definition at line 1547 of file GUIDisplay.cs.
References UI.GUIDisplay.ColorPickerCaller(), Molecule.Model.MoleculeModel.existingName, UI.GUIMoleculeController.m_colorPicker, Molecule.Model.MoleculeModel.newtooltip, Rectangles.residuesMenuWidth, UI.LoadTypeGUI.SetTitleExit(), and UI.GUIMoleculeController.showAtomsExtendedMenu.
Referenced by UI.GUIMoleculeController.SetAtomsExtended().
|
static |
Open the Chain selection Menu to apply changes to a specific chain.
a | No idea... |
Definition at line 1656 of file GUIDisplay.cs.
References UI.GUIDisplay.ColorPickerCaller(), Molecule.Model.MoleculeModel.existingChain, UI.GUIMoleculeController.m_colorPicker, Molecule.Model.MoleculeModel.newtooltip, Rectangles.residuesMenuWidth, UI.LoadTypeGUI.SetTitleExit(), and UI.GUIMoleculeController.showChainsMenu.
Referenced by UI.GUIMoleculeController.SetChains().
|
static |
Updates the colors of the ColorPicker boxes.
Definition at line 1313 of file GUIDisplay.cs.
References SecondaryStructureOldGUI.chainbuttonA, SecondaryStructureOldGUI.chainbuttonAnew, SecondaryStructureOldGUI.chainbuttonB, SecondaryStructureOldGUI.chainbuttonBnew, SecondaryStructureOldGUI.chainbuttonC, SecondaryStructureOldGUI.chainbuttonCnew, SecondaryStructureOldGUI.chainbuttonD, SecondaryStructureOldGUI.chainbuttonDnew, SecondaryStructureOldGUI.chainbuttonE, SecondaryStructureOldGUI.chainbuttonEnew, Ribbons.ChainColorA, Ribbons.ChainColorB, Ribbons.ChainColorC, Ribbons.ChainColorD, Ribbons.ChainColorE, Ribbons.COIL_COLOR, SecondaryStructureOldGUI.coilButton, SecondaryStructureOldGUI.coilButtonNew, ColorObject.color, Ribbons.HELIX_COLOR, SecondaryStructureOldGUI.helixButton, SecondaryStructureOldGUI.helixButtonNew, SecondaryStructureOldGUI.sheetButton, SecondaryStructureOldGUI.sheetButtonNew, and Ribbons.STRAND_COLOR.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
staticprivate |
Create a ColorPicker with the currents options.
Definition at line 946 of file GUIDisplay.cs.
References UI.GUIMoleculeController.CreateColorPicker().
Referenced by UI.GUIDisplay.AtomScales(), UI.GUIDisplay.AtomsExtendedMenu(), UI.GUIDisplay.ChainsMenu(), and UI.GUIDisplay.ResiduesMenu().
void UI.GUIDisplay.Display | ( | ) |
Display a GUI pannel for selecting a PDB on a server or on a local file.
Display a GUI pannel for selecting a PDB on a server or on a local file.
Definition at line 401 of file GUIDisplay.cs.
Referenced by Molecule3D.OnGUI(), and UI.GUIDisplay.OpenAnimationCrdCallback().
void UI.GUIDisplay.FileSelectedCallback | ( | string | path | ) |
Definition at line 1348 of file GUIDisplay.cs.
References UI.GUIMoleculeController.FileBrowser_show2, UI.UIData.grayscalemode, GenericManager.isInit, BallUpdate.number, ClickAtom.objList, HBallManager.SetTexture(), UI.GUIMoleculeController.toggle_NA_CLICK, and TextureGray.ToGray().
Referenced by UI.GUIDisplay.AtomScales().
|
static |
Inits the color/texture panel dictionary.
Definition at line 1704 of file GUIDisplay.cs.
References UI.GUIDisplay.RendererInfos.atom, UI.GUIDisplay.RendererInfos.chain, UI.GUIDisplay.RendererInfos.color, UI.UIData.isRenderDictInit, UI.GUIDisplay.RendererInfos.residue, and UI.GUIDisplay.RendererInfos.texture.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
static |
Definition at line 1856 of file GUIDisplay.cs.
Referenced by UI.GUIMoleculeController.GUIMoleculeController().
|
static |
Inits the Textures Menu list.
Definition at line 1758 of file GUIDisplay.cs.
References UI.UIData.isTexturesMenuListInit.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
void UI.GUIDisplay.LoadMenu | ( | int | a | ) |
Load the atom scale, color and texture menu with the current texture set.
a | ? |
Definition at line 901 of file GUIDisplay.cs.
References UI.GUIDisplay.AtomScales().
Referenced by UI.GUIDisplay.SetAtomScales().
|
private |
Debug function
Definition at line 273 of file GUIDisplay.cs.
void UI.GUIDisplay.OpenAnimationCrdCallback | ( | string | path | ) |
Definition at line 372 of file GUIDisplay.cs.
References Molecule.Model.Reaction.acount, Molecule.Model.MoleculeModel.atoms, UI.UIData.atomtype, UI.UIData.bondtype, UI.GUIMoleculeController.CameraStop(), UI.GUIDisplay.ChangeAllColors(), Molecule3D.clearScene(), UI.UIData.connectivity_calc, UI.UIData.connectivity_PDB, Molecule.Model.Reaction.coord, Molecule.Model.Reaction.count, Molecule.Model.Reaction.current, UI.GUIDisplay.defaultAtomRepresentation, UI.GUIDisplay.defaultBondRepresentation, ImprovedFileBrowser.DirectoryImage, UI.GUIDisplay.directoryimage, UI.GUIDisplay.directorypath, UI.GUIDisplay.Display(), UI.GUIMoleculeController.DisplayGUI(), UI.UIData.fetchPDBFile, Rectangles.fileBrowserRect, ImprovedFileBrowser.FileImage, UI.GUIDisplay.fileimage, Molecule.Model.Reaction.forward, UI.UIData.hasMoleculeDisplay, UI.GUIDisplay.InitRenderDict(), UI.GUIDisplay.InitTextureMenuList(), UI.UIData.isOpenFile, Molecule.Model.Reaction.isReaction, Molecule.Model.Reaction.isReady, UI.UIData.isRenderDictInit, UI.UIData.isTexturesMenuListInit, UI.GUIMoleculeController.m_colorPicker, UI.GUIDisplay.nbSteps, UI.GUIDisplay.OpenAnimationTopCallback(), UI.GUIDisplay.OpenFileCallback(), UI.GUIDisplay.OpenReactionCallback(), Rectangles.openRect, Rectangles.openWidth, UI.GUIDisplay.pdbID, UI.UIData.readHetAtom, UI.UIData.readWater, UI.GUIMoleculeController.RenderHelp(), ImprovedFileBrowser.SelectionPattern, UI.GUIMoleculeController.SetAdvMenu(), UI.GUIMoleculeController.SetArtemisMenu(), UI.GUIMoleculeController.SetAtomMenu(), UI.GUIDisplay.SetAtomScales(), UI.GUIMoleculeController.SetAtomType(), UI.GUIMoleculeController.SetBackGroundType(), UI.GUIMoleculeController.SetBfactorMenu(), UI.GUIMoleculeController.SetBondType(), UI.GUIMoleculeController.setColorTuneMenu(), UI.GUIMoleculeController.SetCubeLineBond(), UI.GUIMoleculeController.SetEffectType(), UI.GUIMoleculeController.SetFieldMenu(), UI.GUIMoleculeController.SetGuidedMenu(), UI.GUIMoleculeController.SetHiRERNAMenu(), UI.GUIMoleculeController.SetHydroMenu(), UI.GUIMoleculeController.SetHyperBall(), UI.GUIMoleculeController.SetMetaphorType(), UI.GUIMoleculeController.SetSecStructMenu(), UI.GUIMoleculeController.setSugarMenu(), UI.GUIMoleculeController.setSugarRibbonsTuneMenu(), UI.GUIMoleculeController.SetSurfaceCut(), UI.GUIMoleculeController.SetSurfaceMenu(), UI.GUIMoleculeController.SetSurfaceTexture(), UI.GUIMoleculeController.SetSurtfaceMobileCut(), UI.GUIMoleculeController.SetWebContestMenu(), UI.GUIMoleculeController.showAnimationMenu, UI.GUIMoleculeController.showAtomMenu, UI.GUIMoleculeController.showOpenMenu, UI.GUIMoleculeController.showReactionMenu, SecondaryStructureOldGUI.showSecStructMenu, UI.GUIMoleculeController.showWebContestMenu, Molecule.Model.Reaction.top, and Molecule.Control.ControlMolecule.UpdateBondsFromGameObject().
void UI.GUIDisplay.OpenAnimationTopCallback | ( | string | path | ) |
Definition at line 341 of file GUIDisplay.cs.
References Molecule3D.clearScene(), Molecule.Model.Reaction.coord, UI.GUIDisplay.directorypath, UI.UIData.fetchPDBFile, UI.UIData.hasMoleculeDisplay, UI.UIData.isOpenFile, Molecule.Model.Reaction.isReaction, and Molecule.Model.Reaction.isReady.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
void UI.GUIDisplay.OpenFileCallback | ( | string | path | ) |
Definition at line 277 of file GUIDisplay.cs.
References UI.UIData.atomtype, UI.UIData.bondtype, UI.GUIDisplay.defaultAtomRepresentation, UI.GUIDisplay.defaultBondRepresentation, UI.GUIDisplay.directorypath, UI.UIData.fetchPDBFile, UI.UIData.ffType, Molecule.Model.AtomModel.InitAtomic(), Molecule.Model.AtomModel.InitHiRERNA(), UI.UIData.isOpenFile, and UI.UIData.loadHireRNA.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
void UI.GUIDisplay.OpenReactionCallback | ( | string | path | ) |
Definition at line 310 of file GUIDisplay.cs.
References Molecule3D.clearScene(), Molecule.Model.Reaction.coord, UI.GUIDisplay.directorypath, UI.UIData.fetchPDBFile, UI.UIData.hasMoleculeDisplay, UI.UIData.isOpenFile, Molecule.Model.Reaction.isReaction, and Molecule.Model.Reaction.isReady.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
static |
Open the Panel selection Menu to apply premade color and texture panel.
a | No idea... |
Definition at line 1409 of file GUIDisplay.cs.
References UI.UIData.atomtype, UI.UIData.hasChains, UI.UIData.hasResidues, Molecule.Model.MoleculeModel.newtooltip, UI.GUIDisplay.SetColorPanel(), UI.GUIDisplay.SetTexturePanel(), UI.LoadTypeGUI.SetTitleExit(), and UI.GUIMoleculeController.showPanelsMenu.
Referenced by UI.GUIMoleculeController.SetPanels().
|
static |
Open the Residue selection Menu to apply changes to a specific residue.
a | No idea... |
Definition at line 1604 of file GUIDisplay.cs.
References UI.GUIDisplay.ColorPickerCaller(), Molecule.Model.MoleculeModel.existingRes, UI.GUIMoleculeController.m_colorPicker, Molecule.Model.MoleculeModel.newtooltip, Rectangles.residuesMenuWidth, UI.LoadTypeGUI.SetTitleExit(), and UI.GUIMoleculeController.showResiduesMenu.
Referenced by UI.GUIMoleculeController.SetResidues().
|
static |
Change the color of an atom type.
atomChar | Character of the atom. String. |
col | Color to apply. Color. |
Definition at line 1789 of file GUIDisplay.cs.
References Molecule.Model.MoleculeModel.carbonColor, ColorObject.color, Molecule.Model.MoleculeModel.hydrogenColor, Molecule.Model.MoleculeModel.nitrogenColor, Molecule.Model.MoleculeModel.oxygenColor, Molecule.Model.MoleculeModel.phosphorusColor, Molecule.Model.MoleculeModel.sulphurColor, and Molecule.Model.MoleculeModel.unknownColor.
void UI.GUIDisplay.SetAtomScales | ( | ) |
Sets the atom scales, color and texture menu.
Definition at line 890 of file GUIDisplay.cs.
References Rectangles.atomScalesRect, UI.GUIDisplay.LoadMenu(), and UI.GUIMoleculeController.showSetAtomScales.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
static |
Change the color of all atoms according to a color panel.
panelName | Name of the color panel. String. |
Definition at line 1823 of file GUIDisplay.cs.
References UI.GUIDisplay.RendererInfos.atom, UI.GUIDisplay.RendererInfos.chain, UI.GUIDisplay.RendererInfos.color, UnityMolMain.getCurrentAtomManager(), UI.GUIDisplay.RendererInfos.residue, GenericManager.SetColor(), and UI.GUIDisplay.ToList().
Referenced by UI.GUIDisplay.PanelsMenu().
|
static |
Change the texture and color of all atoms according to a texture panel.
panelName | Name of the texture panel. String |
Definition at line 1843 of file GUIDisplay.cs.
References UI.GUIDisplay.RendererInfos.atom, UI.UIData.atomtype, UI.GUIDisplay.RendererInfos.chain, UI.GUIDisplay.RendererInfos.residue, HBallManager.SetTexture(), UI.GUIDisplay.RendererInfos.texture, and UI.GUIDisplay.ToList().
Referenced by UI.GUIDisplay.PanelsMenu().
|
staticprivate |
Convertir a string to a List of String (Necessary for the SetColor and SetTexture functions)
atom | Atom. |
Definition at line 936 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.AtomScales(), UI.GUIDisplay.SetColorPanel(), and UI.GUIDisplay.SetTexturePanel().
|
static |
Definition at line 220 of file GUIDisplay.cs.
Referenced by HiRERNAOldGUI.HiRERNAMenu().
|
static |
Definition at line 160 of file GUIDisplay.cs.
Referenced by RepresentationOldGUI.RenderingParameters().
|
staticprivate |
Definition at line 162 of file GUIDisplay.cs.
|
staticprivate |
Definition at line 161 of file GUIDisplay.cs.
|
static |
Definition at line 216 of file GUIDisplay.cs.
|
static |
Definition at line 213 of file GUIDisplay.cs.
Referenced by ArtemisClientLoop.instanciateHBondsEnergyPlot().
|
static |
Definition at line 215 of file GUIDisplay.cs.
|
static |
Definition at line 214 of file GUIDisplay.cs.
Referenced by ArtemisClientLoop.instantiateStackingEnergyPlot().
|
static |
Definition at line 212 of file GUIDisplay.cs.
Referenced by ArtemisClientLoop.instanciateTotalEnergyPlot().
|
staticprivate |
Definition at line 185 of file GUIDisplay.cs.
|
static |
Definition at line 180 of file GUIDisplay.cs.
Referenced by SugarRibbons.create_Bond(), SugarRibbons.CreateOxygenSphere(), SugarRibbons.generateBiggerCycleMesh(), SugarRibbons.updateColorBond(), and SugarRibbons.updateColorRing().
|
staticprivate |
Definition at line 183 of file GUIDisplay.cs.
|
staticprivate |
Definition at line 182 of file GUIDisplay.cs.
|
static |
Definition at line 179 of file GUIDisplay.cs.
Referenced by SugarRibbons.create_Bond(), SugarRibbons.CreateOxygenSphere(), RingBlending.createPCObj(), SugarRibbons.generateBiggerCycleMesh(), SugarRibbons.generateCycleMesh2(), SugarRibbons.generateRibbonsMesh(), SugarRibbons.updateColorBond(), and SugarRibbons.updateColorRing().
|
static |
Definition at line 218 of file GUIDisplay.cs.
Referenced by HiRERNAOldGUI.HiRERNAMenu().
|
private |
Definition at line 96 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback(), and UI.GUIDisplay.OpenFileCallback().
|
private |
Definition at line 97 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback(), and UI.GUIDisplay.OpenFileCallback().
|
private |
Definition at line 141 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
static |
Definition at line 118 of file GUIDisplay.cs.
Referenced by Molecule.Control.ControlMolecule.BuildHireRnaHydrogenBondsStructures(), UI.GUIDisplay.OpenAnimationCrdCallback(), UI.GUIDisplay.OpenAnimationTopCallback(), LoadGUI.OpenFileCallback(), UI.GUIDisplay.OpenFileCallback(), and UI.GUIDisplay.OpenReactionCallback().
bool UI.GUIDisplay.display =false |
Definition at line 115 of file GUIDisplay.cs.
bool UI.GUIDisplay.displayChoice =false |
Definition at line 116 of file GUIDisplay.cs.
|
static |
Definition at line 209 of file GUIDisplay.cs.
Texture2D UI.GUIDisplay.ext_surf |
Definition at line 139 of file GUIDisplay.cs.
|
static |
Definition at line 120 of file GUIDisplay.cs.
Referenced by AdvancedOptionsOldGUI.AdvOptions(), ElectrostaticOldGUI.Electrostatics(), ParseData.ParsePDB.RequestPDB.LoadChoice(), Molecule3D.loadFile(), and LoadGUI.OpenFileCallback().
|
static |
Definition at line 121 of file GUIDisplay.cs.
Referenced by Molecule.View.DisplayAtom.AtomCubeStyle.CreateAtomHB(), Molecule.View.DisplayBond.BondParticleStyle.CreateCylinderByParticle(), Molecule.View.DisplayAtom.AtomCubeStyle.DisplayAtomCube(), HStickManager.Init(), HBallManager.Init(), Molecule3D.loadFile(), LoadGUI.OpenFileCallback(), and ClickAtom.Update().
|
private |
Definition at line 141 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
static |
Definition at line 219 of file GUIDisplay.cs.
Referenced by HiRERNAOldGUI.HiRERNAMenu().
GUIMoleculeController UI.GUIDisplay.gUIMoleculeController = new GUIMoleculeController() |
Definition at line 133 of file GUIDisplay.cs.
|
static |
Definition at line 101 of file GUIDisplay.cs.
Referenced by AdvancedOptionsOldGUI.AdvOptions(), Rectangles.Scale(), and Rectangles.SetFontSize().
|
static |
Definition at line 208 of file GUIDisplay.cs.
Referenced by HiRERNAContestOldGUI.HiRERNAContestMenu(), and HiRERNAOldGUI.HiRERNAMenu().
|
static |
Definition at line 123 of file GUIDisplay.cs.
Referenced by Molecule3D.clearScene(), LoadGUI.Fetch(), LoadGUI.OpenFileCallback(), SnapshotManager.saveSnapshot(), and ScreenShot.Update().
bool UI.GUIDisplay.LoginAgainFlag =false |
Definition at line 131 of file GUIDisplay.cs.
bool UI.GUIDisplay.LoginFlag =false |
Definition at line 130 of file GUIDisplay.cs.
|
protected |
Definition at line 197 of file GUIDisplay.cs.
ImprovedFileBrowser UI.GUIDisplay.m_fileBrowser |
Definition at line 135 of file GUIDisplay.cs.
Referenced by Molecule3D.OnGUI().
string UI.GUIDisplay.m_last_texture_dir = null |
Definition at line 137 of file GUIDisplay.cs.
string UI.GUIDisplay.m_lastOpenDir = null |
Definition at line 138 of file GUIDisplay.cs.
|
static |
Definition at line 124 of file GUIDisplay.cs.
string UI.GUIDisplay.m_textPath |
Definition at line 136 of file GUIDisplay.cs.
|
static |
Definition at line 125 of file GUIDisplay.cs.
Referenced by UI.LoadTypeGUI.MainFun(), and UI.GUIMoleculeController.SetSurfaceTexture().
|
private |
Definition at line 203 of file GUIDisplay.cs.
|
private |
Definition at line 200 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.OpenAnimationCrdCallback().
|
static |
Definition at line 144 of file GUIDisplay.cs.
Referenced by UI.GUIDisplay.AtomScales(), HBallManager.ResetRadii(), CubeManager.SetRadii(), SphereManager.SetRadii(), HBallMeshManager.SetRadii(), and HBallManager.SetRadii().
|
static |
Definition at line 102 of file GUIDisplay.cs.
Referenced by AdvancedOptionsOldGUI.AdvOptions().
|
static |
Definition at line 143 of file GUIDisplay.cs.
|
staticprivate |
Definition at line 171 of file GUIDisplay.cs.
|
static |
Definition at line 107 of file GUIDisplay.cs.
Referenced by LoadGUI.Fetch(), Molecule3D.loadFile(), Molecule3D.OnGUI(), UI.GUIDisplay.OpenAnimationCrdCallback(), and LoadGUI.Start().
|
static |
Definition at line 108 of file GUIDisplay.cs.
Referenced by Molecule3D.loadFile().
|
static |
Definition at line 110 of file GUIDisplay.cs.
Referenced by Molecule3D.loadFile(), and LoadGUI.Start().
|
private |
Definition at line 111 of file GUIDisplay.cs.
|
static |
Definition at line 109 of file GUIDisplay.cs.
Referenced by Molecule3D.loadFile(), and LoadGUI.Start().
|
static |
Definition at line 157 of file GUIDisplay.cs.
Referenced by CubeManager.SetColor(), HBallMeshManager.SetColor(), SphereManager.SetColor(), HBallManager.SetColor(), CubeManager.SetRadii(), SphereManager.SetRadii(), HBallManager.SetRadii(), and HBallManager.SetTexture().
|
static |
Definition at line 128 of file GUIDisplay.cs.
|
static |
Definition at line 176 of file GUIDisplay.cs.
Referenced by SurfaceOldGUI.SurfaceTexture(), and SurfaceOldGUI.textureMenu().
|
static |
Definition at line 175 of file GUIDisplay.cs.
Referenced by SurfaceOldGUI.SurfaceTexture().
|
static |
Definition at line 221 of file GUIDisplay.cs.
Referenced by HiRERNAOldGUI.HiRERNAMenu().
|
getprotected |
Definition at line 188 of file GUIDisplay.cs.