Class: MolNodeChargeIaController

Kekule.Editor. MolNodeChargeIaController

new MolNodeChargeIaController()

Controller to set atom/group charge and radical.
Properties:
Name Type Description
chargeInc Number The node's charge will become charge + chargeInc after execution of controller.
charge Number The node's charge will become this value after execution of controller.
radical Int Radical type set to node
Source:

Extends

Methods

getDefId()

Returns the preferred id for this controller.
Inherited From:
Source:

getEditor() → {Kekule.ChemWidget.BaseEditor}

Return associated editor.
Inherited From:
Source:
Returns:
Type
Kekule.ChemWidget.BaseEditor

getEditorConfigs() → {Object}

Get config object of editor.
Inherited From:
Source:
Returns:
Type
Object

hotTrackOnObj(obj)

Show a hot track marker on obj in editor.
Parameters:
Name Type Description
obj Kekule.ChemObject
Inherited From:
Source:

initialize()

Source:

setEditor(editor)

Set associated editor.
Parameters:
Name Type Description
editor Kekule.ChemWidget.BaseEditor
Inherited From:
Source: