DrawableChangeAction

Action to add parameter to active puppet.

Constructors

this
this(string name, Drawable self)
Undocumented in source.

Members

Functions

addBinding
void addBinding(Parameter param, ParameterBinding binding)
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.
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.
redo
void redo()

Redo

rollback
void rollback()

Rollback

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

Variables

mesh
MeshData mesh;
Undocumented in source.
name
string name;
Undocumented in source.
self
Drawable self;
Undocumented in source.
undoable
bool undoable;
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