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

Represents the buttons that are used to create new selections from a previously made selection. More...

Inheritance diagram for CellexalVR.Menu.Buttons.Selection.SelectionFromPreviousButton:
CellexalVR.Menu.Buttons.CellexalButton CellexalVR.Interaction.CellexalRaycastable

Public Member Functions

override void Click ()
 Handles what happens when the user points the controller towards the button and presses the trigger. More...
 
void SetSelection (string graphName, string selectionName, string[] selectionCellNames, int[] selectionGroups, Dictionary< int, Color > groupingColors)
 Set which selection this button represents. More...
 
- Public Member Functions inherited from CellexalVR.Menu.Buttons.CellexalButton
override void OnRaycastEnter ()
 Called on the first frame that this CellexalRaycastable is hit by a CellexalRaycast. More...
 
override void OnRaycastExit ()
 Called on the first frame that this CellexalRaycastable is not hit by a CellexalRaycast anymore. More...
 
virtual void SetButtonActivated (bool activate)
 Activates or deactivates this button. Changes the sprite and makes the button not able to invoke Click until it is activated again. More...
 
void StoreState ()
 
void ToggleOutline (bool toggle, bool legend=false)
 To synchronise the outline in multi-user mode. So the outline doesnt get active unless the other users menu or tab is active. More...
 
virtual void SetHighlighted (bool highlight)
 Highlights or unhighlights this button. More...
 
- Public Member Functions inherited from CellexalVR.Interaction.CellexalRaycastable
virtual void OnRaycastHit (RaycastHit hitInfo, CellexalRaycast raycaster)
 Called by CellexalRaycast.Update every frame that a raycast hit this target. More...
 

Public Attributes

TextMeshPro buttonDescription
 
bool toggle
 
- Public Attributes inherited from CellexalVR.Menu.Buttons.CellexalButton
ReferenceManager referenceManager
 
TMPro.TextMeshPro descriptionText
 
GameObject infoMenu
 
GameObject activeOutline
 
Color meshStandardColor = Color.black
 
Color meshHighlightColor = Color.white
 
Color meshDeactivatedColor = Color.grey
 
Sprite standardTexture = null
 
Sprite highlightedTexture = null
 
Sprite deactivatedTexture = null
 
int popupChoice = 0
 
bool storedState
 
bool controllerInside = false
 
- Public Attributes inherited from CellexalVR.Interaction.CellexalRaycastable
UnityEvent OnActivate
 
UnityEvent RaycastEnter
 
UnityEvent RaycastExit
 
bool canBePushedAndPulled = true
 
bool active = true
 

Protected Attributes

override string Description => "Create a selection from " + Path
 
- Protected Attributes inherited from CellexalVR.Menu.Buttons.CellexalButton
SpriteRenderer spriteRenderer
 
MeshRenderer meshRenderer
 

Properties

string Path [get, set]
 
- Properties inherited from CellexalVR.Menu.Buttons.CellexalButton
abstract string Description [get]
 A string that briefly explains what this button does. More...
 

Additional Inherited Members

- Protected Member Functions inherited from CellexalVR.Menu.Buttons.CellexalButton
virtual void Awake ()
 
virtual void HelpClick ()
 
void Exit ()
 

Detailed Description

Represents the buttons that are used to create new selections from a previously made selection.

Member Function Documentation

◆ Click()

override void CellexalVR.Menu.Buttons.Selection.SelectionFromPreviousButton.Click ( )
virtual

Handles what happens when the user points the controller towards the button and presses the trigger.

Implements CellexalVR.Menu.Buttons.CellexalButton.

◆ SetSelection()

void CellexalVR.Menu.Buttons.Selection.SelectionFromPreviousButton.SetSelection ( string  graphName,
string  selectionName,
string[]  selectionCellNames,
int[]  selectionGroups,
Dictionary< int, Color >  groupingColors 
)

Set which selection this button represents.

Parameters
graphNameWhich graph the selection originated from.
selectionNameThe name of this selection.
selectionCellNamesAn array containing the cell names.
selectionGroupsAn array containing which groups the cells belonged to.

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