⁘ actions

ActionStack

go to → Members

Members

write-onlyenabled :boolean

TODO

read-onlyisEnabled :boolean

TODO

Methods

Clear()

Clear all actions in the stack. does not undo them, only clear the history.

Disable()

TODO

Do(p_actionClass, p_operation)

TODO

Parameters:
Name Type Description
p_actionClass actions.Action

constructor

p_operation object

Enable()

TODO

Redo()

Redo the next action in line, if any

ToggleGrouping(p_toggle)

TODO

Parameters:
Name Type Description
p_toggle boolean

Undo()

Undo the last action in line

protected_Register(p_action)

TODORegister an action that has just been performed. Clears any action undoed before.

Parameters:
Name Type Description
p_action actions.Action