MeshEditorDeformationAction

Action for change of binding values at once

Constructors

this
this(string name, void delegate() update)
Undocumented in source.

Members

Aliases

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

Functions

addVertex
void addVertex(MeshVertex* vertex)
Undocumented in source. Be warned that the author may not have intended to support it.
canMerge
bool canMerge(Action other)

Gets whether this node can merge with an other

clear
void clear()
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

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

Merge

redo
void redo()

Redo

rollback
void rollback()

Rollback

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

Variables

bindingAdded
bool bindingAdded;
Undocumented in source.
deform
DeformationParameterBinding deform;
Undocumented in source.
dirty
bool dirty;
Undocumented in source.
isSet
bool isSet;
Undocumented in source.
keypoint
vec2u keypoint;
Undocumented in source.
name
string name;
Undocumented in source.
param
Parameter param;
Undocumented in source.
target
Drawable target;
Undocumented in source.
undoable
bool undoable;
Undocumented in source.
vertices
vec2[] vertices;
Undocumented in source.

Inherited Members

From LazyBoundAction

updateNewState
void updateNewState()

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

Meta