CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.Menu.SubMenus.ColorByGeneMenu Class Reference

Represents the sub menu that pops up when the TopDiffGenesMenuButton is pressed. More...

Inheritance diagram for CellexalVR.Menu.SubMenus.ColorByGeneMenu:
CellexalVR.Menu.SubMenus.SubMenu

Public Member Functions

void Init ()
 
void SetMenuVisible (bool visible)
 Sets the menu to be visible or invisible More...
 
void CreateGeneButtons (string[] genes, float[] values)
 Creates new buttons for coloring by attributes. More...
 
- Public Member Functions inherited from CellexalVR.Menu.SubMenus.SubMenu
virtual CellexalButton FindButton (string name)
 
virtual void SetMenuActive (bool active)
 Sets this submenu to visible or invisible. More...
 
void SetUnderlyingContentActive (bool active)
 Activate or deactivate the buttons that are underneath this menu. More...
 

Public Attributes

ColorByGeneButton buttonPrefab
 
GameObject loadingText
 
- Public Attributes inherited from CellexalVR.Menu.SubMenus.SubMenu
ReferenceManager referenceManager
 
GameObject buttonsToDeactivate
 
GameObject textmeshToDarken
 

Additional Inherited Members

- Protected Member Functions inherited from CellexalVR.Menu.SubMenus.SubMenu
virtual void Start ()
 
- Protected Attributes inherited from CellexalVR.Menu.SubMenus.SubMenu
List< CellexalButtoncellexalButtons = new List<CellexalButton>()
 
- Properties inherited from CellexalVR.Menu.SubMenus.SubMenu
bool Active [get, set]
 
bool Attached [get, set]
 

Detailed Description

Represents the sub menu that pops up when the TopDiffGenesMenuButton is pressed.

Member Function Documentation

◆ CreateGeneButtons()

void CellexalVR.Menu.SubMenus.ColorByGeneMenu.CreateGeneButtons ( string[]  genes,
float[]  values 
)

Creates new buttons for coloring by attributes.

Parameters
genesAn array of strings that contain the names of the attributes.

◆ SetMenuVisible()

void CellexalVR.Menu.SubMenus.ColorByGeneMenu.SetMenuVisible ( bool  visible)

Sets the menu to be visible or invisible

Parameters
visibleTrue for making the menu visible, false for invisible.

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