Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProteinAddAminoAcidsState

CatanaState to add amino acids to structures

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly catanaProteinActions

catanaProteinActions: CatanaProteinActions = new CatanaProteinActions()

Private data

data: null | ProteinAddAminoAcidsStateData = null

Protected prevCursorStyle

prevCursorStyle: string

Protected stateData

stateData: CatanaStateData

Protected terminusVisChainEnd

terminusVisChainEnd: string = ""

Protected terminusVisChainId

terminusVisChainId: number = -1

Protected terminusVisChainResCount

terminusVisChainResCount: number = -1

Protected terminusVisPrevPickProxState

terminusVisPrevPickProxState: boolean | undefined = undefined

Static Protected Readonly WHAT

WHAT: {}

Type declaration

Static Readonly dnaFactory

dnaFactory: DnaFactory = new DnaFactory()

Static Readonly proteinFactory

proteinFactory: ProteinFactory = new ProteinFactory()

Methods

_click_left

Protected _descriptions

  • _descriptions(): [string, string][]

_down_left

_drag_left

_enter

  • _enter(): void

_exit

  • _exit(): void

_hover

_keyDown

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

_up_left

add

  • add(): void

Private clearData

  • clearData(): void

click_left

description

  • description(): string

Protected done

  • done(stage: Stage): boolean
  • Signals to CatanaActions (see catana-actions.ts) that this state should be exited This is particularly useful for changes in UI elements that are related to a CatanaState

    Parameters

    Returns boolean

    False if SHIFT is currently being pressed True otherwise (state was exited)

down_left

drag_left

enter

  • enter(): void

exit

  • exit(): void

hover

keyDown

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

    • stage: Stage
    • key: string

    Returns boolean

     True if 'key' is "Shift"
     Otherwise,the keyDown is forwarded to the subclass, and its result is returned
     True is then returned if further actions should be blocked. False is returned otherwise (action propagates)
    

Private pickedObjectStateChanged

  • pickedObjectStateChanged(pickingProxy: PickingProxy): undefined | false | true

Private sceneStateChanged

Private showTerminusVis

stateDataUpdated

  • stateDataUpdated(): void

up_left

Static Private getChainName

Static Private isAtomValid

Static Private isPickingValid

Static Private parseAAString

  • parseAAString(aas: string): string[]

Generated using TypeDoc