AbstractParameterChangeBindingsAction

Base class for actions to change multiple bindings of the same parameter at once.

Constructors

this
this(string name, Parameter self, ParameterBinding[] bindings, Action function(ParameterBinding, VarArg) bindingActionMapper, VarArg args)
Undocumented in source.

Members

Aliases

TSelf
alias TSelf = typeof(this)
Undocumented in source.

Functions

describe
string describe()

Describe the action

describeUndo
string describeUndo()

Describe the action

getName
string getName()

Gets name of this action

updateNewState
void updateNewState()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
self
Parameter self;
Undocumented in source.

Inherited Members

From GroupAction

actions
Action[] actions;
Undocumented in source.
addAction
void addAction(Action action)
Undocumented in source. Be warned that the author may not have intended to support it.
rollback
void rollback()

Rollback

redo
void redo()

Redo

describe
string describe()

Describe the action

describeUndo
string describeUndo()

Describe the action

getName
string getName()

Gets name of this action

merge
bool merge(Action other)
Undocumented in source. Be warned that the author may not have intended to support it.
canMerge
bool canMerge(Action other)
Undocumented in source. Be warned that the author may not have intended to support it.

From LazyBoundAction

updateNewState
void updateNewState()

Confirm 'redo' state from the current status of the target.

Meta