Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CatanaActions

Keeps track of the current state of Catana (CatanaState) and receives the events (click_left, hover, etc...)

Examples of states:

  • move-state (translation of rotation of structures)
  • cg-nucleic-acid-create-state (creation of a nucleic-acid strand, double- or single-stranded)
  • ...

The events are then forwarded to their respective methods of the current state If there is no state (null), the respective signal (click_left, hover, etc...) is dispatched

Hierarchy

  • CatanaActions

Index

Constructors

constructor

Properties

Private _state

_state: CatanaState | null = null

Readonly catanaProteinActions

catanaProteinActions: CatanaProteinActions = new CatanaProteinActions()

signals

signals: { click_left: Signal; down_left: Signal; drag_left: Signal; hover: Signal; keyDown: Signal; stateChanged: Signal; up_left: Signal }

Type declaration

  • click_left: Signal
  • down_left: Signal
  • drag_left: Signal
  • hover: Signal
  • keyDown: Signal
  • stateChanged: Signal
  • up_left: Signal

Methods

click_left

down_left

drag_left

getState

hover

keyDown

  • keyDown(stage: Stage, key: string): boolean

setState

  • setState(s: CatanaState | null, silent?: boolean): void
  • Does nothing if the new state 's' is the same as the current state 'this._state'

    Parameters

    • s: CatanaState | null

      The new state

    • Default value silent: boolean = false

      If true, the stateChanged signal will not be dispatched

    Returns void

up_left

Generated using TypeDoc