UnityMol  0.9.6-875
UnityMol viewer / In developement
AdvancedOptionsOldGUI Class Reference
+ Collaboration diagram for AdvancedOptionsOldGUI:

Static Public Member Functions

static void AdvOptions (int a)
 
static void Background (int a)
 
static void Effects (int a)
 

Static Public Attributes

static bool showAdvMenu = false
 
static bool showEffectType = false
 
static bool showBackgroundType = false
 
static int id_screenshot_sequence = 0
 
static bool showVolumetricDepth = false
 

Static Protected Attributes

static DepthCueing depthCueing
 
static AmbientOcclusion ambientOcclusion
 
static bool toggle_VE_BLUR = false
 
static bool toggle_VE_SSAO = false
 
static bool toggle_VE_DOF = false
 
static bool toggle_VE_CREASE = false
 
static bool toggle_VE2_VORTX = false
 
static bool toggle_VE2_TWIRL = false
 
static bool toggle_VE2_SEPIA = false
 
static bool toggle_VE2_NOISE = false
 
static bool toggle_VE2_GRAYS = false
 
static bool toggle_VE2_GLOW = false
 
static bool toggle_VE2_EDGE = false
 
static bool toggle_VE2_EDGEONLY = false
 
static bool toggle_VE2_CONTR = false
 
static bool toggle_VE2_CCORR = false
 
static bool toggle_VE2_BLUR2 = false
 
static bool toggle_VE2_DREAM = false
 
static string[] ve2_grays_ramps = {"grayscale ramp", "grayscale ramp inverse"}
 
static int ve2_grays_rampn = 1
 
static int ve2_grays_rampc = 1
 
static string[] ve2_ccorr_ramps = {"oceangradient", "nightgradient"}
 
static int ve2_ccorr_rampn = 1
 
static int ve2_ccorr_rampc = 0
 

Static Private Member Functions

static void LoadScreenShot ()
 
static void BackGroundControl ()
 
static void BackColor ()
 

Static Private Attributes

static Camera mainCamera
 

Detailed Description

Definition at line 12 of file AdvancedOptionsOldGUI.cs.

Member Function Documentation

static void AdvancedOptionsOldGUI.BackColor ( )
staticprivate
static void AdvancedOptionsOldGUI.Background ( int  a)
static

Defines the Background selection window.

It is automatically opened when the background is toggled, from the Display menu.

Parameters
aWindow identifier.

Definition at line 356 of file AdvancedOptionsOldGUI.cs.

References Molecule.Model.MoleculeModel.newtooltip, and UI.LoadTypeGUI.SetTitleExit().

Referenced by UI.GUIMoleculeController.SetBackGroundType().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void AdvancedOptionsOldGUI.BackGroundControl ( )
staticprivate

Defines the GUI components that allow for background color control in the display menu.

Definition at line 752 of file AdvancedOptionsOldGUI.cs.

References UI.UIData.backGroundIs, UI.UIData.backGroundNo, and Molecule.Model.MoleculeModel.newtooltip.

Referenced by AdvOptions().

+ Here is the caller graph for this function:

static void AdvancedOptionsOldGUI.Effects ( int  a)
static
static void AdvancedOptionsOldGUI.LoadScreenShot ( )
staticprivate

Loads the GUI components for taking screenshots in the display window.

Definition at line 721 of file AdvancedOptionsOldGUI.cs.

References UI.UIData.backGroundTrans, ScreenShot.idseq, Molecule.Model.MoleculeModel.newtooltip, ScreenShot.open, and ScreenShot.sequence.

Referenced by AdvOptions().

+ Here is the caller graph for this function:

Member Data Documentation

AmbientOcclusion AdvancedOptionsOldGUI.ambientOcclusion
staticprotected

Definition at line 24 of file AdvancedOptionsOldGUI.cs.

DepthCueing AdvancedOptionsOldGUI.depthCueing
staticprotected

Definition at line 23 of file AdvancedOptionsOldGUI.cs.

int AdvancedOptionsOldGUI.id_screenshot_sequence = 0
static

Definition at line 20 of file AdvancedOptionsOldGUI.cs.

Camera AdvancedOptionsOldGUI.mainCamera
staticprivate

Definition at line 18 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.showAdvMenu = false
static
bool AdvancedOptionsOldGUI.showBackgroundType = false
static
bool AdvancedOptionsOldGUI.showEffectType = false
static

Definition at line 16 of file AdvancedOptionsOldGUI.cs.

Referenced by UI.GUIMoleculeController.SetEffectType().

bool AdvancedOptionsOldGUI.showVolumetricDepth = false
static

Definition at line 26 of file AdvancedOptionsOldGUI.cs.

Referenced by AdvOptions().

bool AdvancedOptionsOldGUI.toggle_VE2_BLUR2 = false
staticprotected

Definition at line 42 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_CCORR = false
staticprotected

Definition at line 41 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_CONTR = false
staticprotected

Definition at line 40 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_DREAM = false
staticprotected

Definition at line 43 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_EDGE = false
staticprotected

Definition at line 38 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_EDGEONLY = false
staticprotected

Definition at line 39 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_GLOW = false
staticprotected

Definition at line 37 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_GRAYS = false
staticprotected

Definition at line 36 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_NOISE = false
staticprotected

Definition at line 35 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_SEPIA = false
staticprotected

Definition at line 34 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_TWIRL = false
staticprotected

Definition at line 33 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE2_VORTX = false
staticprotected

Definition at line 32 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE_BLUR = false
staticprotected

Definition at line 28 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE_CREASE = false
staticprotected

Definition at line 31 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE_DOF = false
staticprotected

Definition at line 30 of file AdvancedOptionsOldGUI.cs.

bool AdvancedOptionsOldGUI.toggle_VE_SSAO = false
staticprotected

Definition at line 29 of file AdvancedOptionsOldGUI.cs.

int AdvancedOptionsOldGUI.ve2_ccorr_rampc = 0
staticprotected

Definition at line 54 of file AdvancedOptionsOldGUI.cs.

int AdvancedOptionsOldGUI.ve2_ccorr_rampn = 1
staticprotected

Definition at line 53 of file AdvancedOptionsOldGUI.cs.

string [] AdvancedOptionsOldGUI.ve2_ccorr_ramps = {"oceangradient", "nightgradient"}
staticprotected

Definition at line 52 of file AdvancedOptionsOldGUI.cs.

int AdvancedOptionsOldGUI.ve2_grays_rampc = 1
staticprotected

Definition at line 49 of file AdvancedOptionsOldGUI.cs.

int AdvancedOptionsOldGUI.ve2_grays_rampn = 1
staticprotected

Definition at line 48 of file AdvancedOptionsOldGUI.cs.

string [] AdvancedOptionsOldGUI.ve2_grays_ramps = {"grayscale ramp", "grayscale ramp inverse"}
staticprotected

Definition at line 47 of file AdvancedOptionsOldGUI.cs.


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